Rap Battle System Lite Help
when i try to do these template edits i get an internal server error..
============================
============================
FORUMDISPLAY:
FIND: (Twice)
----------------------------
<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>
----------------------------
ADD AFTER
----------------------------
<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>
----------------------------
============================
============================
|