Hi,
How can i hide the activity tab of visible groups?
No activity, posts, topics, mentions, messages.
I only want “members” to display.
Any working css for that?
Hi,
How can i hide the activity tab of visible groups?
No activity, posts, topics, mentions, messages.
I only want “members” to display.
Any working css for that?
.group .group-nav a[title="Activity"] {
display: none;
}
hide-group-activity-button.dcstyle.json (446 Bytes)
I needed to remove the “Activity” tab because it was misleading and confusing for users.
On my forum, Discourse Groups control access to opt-in categories, which do not bear any relation to what’s shown in the “Activity” tab.
It worked. Thank you so much,