The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
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 |
#2
|
||||
|
||||
![]()
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. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|