The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
If you create a plugin using hook bbcode_fetch_tags, you can change the html for those bbcodes. The replacement should be html with the text represented by %1$s. So you probably want something like:
Code:
$tag_list['no_option']['b']['html'] = '<span class="bold">%1$s</span>'; $tag_list['no_option']['i']['html'] = '<span class="italic">%1$s</span>'; $tag_list['no_option']['u']['html'] = '<span class="underline">%1$s</span>'; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|