Thanks for the help mate i got it working the template i had to edit was forumhome_forumbit_level2_post
But it hides the thread and post count for all sections is there another code i can add to just hide the post/thread count for a specific forum (just my VIP section)
Thanks for all your help i o you one
edit i have found out that the extra condition that i need to add is
Code:
<if condition="in_array($forum['forumid'], array(41,42,55,43,44,53,45)"></if>
I have tried adding it but it just hides the thread/post count for all the sections still got any other ideas