Log in

View Full Version : Quick question about bbcode_create hook and OO PHP


Darth Cow
07-28-2005, 12:36 AM
Please take a look at this bug report I filed pre-RC1:
http://www.vbulletin.com/forum/bugs35.php?do=view&bugid=693

I don't understand what Mike means by "You should be able to use class type checking to use that" (emphasis mine).

I figure this should be pretty easy to do. All I want to do is add is add a tag name explicitly to the $unparsed_tags array at the start of class_bbcode_alt.php so that the WYSIWYG will handle my custom php hook based tags appropriately. Has somebody else figured this out?

Thanks for your help.

merk
07-28-2005, 04:49 AM
<a href="http://au3.php.net/get_class" target="_blank">http://au3.php.net/get_class</a>


Not knowing how it actually works for bbcode, but i guess it inits a special class for each bbcode. You can get the classes name from that function.