Quote:
I just noticed that as well the forums spacing is gone it is all smooshed together. testing on 5 different styles FYI
It has to do with if statement:
<if condition="(THIS_SCRIPT == 'indexTAB' AND in_array($forum['forumid'], $GLOBALS[tabcats]) OR in_array('all',$GLOBALS[tabcats])) OR THIS_SCRIPT == 'forumdisplay'">
if you make it:
<if condition="(THIS_SCRIPT == 'indexTAB' AND in_array($forum['forumid'], $GLOBALS[tabcats]))">
|
this solved all my problems

thanx
but how to edit colors of tabs?