Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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]
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:
$ignoredNames = false;
[/php]
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences