Customizing SMF > Tips and Tricks

Hide Moderator

(1/1)

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:

--- Code: --- // 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>';
--- End code ---

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

-[Unknown]

Navigation

[0] Message Index

Go to full version