PHP Code:
<if condition="$show['newthreadlink']">
<tr><td class="vbmenu_option">
<if condition="$foruminfo['edit_new_thread_button']">
<a href="$foruminfo[edit_new_thread_button]" rel="nofollow">$vbphrase[post_a_new_thread]</a>
<else />
<if condition="$post[posts] < '25'" >
<a href="$foruminfo[edit_new_thread_button]" rel="nofollow">$vbphrase[post_a_new_thread]</a>
<else />
<a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow">$vbphrase[post_a_new_thread]</a>
</if>
</if>
</td></tr>
</if>
This is what I am trying to use and so far its not working. SOMEONE HELP