Quote:
Originally Posted by Morsolo
Yes, for some reason, the Encoding Error just vanished and now I can view the forums, but I am getting that issue.
It isn't showing "X" Forums, it is showing all of them. And I am getting no spacing between each category, for example it should look like:
But it is going:
|
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]))">
It works for the direct forum add tab BUT not the modules.
Real weird got it working on one style now but still all the others messed up and NOT working with modules just tabs with forums.