When installing a mod which uses:
I've tried replacing this with
However, I get an error:
This seems strange as the MG modified bbcode.php is being included, which contains the definition of parse - any ideas anybody?
NB I also added some declarations to 'seed' $bbcode before parsing:
- $bbcode->allow_html = $html_on;
- $bbcode->allow_bbcode = true;
- if ( !$lofi )
- {
- $bbcode->allow_smilies = true;
- }
- else
- {
- $bbcode->allow_smilies = false;
- }
However, these make no difference, I get the same parse error if I comment them out.