Canapin
(Coin-coin le Canapin)
26.Апрель.2023 21:52:16
3
Привет!
Вы можете переопределить шаблон и добавить эту информацию, как показывает @сте́вен в своём компоненте, изменяющем мобильный вид. Сам компонент не добавляет счётчик просмотров, но он объясняет, как добавить его в шаблоне:
It’s doable
[image]
I don’t know if I would put this in the default settings, but if you want to try it, here is the code to add in the header section
{{d-icon "eye"}} {{number topic.views numberKey="views_long"}}
and
{{#if hasLikes}}{{d-icon "heart"}} <a href='{{topic.summaryUrl}}'>{{number topic.like_count}}</a>{{/if}}
For my screen, I used this:
<script type='text/x-handlebars' data-template-name='mobile/list/topic-list-item.hbr'>
<td class="topic-list-data">
{{~raw-plugin-outlet nam…
Больше информации о переопределении шаблонов: https://meta.discourse.org/t/beginners-guide-to-developing-discourse-themes/93648#overriding-discourse-templates-23
Также вы можете посмотреть это: Display replies and likes count in mobile view
Кстати, я нашёл эти ссылки через поиск