Ok guys,
Here's how to set custom numbers of invites on a per usergroup basis.
This requires using SQL.....
Take a note of the usergroup number (found in the Usergroup manager in the admincp)
Use phpadmin or your database viewer and do the following:
Go to the
user table.
Click on SQL
Use this code -
Code:
UPDATE user set invitation=xxx WHERE usergroupid=yyy
xxx - Number of invitations you'd like the usergroup to have
yyy - Usergroup to apply the above number of invitations to.
Run it multiple times changing whichever variables you choose for different usergroups.
DoA