This version fixes the following PHP error when rebuilding thread fields:
ErrorException: [E_NOTICE] Undefined property:
AL\ThreadFilter\Service\ContentTypeProvider::$app
- src/addons/AL/ThreadFilter/Service/ContentTypeProvider.php:190
The new version is available for all licensed customers at https://customers.addonslab.com/marketplace.php/my-services/
LogicException: Tried to call XF\Extension::resolveExtendedClassToRoot on AL\ThreadFilter\XF\Pub\Controller\XF22\Search, but extendClass was never called on the base class in src/XF/Extension.php at line 302
XF\Extension->resolveExtendedClassToRoot() in src/XF/Mvc/Controller.php at line 31
XF\Mvc\Controller->__construct() in src/XF/Container.php at line 276
XF\Container->createObject() in src/XF/App.php at line 1625
XF\App->XF\{closure}() in src/XF/Container.php at line 234
XF\Container->create() in src/XF/App.php at line 2963
XF\App->controller() in src/XF/Mvc/Dispatcher.php at line 291
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
XF\App->run() in src/XF.php at line 524
XF::runApp() in index.php at line 20
The release fixes a bug causing the Keywords filter not to work if there are no custom fields defined for the forum.
The new version is available for all licensed customers at https://customers.addonslab.com/marketplace.php/my-services/
So far so good but started getting this error on advance search
Code:LogicException: Tried to call XF\Extension::resolveExtendedClassToRoot on AL\ThreadFilter\XF\Pub\Controller\XF22\Search, but extendClass was never called on the base class in src/XF/Extension.php at line 302 XF\Extension->resolveExtendedClassToRoot() in src/XF/Mvc/Controller.php at line 31 XF\Mvc\Controller->__construct() in src/XF/Container.php at line 276 XF\Container->createObject() in src/XF/App.php at line 1625 XF\App->XF\{closure}() in src/XF/Container.php at line 234 XF\Container->create() in src/XF/App.php at line 2963 XF\App->controller() in src/XF/Mvc/Dispatcher.php at line 291 XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259 XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115 XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57 XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487 XF\App->run() in src/XF.php at line 524 XF::runApp() in index.php at line 20
Does this work with search forums?
@AddonsLab - I am trying to change the articles per row in my xenForo installation using the tutorial posted here. When I update my site to use two or three articles per row, the changes don't take effect (as detailed in this post ). I disabled all my add-ons and re-enabled them individually and found the cause is the Thread Filter add-on.
Is it possible to update this filter add-on to allow for different displays in the articles per row?
The issue is related to the position of a thread filter in the sidebar. This CSS rule -.p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body
is for the content area of article previews, but only when there's no sidebar in the main content area. You should either change the position of the filter into a popup or above the content or modify the rule to work also when there is a sidebar. Here is how the rule would look in that case:
.p-body-main .block--previews .block-body
{
grid-template-columns: repeat(2, 1fr);
grid-template-areas: "a a" "b_1 b_2" "b_3 b_4";
}
@AddonsLab - It looks like the keyword search only works for words over 3 characters. For three-character word, the items aren't filtered and the thread list is displayed in full.
Is it possible to also include words that are three characters long in the results?
Just to confirm that we are working on the upgrade to 2.3 version, the ETA is about a week from now.
@AddonsLab - Following up since it's been a couple weeks now. Can you please give us an update on when this will be available?
The update implements XenForo 2.3.x support. It is also backward-compatible, so XenForo 2.2.x installation upgrade is also recommended.
The update requires the latest version of Filter Framework - https://xenforo.com/community/resources/al-filter-framework.9045/ as well as a new package we have released for resolving compatability issues between XenForo versions - https://xenforo.com/community/resources/al-compatability-layer.9536/
As a large upgrade, we recommend...
@AddonsLab
Is the required [AL] Core Package compatible with XF 2.3? It's still showing only 2.2 compatibility on the add-on page.
View attachment 308849
We use essential cookies to make this site work, and optional cookies to enhance your experience.