Quote:
Originally Posted by Saviour
Thank you, PlusVB for the help...greatly appreciated.
For those of you who are having the same issue, here is the fix for having the mood show up in your arcade pages...if you are using the ibProArcade mod.
Open arcade/functions/functions.php
find
PHP Code:
global $vba_options;
change it to
PHP Code:
global $vba_options, $plus_mood_welcome_x;
This should solve the problem.
|
I do not have:
PHP Code:
global $vba_options;
So how do I get it to show in my arcade? I have vba installed but that line is not in my arcade functions.php file.
Can I get more detailed instructions please.
THANKS!