Jump to content

Kevin Carwile

Clients
  • Joined

  • Last visited

  1. Devanger_ started following Kevin Carwile
  2. Smaff started following Kevin Carwile
  3. DSystem started following Kevin Carwile
  4. It was the other way around. IPS removed it from their marketplace therefore there is not really any point of continuing development on it. I was not aware this was an issue. I remember we fixed a bug that sounds a lot like this. I'll see if I can reproduce this locally.
  5. That's the reason why IPS removed rules from their marketplace. People get themselves into trouble and neither IPS nor myself can really do anything about it. That particular issue may be a bug "somewhere", but it is not in the IPS core, and I verified that it is not in the Rules application itself, so it is within the rules configuration on the client site. That is a configuration that nobody maintains except for the client themselves. Not sure exactly how to troubleshoot that for them without being able to reproduce it on my end. But packaging a new version of rules and calling it a maintenance release is not going to solve that issue for them.
  6. No new features are planned for this app. Only critical bugfixes will be made to it at this point.
  7. LiquidFractal started following Kevin Carwile
  8. Denis Lee started following Kevin Carwile
  9. QWio started following Kevin Carwile
  10. @Gabriel Torres Try uploading the following two patch files to your community. ./applications/advancedtagsprefixes/hooks/forumLastPostPrefix.php ./applications/advancedtagsprefixes/hooks/addPrefixToForm.php addPrefixToForm.php forumLastPostPrefix.php
  11. Sorry, I didn't realize that I was not subscribed to this topic. I have just updated Group Collaboration for 4.4 compatibility. I'll look into Tags & Prefixes next.
  12. Well, bulk processing topics is as close as rules core will get you. Anything further will require you to write custom php code in your processing rules.
  13. For that, you will need to bulk process all topics on the site. Your custom action will accept an individual topic as an argument. Your rules for that custom action will have the conditions you just described. If topic is in Forum A, add two points. If topic is in Forum B, add 1 point.
  14. I have not been able to test this as of yet.
  15. You will need to bulk process the topic items, and in your custom action rule, you will likely need to use some custom php code in order to do whatever calculations you need based on the topic being processed.
  16. This should already be possible using the permissions on the custom data field.
  17. jp started following Kevin Carwile
  18. It sounds like you want to use an event for when the event is locked as you said instead of the member RSVP'ing for the event. But even so, in order to operate on all of the members that attended the event, you'll need a custom php code action to do whatever it is that you want to do.
  19. Is this still the case? I can't verify with my account since I own the resource, and I don't have another account with a valid IPS license to be able to log into. So I cannot tell.
  20. We are looking into this. Correct.
  21. That sounds like it will work more reliably for you than the "logged in" event. It just requires that a member make a post.
  22. No, you wont lose any rules. That would be an event that needs to be included by the awards app.