Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, see the descriptions next to the inputs. For a list of variables that a trigger contains please see the trigger documentation below.Is this documented somewhere? Like a list of all core variables for example?
I've already done this for you. Please see my previous reply. You need to compare the viewer user id against the displayed user id, which can be done in the conditionals.I just can't get the part that checks if the person viewing the profile is or is not the profile owner's right
You need to ensure "User" is set to "User". This way the substitutions like [FIELD_NAME] will be from the viewing user instead of the displayed user.... was meant to verify who is trying to view the profile (the profile's owner or not?) but it doesn't seem to work for now.
That's why you need a PHP implementation with PHP side validation. A custom plugin to do what you're wanting would be best.And then I'm also guessing if JS was disabled then there'd be no protection so I'll have to find a way to forbid access to the profiles with JS disabled but that's another matter...
Please Log in or Create an account to join the conversation.
krileon wrote: Yes, see the descriptions next to the inputs. For a list of variables that a trigger contains please see the trigger documentation below.
www.joomlapolis.com/support/tutorials/120-api-usage/18358-using-cb-triggers
krileon wrote: I've already done this for you. Please see my previous reply. You need to compare the viewer user id against the displayed user id, which can be done in the conditionals.
krileon wrote: You need to ensure "User" is set to "User". This way the substitutions like [FIELD_NAME] will be from the viewing user instead of the displayed user.
krileon wrote:
That's why you need a PHP implementation with PHP side validation. A custom plugin to do what you're wanting would be best.And then I'm also guessing if JS was disabled then there'd be no protection so I'll have to find a way to forbid access to the profiles with JS disabled but that's another matter...
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.