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!

Some plugins tabs can't add to tab menu

  • ktm640
  • ktm640
  • OFFLINE
  • Posts: 44
  • Thanks: 3
  • Karma: 0
7 years 11 months ago #291659 by ktm640
Replied by ktm640 on topic Some plugins tabs can't add to tab menu
Sorry,

1. I can't found trigger "after user profile update"
I add triggers what I found (look screenshot).


I was create Check Box (Multiple) field cb_newsletters with values.
In the AutoActions set conditions cb_newsletters Equal To 1. In Acymailing action set to subscribe list, but after user check in profile 1 value, nothing happened in acymailing user :(

Can you help to find my mistake?


2. When I try to recreate 1 video lesson on my site and add text to message body:

<p>
Hi
</p>
<p>A user with username <strong>[username]</strong>logged</p>

<p>More info</p>
<ul>
<li>[name]</li>
<li>[registerDate]</li>
<li>[lastupdatedate]</li>
<li>[lastvisitDate]</li>
</ul>

In my email box receive this mail:

Hi
A user with username logged
More info




Where I made mistake again?

3. Why email AutoActions not send mail when user login with facebook?
Attachments:

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48709
  • Thanks: 8319
  • Karma: 1447
7 years 11 months ago #291671 by krileon
Replied by krileon on topic Some plugins tabs can't add to tab menu

1. I can't found trigger "after user profile update" I add triggers what I found (look screenshot).

The triggers for profile update are as follows.

Frontend: onAfterUserUpdate
Backend: onAfterUpdateUser

If you need it to apply to registrations you'll need the following.

Frontend: onAfterUserRegistration
Backend: onAfterNewUser

In the AutoActions set conditions cb_newsletters Equal To 1. In Acymailing action set to subscribe list, but after user check in profile 1 value, nothing happened in acymailing user

That's because you specified literally cb_newsletters. This means it's literally comparing the string cb_newsletters against 1, which will always fail. You need to supply a validation substitution. See the below for substitution usage information.

www.joomlapolis.com/documentation/279-community-builder/tutorials/18353-using-substitutions-throughout-cb

This means cb_newsletters should be [cb_newsletters]. In addition to this you're using a multicheckbox, which can have multiple values. This means an Equal To condition can only work if that 1 value is selected. You'll need to use a Contains operator in order to match it when multiple values are selected. However, you're using simple digits. If you supply a 1 and a 10 as values for your multicheckbox then doing a Contains against 1 will always match 10 since 10 contains 1.


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
7 years 11 months ago #291683 by ktm640
Replied by ktm640 on topic Some plugins tabs can't add to tab menu
Thanks for help!

Now Action work. Thank for info about digits. I use seven digits in this field and as I understand, problem with 1 and 10 not appear in this action.

What about next two questions? I need create new topic?

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48709
  • Thanks: 8319
  • Karma: 1447
7 years 11 months ago #291690 by krileon
Replied by krileon on topic Some plugins tabs can't add to tab menu

What about next two questions? I need create new topic?

Please create new topics for questions unrelated to this topic. This makes it a lot easier to follow your issue and answer appropriately. It's also easier for users when searching for similar issues.


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.

Moderators: beatnantkrileon
Powered by Kunena Forum