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.
There certainly shouldn't be an error and am not seeing one here in my tests. Try using onBeforeRender event to see if the auto action still works without causing an error. That's kinda the dangers of loading it too early.I got it to work to an extent. When the new System - Auto Actions plugin is enabled the Joomla control panel gives off an error and goes to white screen. All other parts of the site are functional aside from Control Panel.
[var2] is the Joomla article object. So [var2_id] is the article id, which you can't know yet since you're creating a new article. If you need to condition against category it's probably [var2_catid].The condition: [var2_id] Equal to [number of category] didn't work because I realized after the email that associated with the article number. Is there any way to condition the category id instead?
The To has no affect on the Body. Using a user id simply grabs that users email address and places it in the To. I'm unsure why you're having so many odd issues. My above exact example was tested and confirmed working. Please ensure everything installed is completely up to date.One last thing I noticed when using [user_id] in the To: part of the Action all the body is shown.
When I just put the actual email (email@place.com) the article title no longer is output to the email. Potentially a small thing but just trying to convey every detail I'm seeing related to this.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Was able to confirm on the control panel page. Oddly doesn't seam to happen anywhere else. It's likely I won't be able to fix this though as it's probably a result of loading too early, but will see if it's fixable.Based on the error it seems to be a conflict with the cb plugin listing on the Control Panel. I tested and email sends fine with onAfterInitialize.
They're entirely subjective to what trigger is used. CB Auto Actions will parse up to 15 variables sent to it. For CB triggers you can use the below list to check the available variables.Is there a listing of the variables like [var2_id], [var2_catid], etc. Where can I find these for future reference as I expand on what I can do with this?
Please Log in or Create an account to join the conversation.