Adding Group Members
Hi,
Is there any way to add Group members manually? I'm open to doing it via the database if needed. Thanks!
James
-
-
·
LeonidS
- ·
Hello James Webb !
You may invite any members to any group and then run the following MySQL query in your UNA database:
UPDATE `bx_groups_fan` SET `mutual` =1;
But this is not a good way though to do smth similar via DB :-)
-
·
LeonidS
-
- · James Webb
- ·
Ah, understood. I was hoping there would be a simple insert I could run to add them. :-). Thanks anyway.
James
-
It is easy if you will invite the members to the group and then use the future "You can change your current profile to this profile " as admin to accept the invitation.