Thread Filter by AddonsLab

xF2 Add-on Thread Filter by AddonsLab 3.9.2

No permission to download
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/
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/
We have released an add-on with shared functionality of all our "filter" add-ons. The reason for separating this functionality is to make it easier to maintain and to allow for more flexibility in the future.

The following fixes are included in the latest Filter Framework package:
  • Fix: multiple prefix filter not working
  • Fix: indexation of array-type custom fields may trigger PHP error
  • Enhancement: Do not use AJAX for loading filterable list options if there are no more than 30 options
  • Like
Reactions: BattleKing
The release fixes a problem with the option Maximum result count. If the option is set to a low number, the results might not respect the default order if items and older results may be shown. The problem does not affect Elasticsearch back-end.
  • Like
Reactions: BattleKing
This release is due to a change in [AL] Core package regarding class extensions, which was causing some compatibility issues with other add-ons. Please upgrade if you are using [AL] Core version 1.5.5+.
  • Like
Reactions: BattleKing
This release fixes a PHP 8.1 compatibility issue:

Code:
Fatal error: During inheritance of ArrayAccess: Uncaught ErrorException: [E_DEPRECATED] Return type of AL\FilterFramework\ActiveFilterInfo::offsetExists() should either be compatible with ArrayAccess::offsetExists(mixed ): bool,
or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice.
  • Like
Reactions: BattleKing
This release adds a new option under Disable default filter fields to hide thread types selector in the filters.

We have also modified the package to allow Can use custom field filters permission to guests and registered usergroups upon installation (it would allow all usergroups and custom user permissions based on previous version). Customized values from previous installation are preserved, but if you have modified this permission please double-check your permission setup after the upgrade.
  • Like
Reactions: BattleKing
In this release, we have implemented new forum permission called Can use custom field filters. The permission can be used by admins to enable/disable custom thread field filters per usergroup and node. The release also includes a bug fix with numeric custom field intervals not including the minimum and maximum value in the results
In this release, we have implemented a Clear button in the filter form, next to the Filter button. Pressing the button resets filters. The button is not shown in the filter form until some filters are applied.
  • Like
Reactions: BattleKing
This version fixes a bug where the "Filters" icon doesn't appear next to the search icon in the mobile view when the option "Filter Icon Location" is set to "Next to the search icon".
  • Like
Reactions: BattleKing
Top