Quote:
Originally Posted by Xplorer4x4
Flup, would it be possible to to add some sort of if conditonal that will rpevent it showing up if the forum is simply a redirect to say your rules or support system ETC.
|
In the template look up for the code with the image & link.
Code:
<if condition="$forum['link']"> <else /> the image and link code </if>
That would do the trick I think