Can the topic map be disabled entirely or just show basic stats like total views and replies?
List of links in the thread is not necessary imo.
1 Like
Same question
1 Like
You mean, for example:
Collapsed:
Expanded:
You are not interested in expanded mode, you want remove any extra infos such as users list, and only want the following, am I right?
Also worth to be noted:
This is the option that interests me. Not interested in the frequent posters and popular links display.
Thanks.
Here is a quick CSS fix that you can add to your themes or a new theme component:
.topic-map {
.map-collapsed nav,
.map-collapsed ul > li.avatars,
.topic-map-expanded,
.information {
display: none;
}
}
2 Likes