📢 Moderators Needed 🚀

Moderators are needed with resources to post or have access to resources to post. Submit an application to be considered.
I

RSS Display contextual content does not work in Featured content

I

inzanty

Guest
Guest or Bot
Another confirmation of this bug: xenforo.com

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...
 
Similar content Most view View more
Back
Top