(Advanced) Mod Question

Galeras

New Member
Doesnt look hard..
But i would do different:

HTML:
<td class="smallfont"><if condition="$show['newthreadlink']">
<if condition="forumid=1">
<a href="http://The fake link you want to insert" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></td>
<else />
<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 />&nbsp;</if>
</if>
</td>
 
Top