Tobias Honscha
Member
I updated now to patch level 3.
Can you please test it with uBlock Origin extension enabled?.Just to be clear; the new versions work with everything on all browsers.
Yes, this is what I use on the daily for my personal browsing. So this is always the first one tested.Can you please test it with uBlock Origin extension enabled?.
- Tested with all adblock extensions (ublock origin, brave, adblockplus, etc)
- Add login_form, lost_password_form, terms, privacy_policy plus confirm's to exclusions
- Remove two event listeners that are no longer required
- Change wording and default hide from crawlers now on
- Detection update + revised flow
- Update schedule for creation and deletion
- Add regenerate Job and enqueue when appropriate
- Regenerate on upgrade
- NEW: GUEST + USER AdBlock Detection Overlay & Styling
- NEW: Phrase: wutime_adblock_phrase_notice_message_logged_in_user (users notice block)
- NEW: Phrase: wutime_adblock_prompt_message_logged_in_user (users overlay)
- Added "register link" admin option to target guests
- Added demo button added for [Guest Demo] and for [User Demo]
- Added 2 new style properties (Overlay Color for Users, Notice Block Color for Users)
- Updated automatic regeneration frequency (forced cron...
- FIX: Running AdBlock Pro with AdBlock Tracker led to a conflict for guest tracking
- FIX: Move JavaScript to an IIFE to prevent conflicts
I'll follow up by conversation.Getting error trying to buy.![]()
- FIX: Ensure both a guest and user overlay is created & saved when launching changes
- FIX: Ensure getLatestAdBlockSource() adhere's to whether guest or user is logged in
- FIX: Bait classes are now properly selected from a live list (cached for min 90 minutes)
- ADDED: XF:Error is the URL used for bait classes is invalid or unavailable
- ADDED: Live bait classes are only available with a cache system provider in config.php
- NOTE: Appropriate defaults are used if no cache...
- NEW: Overlay uses viewport size to set title and text sizing (shrinks on small screens)
- NEW: Restore active tab on options save when using "optins with tabs"
- Added updated javascript template file
- Added additional theme options for Compact, Medium, Large
- Added subtle box shadow to overlay and inner overlay windows
- NEW: Added the ability to choose a specifc remote loading JavaScript URL that matches your current AdServing network
- Adds a performance improvement by not having to reload an existing asset if its already available (only applies if using Remote Loading Detection)
- UPDATE: Options have been re-organized as well as placed in groups
- UPDATE: Better descriptors for detection methods provided
- UPDATE: Added validation to URL's to ensure they're semantically...
Thanks for the heads up. I'll resolve the error in the next update.XF 2.2.16pl2
Just upgraded from v2.4.2 to v2.4.8
Thoughts (when testing - Demo - Guest and User)
Guest:
Error: Using $this when not in object context in src/addons/Wutime/AdBlock/Helper/AdBlockExtended.php at line 321
I am using https://easylist.to/easylist/easylist.txtThanks for the heads up. I'll resolve the error in the next update.
Curious though, essentially this occurs on your end because your server isn't able to connect to whatever server you're using for your EasyList.
The default is: https://easylist.to/easylist/easylist.txt
What are you using?
PHP 8.2.22@philmckrackon one more thing, what version of PHP are you using? thx
$config['cache']['enabled'] = true;
$config['cache']['provider'] = 'Filesystem';
$config['cache']['config'] = [
'directory' => '/opt/homebrew/var/www/xf23/cache'
];
XF2.2.16pl2@philmckrackon bit stumped at the moment because I can't reproduce the error.
What version of XenForo are you running, and, in your config.php, what caching mechanism are you using? I'm almost certain you're using FileSystem, but wanted to confirm.
Should be something like the following in /src/config.php:
PHP:$config['cache']['enabled'] = true; $config['cache']['provider'] = 'Filesystem'; $config['cache']['config'] = [ 'directory' => '/opt/homebrew/var/www/xf23/cache' ];
Thanks
// MemCache
$config['cache']['enabled'] = true;
$config['cache']['sessions'] = true;
$config['cache']['css']['enabled'] = true;
$config['cache']['provider'] = 'Memcached';
$config['cache']['config'] = [
'server' => '127.0.0.1'
];
// Page cache configuration
$config['pageCache']['enabled'] = true;
$config['pageCache']['lifetime'] = 43200;
$config['cache']['context']['page']['provider'] = 'Memcached';
$config['cache']['context']['page']['config'] = [
'server' => [
['127.0.0.1',11211]
]
];
We use essential cookies to make this site work, and optional cookies to enhance your experience.