Recent content by Xon

  1. X

    Redis Cache By Xon

    The interface which ships with XF2.3.10 doesn't have a return type like that. You must have another add-on which is importing a newer version of the Psr\Log\Interface which will cause all sorts of conflicts and would break the built-in caching methods too! interface LoggerAwareInterface {...
  2. X

    Aggregating Forums [Paid]

    This is more of a question for Styling and customization questions as it is independent of any of my add-ons, and given how 3rd party styles can move something around advice I give for stock xenforo style probably wouldn't be helpful. I think what you want is to move the block I indicated...
  3. X

    Alert Improvements by Xon

    Xon updated Alert Improvements by Xon with a new update entry: 2.14.3 - Bugfix update Read the rest of this update entry...
  4. X

    User Mentions Improvements by Xon

    Xon updated User Mentions Improvements by Xon with a new update entry: 2.10.5 - Security bugfix Read the rest of this update entry...
  5. X

    Alert Improvements by Xon

    That will be an issue for the Tickets add-on. Next version should properly prevent deadlocks in this code path, and makes the alert totals rebuild lighter weight
  6. X

    Aggregating Forums [Paid]

    That would require editing the forum_view template. Look for the section; <xf:if is="$nodeTree"> <xf:ad position="forum_view_above_node_list" arg-forum="{$forum}" /> <div class="block"> <div class="block-container"> <div class="block-body"> <xf:macro...
  7. X

    Alert Improvements by Xon

    This happens when it is trying to prune the list pending user alert total rebuilds from on deleted users. Can you report the result of this SQL query? select count(*) from xf_sv_user_alert_rebuild; I'll also need to see the explain output too; explain DELETE pendingRebuild FROM...
  8. X

    Warning Acknowledgement [Paid]

    I've updated the links to the XF2.x versions
  9. X

    ElasticSearch Essentials [Paid]

    The xf_thread_view table isn't anything todo with this add-on. But you can remove contention on the xf_thread_view table by using my "redis backed view counters" which offloads the view counts running totals from an in-memory table to redis and changes the view totals updating to be less...
  10. X

    Extended Ignore by Xon [Paid]

    This add-on doesn't support ignoring forums, I'm fairly sure this is the result of another add-on.
  11. X

    Use symfony "expression" language for user criteria

    Notices/user-group promptions/etc use a "criteria" system which is really janky. It would be very nice if it implemented something like cloudflare's rule system which has a simple enough UI which spits out an expression which supports more complex logic. Using symfony's expression language...
  12. X

    xf_thread_read auto_increment out of range

    With mariaDB's Galera Clustering (and custom alerting), SpaceBattles.com has recently has reached more than 2^32 for the alert_id column
  13. X

    User Essentials [Paid]

    Xon updated User Essentials with a new update entry: 4.6.6 - Maintenance update Read the rest of this update entry...
  14. X

    Redis Cache By Xon

    Xon updated Redis Cache By Xon with a new update entry: 2.18.9 - Bugfix update Read the rest of this update entry...
  15. X

    Searching ACP For and Discouraging Specific IP Addresses

    The discourage feature can also knock your site offline if you have the "Loading delay" functionality turned on. Do not use that feature!
Back
Top Bottom