Quote:
Originally Posted by zelnik
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?
|
That blank screen is a standard behaviour of vb, not what this template edit handles.
Quote:
Originally Posted by zelnik
Also there is a minor error in your instructions :
Find this:
Code:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" >
it should be :
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
|
so whats the error?