Log in

View Full Version : skp the invite to private social groups


wmlvb
06-09-2010, 10:09 PM
Hello,

I want all members of certain usergroups to be Auto joined to a social group or at least be able to skip the invite process and just add to them to the group without waiting the to accept the invite! How do I se this up? thanks

BirdOPrey5
06-09-2010, 11:04 PM
Good question...

The social group memberships are stored in the "socialgroupmembers" table in MySQL so it's not a simple query to simply add people based on usergroups... If there are hundreds or more people needed to be made part of a social group- too many to add manually, then I would recommend a php script- something that would increment through each user in the user table, decide if they are a member of a specific usergroup, and if so add them as a memeber to the socialgroupmemebers table. This is something I might be able to do but being it directly accesses your forum database I wouldn't want that responsibility- if you have any PHP/MySQL knowledge though this shouldn't be difficult to accomplish.