PDA

View Full Version : Execute Server-side PHP in BBcode


Exeter
10-29-2013, 05:33 AM
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 1383029762 at 1383029762 ---------------

It appears the best way to do this is to do the work manually in "bbcode_parse_complete" hook.