Recent content by bzcomputers

  1. bzcomputers

    Add-on Update Notifier

    It's bulit into XenForo 2.4, no add-on needed after that is released, whenever that will be... https://xenforo.com/community/threads/add-on-update-notifications.227134/
  2. bzcomputers

    Ads Manager 2 by Siropu [Paid]

    What is the best and safest way to clear and restart statistics from scratch? Is truncating both xf_siropu_ads_manager_stats_click and xf_siropu_ads_manager_stats_daily the safe way?
  3. bzcomputers

    Selling a forum/domain with escrow.com

    Yes, you will be emailed every time you need to do something and will be given specific instructions on what you need to do. When you login to your Escrow.com account you will also be able to see exactly where the entire process is as far as what steps have been completed and what's coming next...
  4. bzcomputers

    Selling a forum/domain with escrow.com

    Yes, once you agree on the sale price. Buyer funds the sale to Escrow.com, once funded on Escrow.com seller transfers domain/files, etc to Escrow.com. Once everything is in Escrow.com and agreed upon both sides are released what they're due.
  5. bzcomputers

    Selling a forum/domain with escrow.com

    Usually the escrow cut is taken from the buyer side also. So it doesn't come from your sales price (pocket), technically. Escrow.com also benefits slightly from a higher sale price, since they are working off of a percentage. They will actually go to bat for you with the buyer if you do your...
  6. bzcomputers

    XF 2.3 Running Custom Javascript File

    If it is a small jQuery (.js) file. It should be pretty simple for someone to re-write in pure javascript for you. This would be the simplest way to go to make it compatible with XenForo 2.3+ without adding jQuery support back in (which is not recommended). If its a small file you might even be...
  7. bzcomputers

    XF 2.3 extra.less dark mode rules — how to cover System variation (prefers-color-scheme)?

    I personally use... .m-colorScheme({{ $xf.style.getAlternateStyleType() }}, { *** custom less here *** }); Which I believe is the correct way to do it. This setup works when changing mode settings in both XenForo and your browser.
  8. bzcomputers

    [Liam W] (RIP) Member Self Delete

    Just go to AdminCP -> Appearance -> Template Modifications: (you will see below) ...turn off what you don't want
  9. bzcomputers

    [Liam W] (RIP) Member Self Delete

    Just FYI using the "disable" option in this add-on would not be GDPR compliant, you would need to actually "delete" to be GDPR compliant.
  10. bzcomputers

    Thread View CAPTCHA & AI Scraper & Bot Protection [Paid]

    With the current pricing and no new public releases in 9 months but version goes form 1.1.8 to 1.5.1 - leaves a lot of questions as to why there were no updates released before this when there appears to have been numerous updates occurring. People will be very hesitant to buy.
  11. bzcomputers

    Too many bots from China

    Yes, this is fairly common. If your site doesn't serve a Chinese audience then it would be recommended to just ban the entire country. If you use Cloudflare (even the free version) this can be accomplished in a couple minutes. If you don't use Cloudflare then there will be more work involved...
  12. bzcomputers

    remove the display of ads in certain templates.

    Many advertisers require ads to only be displayed on substantial, and original content pages. Check with your advertiser to know their specific policy for ad placements. Breaking an advertiser's policy, can result in bans, which some are quick to do, if you are lucky it will only be temporary...
  13. bzcomputers

    Search Improvements

    Does the data exist to increase the precision of the reported time averages in the admincp? For example I always see 0 milliseconds... It would be nice to see one or two additional decimal places in these locations if possible. I know sub millisecond times aren't very useful but when I see...
  14. bzcomputers

    Fixed Call to undefined method Symfony\Component\Mime\Message::getTo()

    Getting similar a few times a day on new user registrations... Error: Call to undefined method Symfony\Component\Mime\Message::getTo() src/XF/Mail/Mailer.php:483 Generated by: Unknown account Feb 26, 2026 at 8:23 AM Stack trace #0 src/addons/DigitalPoint/Analytics/XF/Mail/Mailer.php(113)...
Back
Top Bottom