

Gabriel Torres
Constituant-
Content Count
102 -
Joined
-
Last visited
-
Days Won
3
Gabriel Torres last won the day on February 6 2020
Gabriel Torres had the most liked content!
Community Reputation
4 NeutralAbout Gabriel Torres
-
Rank
Advanced Member
-
The CSRF protection key did not match
Gabriel Torres replied to Gabriel Torres's topic in Issue Tracker
@alexis Thanks. It worked like a charm. Just frustrated here because this is a paid app with renewal fees, so IMHO the developer should be able to fix this in a timely fashion... thanks! -
Hi @Kevin Carwile With the latest 4.5 series, when clicking to edit rules, I am getting: 2S119/1 The CSRF protection key did not match. This may indicate a plugin or theme is out of date. Please contact technical support for more information. Running IPS 4.5.4 with Rules 1.4.6 Thanks.
-
Automatic PM when topic title is edited
Gabriel Torres replied to Gabriel Torres's topic in Knowlegebase
@alexis Not the case here, because the object type is really a topic. -
Automatic PM when topic title is edited
Gabriel Torres replied to Gabriel Torres's topic in Knowlegebase
Using the code above, there is at least one case when the PM is sent when it shouldn't. With Pages, I had an articles scheduled to go live, and as soon as it went live, I received a PM telling that the topic's title was edited, but in fact what happened was that the comment topic for that article was created. This probably can be solved by adding a condition in the code above, but I have no clue about what to do. -
Automatic PM when topic title is edited
Gabriel Torres replied to Gabriel Torres's topic in Knowlegebase
It seems I was able to make it work with: //<?php if ($changed['title'] != '') { return TRUE; } else { return FALSE; } -
Automatic PM when topic title is edited
Gabriel Torres replied to Gabriel Torres's topic in Knowlegebase
@alexis Ops! Event: topic was edited -
Hi @Kevin Carwile I am trying to create a rule to send a private message to the topic author whenever a moderator edits the title of a topic. Here is what I have so far: Condition: "Title was edited" Actions: Send PM The problem is that the PM is being sent also when the topic is moved, etc, not only when the title is edited. So I am missing something in the "actions" part, but I really don't know what I am doing wrong in my code. Thank you in advance, Gabriel.
-
@Kevin Carwile Thanks for the honest reply, I've just spoke to the developer we use so he can create a custom solution for us. Thanks.
-
@Kevin Carwile Still not working... Two peoble bought subscriptions today and the rule wasn't triggered. Any advice?
-
@Kevin Carwile It didn't work out. A user bought a subscription last friday and the rule wasn't triggered. We are using the "Event: A product line item has been paid on an invoice" trigger to send a welcome private messsage, but it didn't trigger when a user bought a subscription. It was working before on 4.3.x when a user would buy a product... Please advise.
-
Rule for when user is added to a usergroup
Gabriel Torres replied to Gabriel Torres's topic in Knowlegebase
My idea is to send a welcome Private Message to users when they are moved to a specific usergroup. From what you are saying, the PM would be sent everytime the member data is updated, and not only once... I don't know if there would be other parameters to make sure this PM is sent only once... -
Hi, Is it possible to create a rule that is triggered when a user is added to a specific usergroup? Thanks!
-
Cool, will keep an eye and let you know.
-
Hi @Kevin Carwile I was wondering if my old Commerce rules, with the trigger "Event: A product line item has been paid on an invoice" would work just fine for subscriptions as well or do I need to make any adjustment? Cheers.
-
Hi @Kevin Carwile I've just upgraded to 4.0.1 and moved our "product" to the new subscription feature, which is way easier and simpler to configure and use. I was wondering if the "Commerce Rules" supports this new feature. Thanks, Gabriel.