Floris
13th April 2004, 01:40 AM
[BB Code] [3.0.0] boo
On-line manual on how to add a new custom bb code: Custom BB Codes (http://www.vbulletin.com/docs/html/bb_code)
Here is the code that I use:
<table width="90%" border="0" align="center" cellpadding="2" cellspacing="2"><tr><td><fieldset><legend>{option}</legend>{param}</fieldset></td></tr></table>
This will let you use:
=title[/i]]content
The =title for {option} is required and not optional. If you don't want to use a title make a new bbcode called [setfield] with the same code without the <legend>{option}</legend> part in it.
Example: thread on vbnl (http://www.vBulletin-Fans.com/showthread.php?t=3136)
ENJOY!
On-line manual on how to add a new custom bb code: Custom BB Codes (http://www.vbulletin.com/docs/html/bb_code)
Here is the code that I use:
<table width="90%" border="0" align="center" cellpadding="2" cellspacing="2"><tr><td><fieldset><legend>{option}</legend>{param}</fieldset></td></tr></table>
This will let you use:
=title[/i]]content
The =title for {option} is required and not optional. If you don't want to use a title make a new bbcode called [setfield] with the same code without the <legend>{option}</legend> part in it.
Example: thread on vbnl (http://www.vBulletin-Fans.com/showthread.php?t=3136)
ENJOY!