I have tried to install this but facing this problems
1. In my forumhome template i found only this
<!-- main -->
$forumbits
$forumhome_markread_script
<!-- /main -->
2. when i add this code in
Code:
<if condition="(THIS_SCRIPT == 'indexTAB' AND in_array($forum['forumid'], $GLOBALS[tabcats]) OR in_array('all',$GLOBALS[tabcats])) OR THIS_SCRIPT == 'forumdisplay'">
forumhome_forumbit_level1_nopost & forumhome_forumbit_level1_post
I get this error
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(3716) : eval()'d code on line 1
& if i purposely edited the templates ignoring errors i got this error on homepage
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_forumlist.php(395) : eval()d code on line 1
I am using vBulletin 3.7.2 Patch Level 1 with miner skinz
Please help