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

  • 711
  • More
Replies (3)
    • 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 :-)

      • 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.

          Login or Join to comment.