Ok.
With that example, in the FORUMDISPLAY template, can we replace the NEW THREAD button with another image and link instead of showing both image and link like sample below?
HTML Code:
<tr valign="bottom">
<td class="smallfont">
<if condition="in_array($foruminfo['forumid'], array(64,65,66,67,23,24))">
<a href="misc.php?do=forms" rel="nofollow"><img src="$stylevar[imgdir_button]/newadform.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if>
<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>
is like:
Code:
if
elseif
elseif
endif
Thanks!