Recent content by bzcomputers

  1. bzcomputers

    Fixed PHP 8.3 compatibility patch

    I believe you will see the release of XenForo 2.2.16 this week (maybe next), which has the full PHP 8.3 patch incorporated. If you can wait. Otherwise, you can make the edit yourself now and deal with slight annoyance of XenForo warning you of the edited file until 2.2.16 is released.
  2. bzcomputers

    [DigitalPoint] App for Cloudflare®

    To gain anything out of minification (html, javascript, css, etc.) it must be done on your own server prior to reaching Cloudflare. Minification by itself has never been a great performance improvement, but if done on your own server, could have a slight performance gain. Cloudflare has...
  3. bzcomputers

    XF 2.3 Boosting performance in XenForo 2.3

    This is a jQuery plugin. jQuery has been removed from XenForo 2.3+, so this will not be included with XenForo. Some of this plugin's functioning like lazy loading and AJAX is already built in XenForo already. As far as infinite scrolling goes, it's been a suggestion for over 10 years and hasn't...
  4. bzcomputers

    Enable PHP JIT

    To be ahead of the game be aware there are 2 default ini changes regarding JIT coming in PHP 8.4. JIT continues to be turned off by default in PHP 8.4. In PHP 8.0 ≤ 8.3.x default ini values are: opcache.jit=tracing opcache.jit_buffer_size=0 In PHP 8.0 ≤ 8.3.x the minimum change required to...
  5. bzcomputers

    Who has enabled PHP JIT? Have you seen benefits with XenForo code or others code bases like Wordpress?

    PHP JIT was introduced in PHP 8.0 but there really isn't much out there on performance benefits above OPcache itself other than few benchmark tests over the last 4 years showing a minimal increase in performance when paired with OPcache. Four years later and JIT is on the cusp of an upgrade in...
  6. bzcomputers

    Duplicate Reorder images/media in gallery album

    Wasn't mentioning it to complain you missed it, just to let you know it's been 6 years and likely will not see any changes in the near future with the XenForo developers concentrating on 2.3 and 3.0. Your best bet for anything near term is to get an add-on developer to look into it.
  7. bzcomputers

    Duplicate Reorder images/media in gallery album

    The suggestion already exists, and has been open for over 6 years... https://xenforo.com/community/threads/custom-order-for-items-in-media-album.141082/
  8. bzcomputers

    [cv6] Node Icons & Tools

    ...add-on is still reported as unmaintained, so I wasn't sure of its' future
  9. bzcomputers

    [cv6] Node Icons & Tools

    @Ozzy47 any chance you may pick up development of this add-on since @Hoffi retired last year ...or possibly create your own with similar functioning. Used a few node icon add-ons for XenForo over the years and they all seem to go unsupported after awhile.
  10. bzcomputers

    Not a bug Outdated Trending Content

    Does this take time? ...because the threads listed in the widget are the same as were there when the issue was reported.
  11. bzcomputers

    Duplicate Trending Content widget showing threads that haven't seen posts in years

    I knew I searched before posting, then I saw you posted 1 min before me - then it all made sense.
  12. bzcomputers

    Duplicate Trending Content widget showing threads that haven't seen posts in years

    The trending content widget appears to be having issues. On XenForo.com (XF 2.3 beta 6+) it is currently showing threads, most of which, haven't seen posts in a loooong time.
  13. bzcomputers

    Not a bug Admin CP header site name linked to board url even if a home page url is specified in settings

    I see what you are saying, I was just under the impression most anyone (unfortunately, other than yourselves) would typically want their home page url linked to the site name if a home page url existed within the settings. Yes our board url is /community . We use this small Custom PHP Pages...
  14. bzcomputers

    Not a bug Admin CP header site name linked to board url even if a home page url is specified in settings

    The site name link in the admin control panel header (see image below) is hard coded to always link to the board url. I believe if there is a home page url specified in the settings it should default to the home page url rather than the board url.
Top Bottom