Hi and thanks cris for your help. but i'm having a bit of trouble. This is what I have but doesnt seem to work. can you tell me what I did wrong?
Code:
<tr valign="bottom">
<td class="smallfont"><if condition="$foruminfo[forumid]==7"><a href="newthread.php?do=mp3post" rel="nofollow"><else /><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a></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>
and this is what I added to the code above.
<if condition="$foruminfo[forumid]==7"><a href="newthread.php?do=mp3post" rel="nofollow"><else /><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a></if>