Ok il give it a shot
Quote:
But, why are you even doing that condition
|
well my first condition i used was
Code:
<td class="alt1"><if condition="$forum[forumid] == 41"></if><if condition="is_member_of($bbuserinfo, 6,7,5,10,11)">$forum[threadcount]</td><else />
</if></td>
<td class="alt2"><if condition="$forum[forumid] == 41"></if><if condition="is_member_of($bbuserinfo, 6,7,5,10,11)">$forum[replycount]</td><else />
</if></td>
which just hide the thread/post count for all the sections and i only wanted to hide it for 5 of my sections so i started playing around with conditions but im to good at code's so i dident know i was adding a blank condition if you get me