Quote:
Originally Posted by Itchy Nips
thanks! One question though: what do you mean by "forumid" ?
sorry for the lack of knowledge...i'm still learning a lot of this stuff
|
No problem.
Each forum has a forumid number associated with it. To see which number is associated with which forum go to your Admin CP Forums & Moderators > Forum Manager and click on any forum, on the very top title bar it will give the forumid number.
If you want it visible in all forums you can simply remove the numbers, for example change:
<if condition="in_array($forum['forumid'], array(1,2))">
to
<if condition="in_array($forum['forumid'], array())">