Quote:
Originally Posted by ozzy47
Sure I believe this will work for usergroups.
Change the following line, which is the fist bit in the code.
Code:
<vb:if condition="in_array($post['userid'], array(X,X,X))">
To this:
Code:
<vb:if condition="is_member_of($post, X,X,X)">
X being the usergroupid, if that does not work let me know and I will test it out.
|
I have edited in this way, to change from the userid of our bot, to the usergroup that contains the bot, and it works fine