La caja de información debajo de la primera publicación de un tema no siempre se muestra

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 me gusta

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 Me gusta

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 me gusta

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.