How do i hide/remove moderators in the main forum listing page?

Started by petergariepy, April 28, 2016, 01:14:30 PM

Previous topic - Next topic

petergariepy

How do i hide/remove moderators in the main forum listing page?  (see attached)

Kindred

You would have to edit boardindex.template.php to remove/comment out those lines of code
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

br360

Find and remove-

// 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>';

Antechinus

You could do it just with CSS:

.info>.moderators {display: none;}

Advertisement: