روما، موضوع مستوحى من المخطوطات الرومانية القديمة

Rome is a light Discourse theme that feels like an ancient roman manuscript and uses color based on pigments available to an artist of the time.

This is my second Discourse theme, following Ghost!

Coming next is a theme setting to make it less tied to history, which might make sense for Science and Research communities.

Daily quote

I borrowed the sidebar widget from Fakebook and replaced the intro with a random daily quote to encourage civilized discourse, fetched from a serverless Deno script. I added three quotes by Marcus Aurelius, Alexander the Great (yes, he’s Macedonian :slightly_smiling_face:), and Julius Ceasar. Feel free to suggest quotes by creating an issue or pull request at https://github.com/melhosseiny/rome-quotes.

Mood


Source: Sentences, folio 171r, Peter Lombard (yes, it’s medieval :laughing:)

Let me know in the comments if you experience issues or have suggestions!

33 إعجابًا

على الهاتف المحمول والكمبيوتر الشخصي، في السمة، كيف يمكننا إيقاف التعليقات ورقم المشاهدة؟

إعجاب واحد (1)

My CSS is pretty basic, but you can add a theme component to do that.

If you paste this into the Common tab of a new component that should do it:

.topic-list .topic-list-item .main-link .link-bottom-line .views{
    display: none;
}

.topic-list .topic-list-item .main-link .link-bottom-line .badge-posts {
    display: none;
}
تفاصيل إضافية
  • Go to /admin/customize/themes
  • Click on install and then create new
  • Give it a name, and select ‘component’.
  • Create
  • Add it to your theme
  • Click on the Edit CSS/HTML button and paste this into the Common tab:
.topic-list .topic-list-item .main-link .link-bottom-line .views{
    display: none;
}

.topic-list .topic-list-item .main-link .link-bottom-line .badge-posts {
    display: none;
}

And save. :+1:

إعجابَين (2)

باستخدام CSS الخاص بـ @JammyDodger، ستتمكن من إخفاء التعليقات والمشاهدات، ولكن أتساءل لماذا ترغب في ذلك؟ يمكنني التفكير في إضافة إعداد سمة

إعجابَين (2)

شكرا لكم، لقد قمت بإصلاحه

إعجاب واحد (1)


هل هناك مكون سمة منفصل لهذا التخطيط؟


هل يمكن إيقاف تشغيل هذا؟

إنه موجود في إعدادات موقع المسؤول

3 إعجابات