Roma, un tema inspirado en antiguos manuscritos romanos

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

En móvil y PC, en tema, ¿cómo podemos desactivar el número de comentarios y visualizaciones?

1 me gusta

Mi CSS es bastante básico, pero puedes añadir un componente de tema para hacerlo.

Si pegas esto en la pestaña Común de un nuevo componente, debería funcionar:

.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;
}
Detalles Adicionales
  • Ve a /admin/customize/themes
  • Haz clic en instalar y luego en crear nuevo
  • Dale un nombre y selecciona ‘componente’.
  • Crear
  • Añádelo a tu tema
  • Haz clic en el botón Editar CSS/HTML y pega esto en la pestaña Común:
.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;
}

Y guarda. :+1:

2 Me gusta

Usando el CSS de @JammyDodger podrás ocultar comentarios y visualizaciones, pero ¿por qué querrías hacerlo? Puedo considerar añadir una configuración de tema.

2 Me gusta

Gracias, chicos, lo arreglé.

1 me gusta


¿un theme-component separado para este diseño?


¿Se puede desactivar esto?

está en la configuración del sitio de administración

3 Me gusta