PDA

View Full Version : Change BBcode output.


Kyojii
04-17-2011, 11:55 AM
I noticed quite a lot of the default BBcodes output depreciated html. I would like to update these so that they output correctly. Sadly I can't seem to find where exactly it is parseing the bbcode. I've checked all over in class_bbcode.php but I can't seem to figure it out. Here's an example of what I want to do.

vB outputs this:
<font color="LemonChiffon">December 11th (Saturday)</font>
for this:
December 11th (Saturday)

I would like it to output this.
<div style="color: LemonChiffon;">December 11th (Saturday)</div>

There are also changes I would like to make to the left align, center, right align and image bbcodes. Can anyone point me in the right direction about how to do this?