BBCode: [fieldset]
This modification is in the archives.
Title: Custom BBCode: [fieldset]
For: http://www.vbulletin.com/ By: Floris Fiedeldij Dop Version: 1.01 What does this do? This will give the user the ability to use <fieldset><legend>title</legend>content</fieldset> inside his post. Example: [fieldset=Important]Make sure you drink coffee![/fieldset] Available options & features: * Custom BB Code for all your members to use * [fieldset] button in the editor for easy access * Ability for styling using CSS classes for each of your styles Does this come with phrases? No Does this come with templates or require me to modify my templates? No template edits required, but you can optionally use custom CSS classes to design it to your needs. Does this create additional queries? No Does this run on vBulletin 3.0.x? Yes here's the 3.0.x version Does this run on vBulletin 3.5.0 - 3.5.1, 3.5.2, 3.5.3 and 3.5.4? I don't see why not. Does this work with third party plugins like vBAdvanced, etc? No, we don't support third party plugins right now, sorry! But if they're properly coded and take custom bb code into consideration: Yes. Support: Don't PM me about this, I can't see how you require support for this and I don't plan on giving it. Nor is this written to support third party plugins. Here's documentation that will help in case of questions: http://www.vbulletin.com/docs/html/bb_code Installation instructions: Optional Step! Admin Control Panel > Styles & Templates > Style Manager > dropdown: Main CSS > Browse all the way down to Additional CSS Definitions > And in the bottom textarea box enter: Code:
.bbfieldset { margin-bottom: 1px; } .bblegend { font-size: 13px; font-family: Verdana; } Next Step! Admin Control Panel > Custom BB Codes > Add New BB Code > Title: Code:
fieldset Code:
fieldset Code:
<table width="90%" border="0" align="center" cellpadding="2" cellspacing="2"><tr><td><fieldset class="bbfieldset"><legend class="bblegend">{option}</legend>{param}</fieldset></td></tr></table> Code:
[fieldset=hello]fieldset![/fieldset] Code:
Allows users to use [fieldset] Button Image: Code:
images/editor/bbfieldset.gif Final Step! Upload the &stc=1&d=1148592980 into the images/editor/ directory. You're all done! Download This modification is archived and cannot be downloaded. Screenshots
|
Similar Mods
Mini Mods BBCode: [fieldset] | Modification Graveyard |
BB Code Enhancements [Naxon] Fieldset BBCODE | vBulletin 3.6 Template Modifications |
[HowTo] [BB Code] [3.0.0] [fieldset]boo[/fieldset] | vBulletin 3.0 Template Modifications |