Multiple Options BBCode
Multiple Option BBCode By Andreas
NOTE: I do not own this plugin. I just refactor it a bit to be compatible with PHP 5.5 The original plugin has been archived and there is no vB4 thread so I created one. That means the plugin works perfectly in vB4. Please see screenshot for example of multiple options for BBCode. vBulletin gives you two default parameters to create BBCode: {option} and {param} PHP Code:
<span style="color: {option}">{param}</span>
But there is only one 'option', thus limits variety of BBCode. You can still do something like this PHP Code:
<span {option}>{param}</span>
Using this Plugin, you have better way PHP Code:
<span style="color: {option1}; font-size: {option2}; font-family: {option3}">{param}</span>
You can also omit one or more options if you don't need them. But remember there must be one left. PHP Code:
[BBCODE=red||]Something here[/BBCODE]
Changelog: 2.0: - Switch from deprecated /e to preg_replace_callback - Change version check url Download
product-multioptionbb.xml (2.1 KB, 60 downloads) Screenshots |
Similar Mods
Multiple Option BBCode | vBulletin 3.5 Add-ons |