Quote:
Originally Posted by MoT3rror
When the quote is parsed in vB_BbCodeParser::handle_bbcode_quote, it only globalize these variables.
PHP Code:
global $vbulletin, $vbphrase, $stylevar, $show;
So a way to get around this might be to globalize $post or whatever is used in the location you need but this will take a file edit because there is no hook in this location.
|
How would I go about globalizing the variable?