Valter, There is a Bug that is Important that You Check.
Is Important that You Evaluate the Following Code Line on the Plugin "
Cyb - Advanced Forum Statistics - MN" (Hook
parse_templates), because it Blocks all the vBAdvanced "
Portal Output Global Variables" that are Set on the "Main Options" of the "vBa CMPS".
Code:
$vba_options['portal_outputglobals'] .= "\r\ncybtopstats";
I had to Comment it with the "
//" to Avoid that Problem and for the "Portal Output Global Variables" to be Evaluated on the vBa Pages:
Code:
// $vba_options['portal_outputglobals'] .= "\r\ncybtopstats";
My Best Regards.