![]() |
change bbcode to standards compliant
I want to change the B I U etc bbcode to CSS. Anyone do this?
|
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>'; |
Thanks! Is this hard coded somewhere? I wouldn't mind changing a file since there will be no updates to 3.8
|
Quote:
|
All times are GMT. The time now is 07:40 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|