Quote:
Originally Posted by Darkwaltz4
Edit the vBArcade - Render Postbit Trophies plugin, find:
PHP Code:
if ($vbulletin->options['dbtech_vbarcade_postbits'] == ++$i) break;
replace with
PHP Code:
if ($this->registry->options['dbtech_vbarcade_postbits'] <= $i++) break;
|
Man, thanks. I was losing my MIND trying to figure out what was causing that, never even dawned on me it could be linked to the arcade......DOH !!!!