HTML Code:
<a class="p1" href="showthread.php?t=$thread[realthreadid]" ><img src="<if condition="$forum[forumid] != 669">http://example.com/thumb.php?url=</if>$thread[thumbnailurl]" title=" " alt="Loading..." width="56" style="max-height: 82px;"/></a>
why is is the important <if condition="$forum[forumid] != 669">Conditional part not working?
if the user is in the forum 669 in the forumdsplay.php the part with the thumbnailurl "http://example.com/thumb.php?url=" shouldnt be shown..
can you help here?