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.
A lot. Do not tamper with ACL directly through the database. There's a lot of dependencies for ACL. Did the above auto action not work?How much of a world of hurt would I put myself in if I used the CBSubs SQL plug in to do this.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That was in regards to the conditions. I can't recall if merchandise plans send an active state to that trigger, but I'm pretty confident they do.Your hesitation regarding would it work with a merchandise plan made me nervous that even if it works today it may not in future versions of CB or CBSubs
There's no documentation for CB Auto Actions beyond the videos below. Most of CB Auto Actions usage is self explanatory. You select the trigger you want to act on, select what type of action you want to execute, then configure the action further from there. Conditions and substitutions can be tricky if you don't know what variables a trigger has, but we've the below page with some of the triggers and their variables.I'm not really very Auto Action savvy. I did attempt to locate some documentation on each event and what variables are available when it's fired (i.e. your use of var2 & var3) but was not successful. It's probably out there just couldn't find it.
That is going to be significantly more complex to do and maintain than just letting CB Auto Actions handle it. The URL action does not let you use Joomla API as it's just an HTTP request. If your HTTP request isn't to an internal Joomla page then your PHP file will never know Joomla even exists.So I think I have come up with an alternative approach. Referencing the Joomla documentation there is the JUserHelper library. It contains addUserToGroup . I am considering using the CBSubs URL plugin and just write a small php file that will add the user to the group on first activation.
Please Log in or Create an account to join the conversation.