Recent content by Xon

  1. X

    Thread SEO changes [Paid]

    Xon updated Thread SEO changes with a new update entry: 1.1.1 - Bugfix update Read the rest of this update entry...
  2. X

    Thread SEO changes [Paid]

    Xon updated Thread SEO changes with a new update entry: 1.1.0 - Feature update Read the rest of this update entry...
  3. X

    Alert Improvements by Xon

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

    Sticky Thread Order [Paid]

    There is an "edit" link on a thread in the thread list. Clicking it shows the "edit thread" dialog; which includes a manual display order field when this add-on is installed.
  5. X

    Content Ratings [Paid]

    Minimum supported php version for this add-on is php 7.2, as this add-on works for XF2.2. It is generally only my XF2.3 only add-ons which require php 8+
  6. X

    Multi Prefix [Paid]

    Xon updated Multi Prefix with a new update entry: 2.17.1 - Compatibility update Read the rest of this update entry...
  7. X

    Conversation Essentials [Paid]

    Xon updated Conversation Essentials with a new update entry: 2.9.2 - Compatibility update Read the rest of this update entry...
  8. X

    Post Friction [Paid]

    Xon updated Post Friction with a new update entry: 2.15.4 - Compatibility update Read the rest of this update entry...
  9. X

    Redis Cache By Xon

    This add-on does add some caching, but most of the performance is mostly around how it exposes the redis connector for my other add-ons to interact directly with redis.
  10. X

    Alert Improvements by Xon

    @Alpha1 Please ensure your mysql server has this in a .cnf file; innodb_print_all_deadlocks = 1 You can enable this dynamically with; set global innodb_print_all_deadlocks = 1 Then you can inspect your the mysql.log (or mariadb.log) file and report all the queries involved in the deadlock and...
  11. X

    Search Improvements

    Xon updated Search Improvements with a new update entry: 2.18.0 - Compatibility & bugfix update Read the rest of this update entry...
  12. X

    Warning Improvements by Xon

    Xon updated Warning Improvements by Xon with a new update entry: 2.12.4 - Compatibility update Read the rest of this update entry...
  13. X

    Alert Improvements by Xon

    What the heck, that should be the most simple lock to hold, and these locks shouldn't be held for long! I'll do a review and see if I can shrink the transaction size.
  14. 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 {...
  15. 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...
Back
Top Bottom