Recent content by Xon

  1. X

    Report Improvements by Xon

    Xon updated Report Improvements by Xon with a new update entry: 2.21.1 - Bugfix update Read the rest of this update entry...
  2. X

    Multi Prefix [Paid]

    An older enough XF1.x version would make things complicated :( Can you open a ticket on my site? I'll have a few questions around access and add-on versions to hopefully resolve this
  3. X

    Multi Prefix [Paid]

    If this add-on was in a disabled state and the canonical prefix's in the XF prefix state; it will require resyncing from XF to the multiprefix schema. You will need to prune the link table. truncate table xf_sv_thread_prefix_link Then run these CLI commands php cmd.php xf-addon:enable...
  4. X

    Report Centre Essentials [Paid]

    It only shows up if they can reject/resolve or move report queues, but there isn't an exact permission toggle for it since the report centre is relative privileged to begin with
  5. X

    Admin Log Search [Paid]

    Yes. There is a 'normal/invert' option so it will allow filtering out things which match and then 'clear filtered' will clear what matches that selection.
  6. X

    Password Tools

    What version of the add-on do you have installed? I just tested v3.12.2 with XF2.2/XF2.3 and with minimum password length set to 15 and with Enforce password complexity for admins to true, and it worked as expected.
  7. X

    Collaborative Threads [Paid]

    Xon updated Collaborative Threads with a new update entry: 2.14.0 - Bugfix & Maintenance update Read the rest of this update entry...
  8. X

    Thread reply ban teeth

    Xon updated Thread reply ban teeth with a new update entry: 2.12.1 - Bugfix update Read the rest of this update entry...
  9. X

    Admin Log Search [Paid]

    I'll have a look into it in the next day or so. I'm guessing the javascript might have gotten broken :(
  10. X

    BbCode pages [Paid]

    It already adds attachment support. Adding likes/reactions would be doable; but I haven't had anyone else request it. Follow feature doesn't make much sense since new content isn't really posted unless you mean notifying on updates which can get annoying as it is repeatedly edited.
  11. X

    mariadb innodb_snapshot_isolation=1 causes "Record has changed since last read in table" errors

    At a minimum, this error should be translated into a \XF\Db\DeadlockException To be honest XF\Db::getException's switch statement should just be a bunch of ::class references instead of magic string changes. It would allow IDE tools which find this stuff much easier.
  12. X

    mariadb innodb_snapshot_isolation=1 causes "Record has changed since last read in table" errors

    The default for innodb_snapshot_isolation has changed to default on from MariaDB 11.6.2 which changes transaction behavior. This can causes errors such as: XF\Db\Exception: MySQL query error [1020]: Record has changed since last read in table 'xf_user' src/XF/Db/AbstractStatement.php:230...
  13. X

    Report Improvements by Xon

    Xon updated Report Improvements by Xon with a new update entry: 2.20.8 - Bugfix update Read the rest of this update entry...
  14. X

    Multiple account emails [Paid]

    Xon updated Multiple account emails with a new update entry: 1.2.4 - Bugfix update Read the rest of this update entry...
  15. X

    Signup abuse detection and blocking [Paid]

    Xon updated Signup abuse detection and blocking with a new update entry: 1.17.0 - Bugfix & feature update Read the rest of this update entry...
Back
Top Bottom