Canapin
(Coin-coin le Canapin)
26 أبريل 2023، 9:52م
3
مرحباً!
يمكنك تجاوز القالب وإضافة هذه المعلومات، كما يوضح @steven هنا في مكونه الذي يغير العرض على الهاتف المحمول. المكون نفسه لا يضيف عدد المشاهدات، ولكنه يشرح كيفية إضافة العدد في القالب:
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
لقد وجدت الروابط باستخدام البحث بالمناسبة
5 إعجابات