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.