I am interested in knowing the forum id from within the template postbit in order to create a conditional around the Edit Post button.
PHP Code:
<if condition="$thread[forumid]==##">
different edit post code here
<else />
normal edit post button code here
</if>
but it seems my if condition isn't appreciated.
Alternatively is there a way to suppress or change the target of the edit post button on a per forum basis?