Custom BBCode only for Mods and Supermods

smartness

New Member
I have a custom bb-code and want to show it only to mods and supermods,

its a Mod message, which only mods can give, when they warn, edit, or something like that!

copied from warez-bb.org, and want to use in my site:

html i used on the custom bb code:

tags: [mod]
HTML:
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
  <tr>
    <td><strong>Mesazhi i moderatorit:</strong></td>
  </tr>
  <tr>
    <td style="color: #465584; background-color: #FAFCFE;  border-left: 4px solid #b28383; border-right: 1px dotted #000; border-top: 1px dotted #000; border-bottom: 1px dotted #000; padding: 4px; padding-left: 25px;  background-color:#FAFCFE; background-image:url(http://img4.warez-bb.org/images/mod.gif); background-position:left; background-repeat:no-repeat; margin: 0px auto 8px auto;">{param}</td>
  </tr>
</table>
 
Back
Top