Recent content by bzcomputers

  1. bzcomputers

    [BZ] MenuFlex

    1. The plan was to leave the mobile menu as is. There isn't the same issue with limited space that the widescreen menu definitely has with numerous main menu and submenu options. 2. I currently only use horizontal separators for menu tiers that have to be collapsed into another tier because of...
  2. bzcomputers

    AI Summary Generation [Paid]

    This single change to use the template system for css and js has reduced the on-page code by 80+% (nearly 300 lines of code are now being cached). Performance should be a lot better now. I do see that there are still a lot on inline styles being used and one on-page <script> being referenced...
  3. bzcomputers

    AI Summary Generation [Paid]

    I think the CSS/LESS application and coding could use some rework. Using a CSS <style> block has some downfalls. It is currently non-cacheable separately from the page itself, which means it is unnecessarily increasing every page size and in turn causing slight performance impacts on every page...
  4. bzcomputers

    XF 2.3 Upgrade system and php funcons

    This issues likely existed before with your installation of XenForo 2.2. XenForo made some upgrades to its installation checks for 2.3 to make them more robust to better identify missing php functions and options that could have gone unfound and unreported during previous installations. I'm...
  5. bzcomputers

    XF 2.3 How to change the width of article threads?

    You should just be able to adjust width to max-width. [data-template="thread_view_type_article"] { .message--article { max-width: 600px; margin: 0 auto; } }
  6. bzcomputers

    Font awesome node icons

    I'd like to switch to using this add-on from another. The only thing missing that I require is the ability to show sub-nodes in columns. Is this something you would be interested in adding? For instance I set... Column Count: 3 And additional css is applied. Similar to... .node .node-columns...
  7. bzcomputers

    Ads Manager 2 by Siropu [Paid]

    @Siropu - Assuming you are not maintaining a huge device database somewhere for applying "Device Criteria", what are the actual hardcoded cut-offs for screen sizes for Desktop, Tablet and Mobile Phone?
  8. bzcomputers

    XF 2.3 Font awesome icon not working properly

    I use that exact format all the time in custom PHP code for XF 2.3 without issue. Do you have a sample PHP code block or a testing page I could see the issue in action?
  9. bzcomputers

    XF 2.3 Font awesome icon not working properly

    Gotcha. The simplest solution would be to eliminate the conditional altogether and just use... <i class="fal fa-globe" data-xf-init="icon"></i> This should work fine in both 2.2 and 2.3+.
  10. bzcomputers

    XF 2.3 Font awesome icon not working properly

    have you tried... <xf:if is="$xf.versionId < 2030000">
  11. bzcomputers

    AI generated Thread Summary, Tags, Prefix, SEO Meta, Thread cover, etc.

    Then technically the only difference is they would fill in the title after they fill in the thread message. Not seeing an issue. Edit: I also assume this would be an "option" that can be easily turned off (possibly by node or universally) for those that find no use for it. Which is how most AI...
  12. bzcomputers

    [4k and OLED] versus [5k and IPS] monitor?

    For sysadmin on a 27" screen you will not be able to distinguish the difference in PPI for a 4K vs 5K screen. At a viewing distance of about 24" (you likely will not be any closer), both displays will have a higher resolution than the human eye can perceive. The benefits of the more expensive 5K...
  13. bzcomputers

    AI generated Thread Summary, Tags, Prefix, SEO Meta, Thread cover, etc.

    I think the idea of using AI to write thread titles can be extremely useful for SEO and onsite searches. I also think if implemented correctly it will be very well received by most users. I think by default the thread title box should be locked. The user should just input their thread message...
  14. bzcomputers

    XF 1.5 Upgrading from XenForo 1.5.12 to 2.3.7 using PHP 5.5 and 8+

    Whether you can, and whether you should are two different things. I would look at this as a time to upgrade PHP if at all possible. Hardened versions of older software have a time and place, but remember these hardened versions have only gotten security updates for many years. PHP 8.0+ has been...
  15. bzcomputers

    Some jpeg photos missing on Apple devices

    Google search console will not give you any of this data. Is there a reason you don't use Google Analytics? It sure makes it a lot easier to know what your site is actually doing - content performance, conversion rates, user behavior - just shooting blind without it or another equivalent analytics.
Back
Top Bottom