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
- 30,592
- Points
- 823
Reputation:
Another confirmation of this bug: https://xenforo.com/community/threa...ent-does-not-work-in-featured-content.221195/
Following the changes to
PHP:
This removal is causing the bug. If we restore this section, the code works as designed.
Continue reading...
Following the changes to
Widget/FeaturedContent.php::render in XenForo 2.3.1, the following part of code was removed:PHP:
Code:
$containerId = $options['content_container_id'];
if ($containerId)
{
$finder->where('content_container_id', $containerId);
}
This removal is causing the bug. If we restore this section, the code works as designed.
Continue reading...