[REQ] 1 download and 1 bbcode

Moderator / Administrator BBCode


Version: 1.00, by pooffck1 (Designer) pooffck1 is offline
Developer Last Online: Aug 2008 Report Post Show Printable Version Email this Page Subscribe to This Mod
Version: 3.7.x Rating: (1 vote - 2.00 average)
Released: 11 Jul 2008 Last Update: Never Installs: 12
Supported Template Edits

This is my first bbcode or first template edit or first anything actually.

So Please install

First of all
Admincp >> STYLE MANAGER >> YOUR STYLE >> MAIN CSS >> Place the following in Additional CSS Definitions

Code:
/* ***** Mods Message ***** */
.bbcmods{
 background: #FFF;
 border: 1px dotted #000000;
 border-top: 4px solid #000000;
 border-bottom: 4px solid #000000;
 color: #000000;
 font-weight: bold;
 padding: 5px;
 font-size: 11px;
}
.bbcmodstitle{
 font-weight: bold;
 font-size: 10px;
 border: 0px;
 border-bottom: 1px dashed #003366;
 color: #003366;
 padding-bottom: 3px;
 margin-bottom: 5px;
}

And THEN

Admincp >> Custom BB Codes >> Add New BB Code
Title: Mods/Admins Message

BB Code Tag Name: mods

Replacement:

Code:
<div class="bbcmods">
 <div class="bbcmodstitle">Mod/Admins Message</div>
 <pre style="margin:0px; padding:$stylevar[cellpadding]px; width:$stylevar[codeblockwidth]; overflow:auto">{param}</div>

Example: [mods]http://www.yoursite.com[/mods]

Description: Only for mods or admins to place there messages inside

Use {option}: NO

Button Image: (optional, and can be changed for your style)


Remove Tag If Empty: YES

Disable BB Code Within This BB Code: NO

Disable Smilies Within This BB Code: NO

Disable Word Wrapping Within This BB Code: NO


If you want to make this for Mods and admins only then i advise you to install this mod as it gives you advance bbcode hidding options for members who are not admins or mods.

Enjoy

=====================

HTML markup administrator and moderator crowns

Version: 1.00, by rs-server (Designer) rs-server is offline
Developer Last Online: Mar 2008

These are Moderator and Administrator crowns for forums.


Theres a screenshot of them attached.


Also, if your not sure how to use them, here are my markups for my forum, you will have to upload the crowns to your forums directory first though.

Administrators
Left side:

HTML:
<font color='#0066CC'><img src='admincrown.gif' border=0>

Right side:

HTML:
</img></font>


Moderators


Left side:

HTML:
<font color='#0066CC'><img src='pmod.gif' border=0>

Right side:
HTML
Code:
</img></font>

This is my first input to this site, so if ive done anything wrong, please tell me, thanks.
 
Back
Top