PDA

View Full Version : Change "New Thread" icon


powerful_rogue
01-02-2010, 05:21 PM
Hi,

Ive got one forum where I want the "New Thread" icon to be different to all the other forums.

What sort of if condition would I need to use? Ive found the below code in my FORUMDISPLAY template

<tr valign="bottom">
<td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></td>
<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>

Thanks


Dave

powerful_rogue
01-03-2010, 06:51 PM
Small bump!

--------------- Added 1262552859 at 1262552859 ---------------

Aha!

Sorted, I used this


<if condition="$forumid!=5">

</else>