Quote:
Originally Posted by choccyclaire
The update unfortunately conflicts with the Yet Another Awards System.
When you go to the YAAS pages in the admincp or modcp, you have errors at the top of the pages:
Code:
Warning: Invalid argument supplied for foreach() in [path]/includes/class_bbcode.php(451) : eval()'d code on line 12
|
hmm, in the 'bbcode_parse_complete' hook titled "Substitute The Replacement Text For The Image" try replacing:
PHP Code:
if ($this->registry->options['mysmiliesvb_option_masterswitch'] AND $GLOBALS['mysmiliesvb_userid'])
with:
PHP Code:
if ($this->registry->options['mysmiliesvb_option_masterswitch'] AND $GLOBALS['mysmiliesvb_userid'] AND !empty($this->registry->sv_mysmiliesvb))