ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 32,615
- Points
- 823
Reputation:
If you toggle the "Contextual" flag on for the Trending or Featured widgets, the filtering does not work according to what you'd expect, at least not on PHP 8.3/8.4. Unsure about earlier PHP versions.
Debug Code:
PHP:
Output:
Problem:...
Read more
Continue reading...
Debug Code:
PHP:
Code:
$finder = $featureRepo->findFeaturedContent();
$filters = $this->getFilters();
\XF::dump($options);
\XF::dump($this->options);
die();
$this->applyFilters($finder, $filters);
Output:
Problem:...
Read more
Continue reading...