How would i make a BBcode like this?

Brownkow

New Member
How could i make a bbcode like this? I saw it on a forum and i really like the look of it.
Thanks for any help :)
 
You can customize the CSS to have the dashed border display in a different color, as well as change text size, font, color, etc.

To create this BB Code:

AdminCP -> BB Code Manager -> Add New BB Code

Title:
Moderator NotesBB Code

Tag Name:
moderation

Replacement:
HTML:
<hr><br>
<style type="text/css">
table.sample
{
	border-spacing:2px;
	border-collapse:separate;
	background-color:#FFF;
	border-color:green;
	border-style:dashed;
	border-width:3px;
}

table.sample th,table.sample td
{
	background-color:#FFF;
	-moz-border-radius:0;
	border-color:gray;
	border-style:inset;
	border-width:1px;
	padding:1px;
}</style>

<table class="sample">
<tr>
        <td><fieldset><legend>Important Moderator or Administrator Note</legend><font size=3><font color=blue>{param}</font></fieldset></td>
</tr>
</table>

Example:
Code:
[moderation]important note here[/moderation]

Use Option:
No

Remove Tag if Empty:
Yes


All other settings are optional.

I have also uploaded an basic letter "M" for "Moderation" to use as a button for this code. It is already resized to 21x20.
 
That looks like one of the hacks that checks the post for spam. You might want to search for antispam hacks. I think its here. This is different than the spammer registration hacks so when you check look for antispam not antispambot. Good luck.
 
Wow thanks for the quick replys!! :) Hoxxy thanks allot, thats excatly what i needed.
And bluescorpion the spam message was just an example.. :)
One last thing, ive seen an addon where only a certin usergroup can use a bbcode but i cant find it, could someone please point me in the right direction.
thanks
 
Back
Top