MyBB Community Forums

Full Version: [HELP] Making a Moderator / Administrator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I need help making a Moderator / Super Moderator / Administrator BBCode. I have all the stuff can you guys just help me assemble it?


Replacement Text:
<p class="mod_bb"><img src="path/to/image/modicon.png" alt=""/>&nbsp;&nbsp;{param}</p>

Thats the CSS:

/* ADMIN / MOD NOTICE */
.mod_bb
{
        background:#F5C7CD;
        color:#8a1f11;
        padding:.8em;
        margin-bottom:1.6em;
        border:2px solid #DC364E;
}
.mod_bb img
{
        position:relative;
        top:2px;
}

I just transfered from VBulletin to MyBB and I want my old Moderator / Super Moderator / Admin MyCode back. It should look like:

[Image: ieyXtw.png]

Im new to MyCode and I need some assistance it would be nice if you can assist me ;l

Bump, can anyone assist me?
Bump, can anyone help?
Closed figured out!