Quote:
Originally Posted by Bouncer222
So its only for certain usergroups or what? Or all these donate buttons go towards one email only?
|
atm, it's for all usergroups to see it, and it uses only Super Admins PP email...
if you want to use a conditional then use this to only show donation button to select usergroups:
Code:
<vb: if condition="$post['usergroupid'] != 5,6,7"> Donate Button CODE HERE. </vb:if>