Hello,
I have Kunena forum, CB, and GJ. Is there a way to automatically notify a Joomla/CB registered user using CB that the site admin has added or changed their user Group level in CB? For example, I have a user who is registered and the little check box is so checked. I now add the user to another listed Group in the CB User Contact Info area by clicking the check box and saving. Can that user be notified that I as admin made that change to their account? Or is using GJ the only way to notify?
Thanks
You want to notify them when an admin makes a change to their profile? There are no checkboxes for usergroups within CB so unsure what you're changing exactly. It's possible to do this using CB Auto Actions and its Email action. You could even use a PM action if you wanted. Example setup as follows.
Type: Email
Triggers: onAfterUserUpdate
Access: Everybody
Conditional: [var1_user_id] Not Equal To [cb:userfield field="user_id" user="#me" /]
To:
Code:
[email]
Subject: Your Profile has Updated
Body: You profile has been changed by an administrator
Note the above is for frontend only changes. If you want backend too then add the onAfterUpdateUser trigger.
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.