Ghost Dog 13
Active Member
Hello Guys!
I've fixxed the Code of Moderated Message BB Code!!
There was already a code posted by ghetto_man in phpBB with it but if you use it, it would brake the forum layout/topic/thread/reply
I've took the code and done a few changes on it and now it works perfect without braking any layout/theme :D
Here's the preview:
For those who are licensed in vBulletin.org:
and for those who aren't here's the code 
Installation:
Log in to your ACP>.>Custom BB Codes>.>Add New BB Code
Title: Staff BBCode
BB Code Tag Name: mod
Replacement:
Example:
It can be used in other Forum Software too
Like phpBB... simply change the "{param} to "{TEXT}"!
Enjoy :D (It took me just 10 mins to fix it lol)
I've fixxed the Code of Moderated Message BB Code!!
There was already a code posted by ghetto_man in phpBB with it but if you use it, it would brake the forum layout/topic/thread/reply
I've took the code and done a few changes on it and now it works perfect without braking any layout/theme :D
Here's the preview:
For those who are licensed in vBulletin.org:
Code:
http://www.vbulletin.org/forum/showthread.php?p=1766553
Installation:
Log in to your ACP>.>Custom BB Codes>.>Add New BB Code
Title: Staff BBCode
BB Code Tag Name: mod
Replacement:
Code:
<style>
.moderator{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: #FAFCFE url(http://s5.tinypic.com/2pzguf5.jpg) center left no-repeat;
margin: 0px auto 8px auto;}
</style>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<td><span class="smallfont"><strong>Moderated Message:</strong></span></td>
</tr>
<tr>
<td class="moderator"><span style="font-weight: bold;"><span style="font-style: italic;"><span style="color: orange;">{param}</span></span></span></td>
</tr>
</table>
Code:
[mod]Please Code your Links![/mod]
Enjoy :D (It took me just 10 mins to fix it lol)