Slowhand
(Slowhand)
31 Luglio 2024, 8:37pm
1
È possibile disabilitare le Informazioni sull’argomento in fondo ai thread? Non è assolutamente utile nel nostro forum specifico. Ho fatto un sondaggio tra i nostri moderatori e utenti frequenti e a nessuno interessa.
Averlo in cima a ogni thread va bene, nessuno lo usa realmente.
1 Mi Piace
Don
31 Luglio 2024, 9:14pm
2
Ciao
È possibile con CSS.
Comune / CSS
.topic-map.--bottom {
display: none !important;
}
Il codice sopra nasconderà la mappa degli argomenti sia (su Argomenti che su PM) se vuoi mantenerla sui PM, allora puoi indirizzarla separatamente solo agli Argomenti.
body:not(.archetype-private_message) {
.topic-map.--bottom {
display: none;
}
}
2 Mi Piace
Slowhand
(Slowhand)
31 Luglio 2024, 9:15pm
3
Grazie, lo farò avere a un amministratore.
1 Mi Piace
Don
3 Agosto 2024, 9:31am
4
Per quanto vedo, c’è una PR che la renderà disponibile con un’impostazione del sito dopo che sarà stata unita.
main ← jancernik:topic-map-minor-fixes
opened 10:02PM - 02 Aug 24 UTC
- Removes the left padding for the bottom topic map to be better aligned with th… e rest of the UI, especially noticeable when having topic timers or other small-action posts.
- Centers the button to show more links
- Fixes padding consistency in the top replies menu
- Fixes view count text wrapping when it's a lone stat
- Adds two site settings to fine-tune the visibility of the topic map: `show_bottom_topic_map` and `show_topic_map_in_topics_without_replies`
<div align=center>
<h4>Before</h4>

<h4>After</h4>

<h4>Before / After</h4>

<h4>Before / After</h4>

<h4>Before / After</h4>

</div>
3 Mi Piace
jancernik
(Jan Cernik)
13 Agosto 2024, 12:40pm
5
Questa PR è stata unita.
Puoi usare l’impostazione del sito show_bottom_topic_map per attivarne o disattivarne la visibilità.
4 Mi Piace
jancernik
(Jan Cernik)
Chiuso
17 Agosto 2024, 1:41pm
6
Questo argomento è stato chiuso automaticamente dopo 4 giorni. Non sono più ammessi nuovi messaggi.