I've gone through the BB code class and while I am able to get the parse method to parse smilies, it does not seem to parse any actual BB code even though the option for the specified forum is set to do so, and I have verified that it is receiving forum info from the fetch_foruminfo function.
Even using the parse_bbcode method by itself does not parse the bbcode, but rather only the smilies. Is there something I'm missing?
--------------- Added [DATE]1214322094[/DATE] at [TIME]1214322094[/TIME] ---------------
Never mind. I was missing the fetch_tag_list() function from the code parser class instantiation.
|