Info box under the first post of a topic not always displayed

Hi, the info box, giving several infos like the number of views, which is displayed under the first post of a topic, is not always displayed on my site. Is there a rule which determines when it’s displayed ? Thanks.

1 Like

We call this the Topic Map.

It only shows if the topic has at least one reply on regular topics.

https://github.com/discourse/discourse/blob/adda53c462088e8da0e9d85d6345fb3c29cd6961/app/assets/javascripts/discourse/app/lib/transform-post.js#L173-L177

It’s always displayed on PM topics

https://github.com/discourse/discourse/blob/adda53c462088e8da0e9d85d6345fb3c29cd6961/app/assets/javascripts/discourse/app/lib/transform-post.js#L162-L163

4 Likes

As a work around, If you would like to force the Topic Map to show, you can reply to it with a Whisper Post as a moderator/admin.

1 Like

Nice workaround, thanks.

I tried that workaround. It works randomly, generally, it works when I create the whisper, then doesn’t work as soon as I refresh the page.