PDA

View Full Version : Hide Moderators?


gsk8
10-19-2018, 03:01 PM
Just a note that this is not working for me on 4.2.5 when I add a mod to a forum.

AdminCP > Options > General Settings > Enable Forum Leaders > No

I have given a few users some "mod" permissions to unstick/close, etc, in a particular sub-forum and their names are showing up at the bottom under Forum Information and Options

Can anyone help?

MarkFL
10-19-2018, 03:34 PM
The easiest way I can think of, unless you are running a multitude of styles, is to add the following selector to your "additional.css" template:

#forum_moderators {
display: none;
}

gsk8
10-19-2018, 04:14 PM
It worked! :eek:

Thank you so much!!!