News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Hide Moderator

Started by SilentNoise, October 25, 2004, 04:45:44 AM

Previous topic - Next topic

SilentNoise

I'm wondering how to hide the line below each section name that says who the Moderator is (ie: "Moderator: SilentNoise"), but still have that person Modding the section.

Thanks yet again.

[Unknown]

BoardIndex template, 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 '
<div style="padding-top: 1px;" class="smalltext"><i>', count($board['moderators']) == 1 ? $txt[298] : $txt[299], ': ', implode(', ', $board['link_moderators']), '</i></div>';


In the future, please try to avoid posting *REQUESTS* for new features in this board....

-[Unknown]

Advertisement: