<if condition="$forumid == 13"> CODE FOR IMAGEMAP </if>
In my navbar template - works great - where the forum i want the image in is 13.
However.
In my search.php - new posts - when i click new posts, and there are threads from my forumid 13 forum - the image shows in the search page?! Even though this doesn't have the forumid = 13?
Or does the fact the threads from forumid = 13 are there in the new posts page count as making the conditional true?
Is there any way to stop this?
wow, never had that before
Try using <if condition="$forum[forumid] == 13">bla</if> instead... it's just a guess though.