Connections

3 years 3 months ago #322721 by surferchick
Connections was created by surferchick
Good Morning

Is there a way for a Super User to manually connect Users?

We have created a new Group who are people under 18 years of age
They have the same access level as Registered
But we do not want them to be creating connections

Is there a way that a Super User can administer connections on behalf of a user?

Thanks
S

Please Log in to join the conversation.

3 years 3 months ago - 3 years 3 months ago #322726 by krileon
Replied by krileon on topic Connections
There is no functionality for that at this time, but we intended to add management features for connections when that functionality is rewritten in CB 3.0. Only way to do this for now is either directly in _comprofiler_members database table or try using CB Auto Actions to and Connection actions to try and setup something to assign users connections.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

2 years 3 months ago #327911 by mabdelaziz
Replied by mabdelaziz on topic Connections
Hi Krileon,
Is there any example on Auto Actions which I can follow to connect a newly created user with existing users?

Please Log in to join the conversation.

2 years 3 months ago #327928 by krileon
Replied by krileon on topic Connections
CB AutoWelcome provides that functionality out of the box. You can specify a list of user ids to automatically connect new registrations to. If you still want to do this using CB Auto Actions then the below should work.

Global
Triggers: onAfterSaveUserRegistration
Type: Connection
User: Automatic
Access: Everybody
Action
Users: INSERT_USER_ID_HERE

Replace INSERT_USER_ID_HERE with the user id or list of user ids that you want to connect the registering user to.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.214 seconds