Execute Server-side PHP in BBcode
Is it possible to execute server side PHP code in BBCodes?
I have a PHP function that returns the text I want insert.
A quick look at the code makes me thing I will have to hack the class vB_BbCodeParser.
Thanks for your help.
--------------- Added [DATE]1383029762[/DATE] at [TIME]1383029762[/TIME] ---------------
It appears the best way to do this is to do the work manually in "bbcode_parse_complete" hook.
|