2012-05-24, 06:19 AM
2012-05-24, 06:32 AM
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.
2012-05-24, 07:15 AM
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;
Now add the following class in global.css;
Turns out to be like this;
![[Image: attachment.php?aid=1252]](https://camo.mybb.com/4651c8a56e0976fca0f87a83c33ed5db5e5e185d/687474703a2f2f79616c646172616d2e636f6d2f6174746163686d656e742e7068703f6169643d31323532)
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;
2012-05-24, 07:34 AM
works thank you
![[Image: ScreenShot005-2.png]](https://camo.mybb.com/5f02e8103ed8ec98fbe78eaf3da1ecf7dfe68533/687474703a2f2f693737382e70686f746f6275636b65742e636f6d2f616c62756d732f797936392f4e6563726f50737963686f2f53637265656e53686f743030352d322e706e67)