Log in

View Full Version : Custom BBcodes: what hook & var name can I print the list?


timetunnel
12-13-2006, 06:55 AM
Hello.

Can I print a list of custom bbcodes from the 'bbcode_create' hook? If so, what is the var name syntax? If not, which hook and var name would it be?

Do they actually get appended to $tag_list array? If so, where (closest hook & var name syntax)?

I added a custom bbcode and I can't seem to find where it gets appended to $tag_list so that I can print the complete list in the proper hook (vs. seeing it via 'misc.php?do=bbcodes'). $customtag var is empty and $tag_list[no_option] is only listing standard tags...:cross-eyed:

I want to use that var (completed bbcode list) whenever class_bbcode.php or class_bbcode_alt.php are called (forums, signatures, etc.).

Thanks in advance.