Quote:
Originally Posted by weallgovern
great can this be done for individual forum categories? For example not in lobby forum but in forum a b and z etc.
|
Yes it is possible. In the newthread template you can use
PHP Code:
<vb:if condition="$foruminfo[forumid] == x">
HTML fields
</vb:if>
Similary in the plugin code, you can add:
PHP Code:
if($foruminfo[forumid] == 9){
//catching the fields vars
}