Quote:
Originally Posted by zelnik
Hi, firstly lovely addition to vB
I have a concern though.. I do not want my moderator section having RSS as if I were to ever remove a Moderator then they would still be getting the RSS feed for the section. No?
How do I disable it for a specific section on my forum?
Thanks
|
So you do not want the RSS icon to display for any moderator (staff) forum, is that all what you want?
You can wrap the rss icon code with a conditional
<if condition="$forum['forumid'] != X"></if>
where X is the forum ID.
Let me know if it works, you forgot to mark as installed btw.