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&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td>
<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
Thanks
Dave
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&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td>
<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
Thanks
Dave