News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

How do I hide moderators under a forum

Started by Rem Nightfall, August 15, 2010, 06:41:26 AM

Previous topic - Next topic

Rem Nightfall

For example



You can see where it says "Moderators"

how would I hide that cause its on every forum and it makes the forum look messy

Afro

You cannot. But you can remove the associated code from the boardindextemplate.php of your theme.

Try removing this  code

            // Show the "Moderators: ". Each has name, href, link, and id. (but we're gonna use link_moderators.)
            if (!empty($board['moderators']))
               echo '
                  <p class="moderators">', count($board['moderators']) == 1 ? $txt['moderator'] : $txt['moderators'], ': ', implode(', ', $board['link_moderators']), '</p>';


Afro


Advertisement: