ok i did that, maybe i put the coding in wrong i am going to try it again
k here is the thing u said after
<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>
to put
<if condition="$foruminfo[isbattleforum] == 1">
<a href="newbattle.php?$session[sessionurl]f=$foruminfo[forumid]" rel="nofollow">
<img src="$stylevar[imgdir_button]/newbattle.gif" alt="$vbphrase[bs_startnew]" border="0" />
</a> </if>
but mine is a bit dif mine looks like this
<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>
|