Skip to Content Skip to Menu

🕒 Save Time and Effort with CB Editor Assistant: Effortlessly create and refine content in Joomla 3, 4, & 5.
🎁 Limited Offer: Enjoy a 5-day FREE trial and save up to 30% afterward!

[SOLVED] add a newly registered user to a specific GJ Group based on a field value

  • ktm640
  • ktm640
  • OFFLINE
  • Posts: 44
  • Thanks: 3
  • Karma: 0
8 years 1 week ago - 8 years 1 week ago #290079 by ktm640
I try to configure Action "add a newly registered user to a specific GJ Group based on a field value selected by user during sign-up process" from tutorial PDF info.

But this Action not work in my site. After registration user not added to Group.
Registration option without admin approval.

Can help me to find there is my mistake?

Look sreenshot.

Attachments:
Last edit: 8 years 1 week ago by krileon. Reason: Added [SOLVED] tag to subject

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48711
  • Thanks: 8320
  • Karma: 1447
8 years 1 week ago #290089 by krileon
The trigger you're acting on is only for backend user create. You need to act on onAfterUserRegistration for frontend registrations. If still not working then enable debug mode and maximum error reporting in Joomla global configuration then in your action under Parameters enable the Debug parameter. This should help debug access checks and conditions or if there was a problem joining the groups.


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 or Create an account to join the conversation.

  • ktm640
  • ktm640
  • OFFLINE
  • Posts: 44
  • Thanks: 3
  • Karma: 0
8 years 1 week ago #290101 by ktm640
I do all as You write. After new user registration get this text (I don.t understand there is the problem and why Conditional 1 failed failed):

string(99) ":: Action 43 :: Conditional 1 failed for 221: Nagų priežiūros meistrai Does Contain Auto Actions"

Site Debug mode: CB redirection with message "Jūs sėkmingai prisijungėte" without empty output

During its normal operations Community Builder often redirects you between pages and this causes potentially interesting debug information to be missed. When your site is in debug mode (global Joomla config is site debug ON), some of these automatic redirects are disabled. This is a normal feature of the debug mode and does not directly mean that you have any problems.
Click this link to proceed with the next page (in non-debug mode this is automatic): index.php?option=com_comprofiler&view=userprofile

115 queries executed
...

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48711
  • Thanks: 8320
  • Karma: 1447
8 years 1 week ago #290126 by krileon
The debug tells you exactly why it failed. Your condition is configured incorrectly. You're conditioning against the field [cb_interests] to see if it contains the string Auto Actions and it doesn't as the value of [cb_interests] is "Nagų priežiūros meistrai".


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 or Create an account to join the conversation.

  • ktm640
  • ktm640
  • OFFLINE
  • Posts: 44
  • Thanks: 3
  • Karma: 0
8 years 1 week ago #290147 by ktm640
I have done as show in tutorial image :)

Now I change text "Auto Actions" to field value and all is ok.

Thanks
The following user(s) said Thank You: krileon

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum