<if condition="in_array($foruminfo['forumid'], array(X))">
<else />
<input type="submit" class="button" name="sbutton" id="{$editorid}_save" value="$vbphrase[submit_new_thread]" accesskey="s" tabindex="1" />
<input type="submit" class="button" name="preview" value="$vbphrase[preview_post]" accesskey="r" tabindex="1" />
</if>
Replace X with the id of your forum where you don't want the buttons showed...
|