Quote:
Originally Posted by adam75south
ok my problem was the default button location for my main style was different...so i uploaded the buttons in that directory. the plus signs show up now, the post drops down....but i have an error showing up.
Code:
Warning
: Invalid argument supplied for foreach() in
/includes/class_postbit.php(296) : eval()'d code
on line
15
not really sure what that means. when i went to class_postbit.php and looked at line 15 it said "exit"
Code:
if (!isset($GLOBALS['vbulletin']->db))
{
exit;
}
the good news is it shows up in both firefox and IE and not just one of em.
i attached a screenshot for you.
any ideas would be greatly appreciated...and if it's already been addressed then i'm sorry, i jumped to the last page.
|
Ok, according to that error it's having trouble with line 296 in class_postbit.php.
PHP Code:
($hook =& vBulletinHook::fetch_hook('postbit_display_complete')) ? eval($hook) : false;
So it's apparently having issue with something hooked into
postbit_display_complete. Thing is, my modification does not use this hook. The problem isn't directly linked to this modification, there may be a conflict issue with another hack you're using, one that modifies the postbit in some way.
In the meantime, try this. Browse to
AdminCP > Collapsable First Post using AJAX Options. Look for
Forum Exclusion List, in the text field put
0. Save it, and see if that fixes it. Honestly, I don't think it will, but it can't hurt.