I've got this working in showthread.php
<if condition="$forum[forumid] == 104"><div id="article"></if>
I can't however get this working for multiple forumids
<if condition="$forum[forumid] == 104 OR 25 OR 35"><div id="article"></if>
I will also need to do this on forumdisplay.php but I haven't got to that bit yet.
Thanks for the help so far, its making things alot easier.
|