Quote:
Originally Posted by misticjeff
Installed!!
Question: can a conditional be put in so that it does not insert for certain membergroups??? Like an <if> statement or something.... obviously you see i'm not a coder in any way.
|
Change:
PHP Code:
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
To:
PHP Code:
<if condition="is_member_of($bbuserinfo, 1,2) AND $post[postcount] % $vboptions[maxposts] == 1">
currently it is configured to groups 1 & 2 so it will show for the guest and registered user usergroups