Quote:
Originally Posted by veenuisthebest
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.
|
I had not installed it until now and I have noticed that I get a blank screen for the 2 non public sections when I click on the RSS icon (mods and site news section) so I assume it will only generate an RSS feed for public forums/sections so that would stop it anyway.
But is the above method better than just having a blank screen?
PS: the if condition removes the rss icon so that works, but I'm wondering if it is possible to show up a msg saying that no rss feed is available on the other private (not accessible to guests) forums instead of a blank white screen?