Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, that trigger does not fire when a user is created, but when a users profile is updated on frontend. The triggers show their label and not their value, but yes the after frontend profile update is onAfterUserUpdate.Is onAfterUserUpdate still a valid trigger? It changes to After Frontend Profile Update which I'm thinking is not hte same thing. I just tried to "create" a user as a family member and it did not work.
No, when a query is sent through CB/Joomla DB API the prefix is replaced automatically.Do I have to change the #_ table prefixes or is that fixed automatically by Joomla/CB? Sorry for the multiple posts!
Ensure you've the latest release of CB Conditional. Ensure value translation is off as well as translating 1/0 could end up with unexpected results. If this is your first time using CB Conditional then review the following tutorial.As for conditioning the accept family member tab, it is showing up when cb_fmemshowtab != 1. cb_fmemshowtab for a test user I am working with is NULL and it is showing up when editing the user profile. I am using tab conditional "show family member tab" EQUAL to 1.
Please Log in or Create an account to join the conversation.
If I want it to trigger even when the user is updated on the backend should I add the backend trigger?Yes, that trigger does not fire when a user is created, but when a users profile is updated on frontend. The triggers show their label and not their value, but yes the after frontend profile update is onAfterUserUpdate.
Ok thanks - that is what I thought. Just trying to figure out why the user is not being registered.No, when a query is sent through CB/Joomla DB API the prefix is replaced automatically.
Conditional is: IF "show family member tab" equal to "1" translate NO then SHOW for registration=disabled, profile edit=enabled, profile view=enabled ... and the result is that the tab shows on edit profile but not on view. Conditionals 4.02 installed. The field is NULL for this user.Ensure you've the latest release of CB Conditional. Ensure value translation is off as well as translating 1/0 could end up with unexpected results. If this is your first time using CB Conditional then review the following tutorial.
Please Log in or Create an account to join the conversation.