How to check the Topic Pageviews in mobile when we don’t have any replies?
Yes, that’s true, the gray bar below from my screenshot doesn’t appear until the topic has a response.
Any possibilities to enable the views without responses?
「いいね!」 1
I hope there was some data query to check a particular topic views (when topic doesn’t have any replies).
Since posts can have diff views, is there some way to check individual post views also?
FYI Topic List Previews plugin can include that data in the Topic List on mobile (so you don’t even have to navigate to the Topic). It doesn’t require any additional posts than the OP.
「いいね!」 3
これによって…
これは head に入ります:
<script type="text/discourse-plugin" version="0.8">
api.includePostAttributes('topicMap');
</script>
以上です。
はい、これをここからコピーしましたが、最初にこのスニペットを誰が提供したか覚えていないため、元へのリンクを貼ることができません。
編集:
これは1つのトピックであり、他にもあります:
「いいね!」 1
同じトピックのDonさんからのものですが、追加の詳細があります: ![]()

