how to hide moderator name from forum page

Started by Techie, July 17, 2010, 11:15:48 PM

Previous topic - Next topic

Techie

hi.. ii have installed SMF 2.0 RC3. my prb is how do i hide the moderator name from the boards .its happening only for mods

Kill Em All

Remove this code from your themes boardindex.template.php

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


My Site: KEAGaming.com

Manual Installation of Mods
Prevent Spam and Forum Attacks
Please do not PM or email me for support unless offered, help should be publicly displayed to others.

Techie

Awesome that solved my prb thanks my frnd

Advertisement: