Recent content by Thomas Lamprecht

  1. Thomas Lamprecht

    possibility to add simple mod_rewrite rule or other easy way?

    Yes, I understood that, although I was suprised that the orginal query doesn't gets into the apache access log but only the already routed request, thanks. I tried already to add a "Route Addon" which hooks into the route and does my match and replace, and it works sometimes but sometimes a...
  2. Thomas Lamprecht

    possibility to add simple mod_rewrite rule or other easy way?

    Hi, I wanted to ask if it's possible to implement a basic RewriteRule in front of the XenForo Route class/engine? Or if there is another easy way to get Rule like RewriteRule ^threads/(\d+)-(\w+)$ threads/$2.$1 [R] Working. I tried adding a route class but not every format gets through to...
  3. Thomas Lamprecht

    Automatically revoking user promotions for inactive users

    Hi, yes I saw that it's for sure a design decision and I'm not attacking it directly. I only wanted to know if anyone had that problem and had a good integrated (and maybe also somewhat fast ;) ) solution. Or what the developers thought as solution when the made this performance optimization in...
  4. Thomas Lamprecht

    Automatically revoking user promotions for inactive users

    First thanks for answering. For sure there is a point! Other user can see the effects of the promotion. A simple example: lets say if I use it for saying that a member is the best ever and give him a banner all other see that. Now he dos some really bad stuff and so looses the "best member...
  5. Thomas Lamprecht

    Automatically revoking user promotions for inactive users

    Hi, I'm currently developing an Add-on for XenForo which provides an user criteria depended from an external service so that users can be promoted to a special group when this criteria is met. It works perfectly besides on caveat: runPromotions() looks only at the users which were active in...
Top Bottom