Reply to thread

That's a bug.


If a user isn't allowed to view profileposts, $ignoredNames isn't set.


fix:

search for XenForo_ControllerPublic_Member

[php]


$canViewProfilePosts = false;

            $canPostOnProfile = false;[/php]


add under this:

[php]

$ignoredNames = false;

[/php]


Back
Top Bottom