MyBB Community Forums

Full Version: Moderator Name
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Moderator name inside small boxes it is possible??

[Image: ScreenShot004-2.png]
Admincp -> Forums and posts -> Click the forum you want to add a moderator to -> Moderators -> Username -> Type the username of the user you want to add as a moderator to that forum.
I think OP wants to wrap the moderator's name inside a box or something like that.

If its the case then: Go to: AdminCP > Templates > Your theme's templates > forumbit_moderators > and replace all code with this;
<div class="forum_moderators">{$lang->forumbit_moderated_by} {$moderators}</div>

Now add the following class in global.css;
.forum_moderators{
color: #000000;
background: #efefef;
border: 1px solid #969696;
border-radius: 2px;
padding: 1px 4px;
width: 35%;
}

Turns out to be like this;
[Image: attachment.php?aid=1252]
works thank you

[Image: ScreenShot005-2.png]