Skip to Content Skip to Menu

autoaction for activate profilewall notification

10 years 7 months ago - 10 years 7 months ago #242433 by thewebsurfer
hi, i noticed this autoaction doesnt work fine: it should set on profilewall email notification, but just 5-6 user of a hundred has _UE_YES in the db field
Attachments:
Last edit: 10 years 7 months ago by thewebsurfer.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
10 years 7 months ago #242451 by krileon
The value is a language string. By default the values are always translated. So it's being translated to "Yes" (or whatever value it's translated to) before storing. You need to check the checkbox to the right of the input to stop it from translating the value as the description describes. You should be able to see the translated value stored in your _comprofiler for users.


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.

10 years 7 months ago #242454 by thewebsurfer
Replied by thewebsurfer on topic autoaction for activate profilewall notification

krileon wrote: The value is a language string. By default the values are always translated. So it's being translated to "Yes" (or whatever value it's translated to) before storing. You need to check the checkbox to the right of the input to stop it from translating the value as the description describes. You should be able to see the translated value stored in your _comprofiler for users.


it is not translated, the db field is NULL or just empty

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
10 years 7 months ago #242460 by krileon
Do you have any actions that could be causing a user store after your field action? For example a Usergroup action or a Code action that has a user store. User store actions should always be ordered first as right now they do not refresh the user object and work directly from the user object sent by the 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.

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

10 years 7 months ago #242461 by thewebsurfer
Replied by thewebsurfer on topic autoaction for activate profilewall notification

krileon wrote: Do you have any actions that could be causing a user store after your field action? For example a Usergroup action or a Code action that has a user store. User store actions should always be ordered first as right now they do not refresh the user object and work directly from the user object sent by the trigger.


i have 3 actions onAfterUserRegistration but just type:field

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
10 years 7 months ago - 10 years 7 months ago #242464 by krileon
Ah, sorry if that's a checkbox field then you need to use the values 1 and 0. 1 is Yes and 0 is No. The database column is int so that's why it never stores anything when using _UE_YES.


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.
Last edit: 10 years 7 months ago by krileon.

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

Moderators: beatnantkrileon
Powered by Kunena Forum