Recent content by Jeremy P

  1. Jeremy P

    Not a bug Email verification not going out/received.

    We can only provide support to licensed customers. If you are licensed, please add your forum username to the Forum users page in your Account area and then post in the correct forum.
  2. Jeremy P

    Not a bug Not sure about bug o function

    We can only provide support to licensed customers. If you are licensed, please add your forum username to the Forum users page in your Account area and then post in the correct forum.
  3. Jeremy P

    Not a bug Register button redirecting instead of opening the overlay

    We can only provide support to licensed customers. If you are licensed, please add your forum username to the Forum users page in your Account area and then post in the correct forum.
  4. Jeremy P

    XF 2.3 Strange incident: Enabling a route filter caused 404 errors somewhere else – Problem with XF caching?

    At first I thought this might be an issue with unstable sort order when caching route filters. They are ordered by length of the replacement, but in this case both replacement values are the same, meaning the last one in the set wins. However, when stabilizing the sort order in either direction...
  5. Jeremy P

    XF 2.3 Custom user fields tied with addon

    Not in a first class way, but they're ultimately just database entries so you can just insert them using the entity system or directly (just make sure to run any cache rebuild methods if doing the latter).
  6. Jeremy P

    Bulk Deletion of Featured Content

    You can use the batch update threads tool in the control panel to feature and unfeature threads.
  7. Jeremy P

    MG 2.3 Unable to upload to XFMG when mod_sec enabled for the domain

    You should check your server logs to identify what rule is being triggered. It will almost certainly just be a false positive from an overzealous rule that is incompatible with XF.
  8. Jeremy P

    XF 2.3 XF doesn’t convert animated GIF avatars into WebP?

    The GD image driver doesn't support animated WebP, though newer versions of Imagick/ImageMagick should.
  9. Jeremy P

    XF 2.3 Upgrade to 2.3 – search index conversion to innodb

    The CLI command will remind you, but you will need to update config.php afterwards: $config['searchInnoDb'] = true;
  10. Jeremy P

    XF 2.3 Upgrade to 2.3 – search index conversion to innodb

    You can run the following CLI command: php cmd.php xf:convert-search-innodb
  11. Jeremy P

    XF 2.3 Server Issues? Wonky Forum!

    It's worth having the domain owner check DNS records to ensure any entries for the old record are removed. This can't be checked externally since the records will be obscured by Cloudflare reverse proxying, but you can take a look at the access log for the old server to see if any traffic is...
  12. Jeremy P

    XF 2.3 Using FontAwesome icons in user banners

    You can use the JS renderer: <i class="fas fa-crown" data-xf-init="icon" style="color: gold;"></i> Community Admin
Back
Top Bottom