XenForo
Administrative
- Thread starter
- Admin
- #1
I'm not sure if this is the correct forum to post a bug report about an official addon or not .
I've installed Xenforo redirects for vBulletin today at one forum where guests not allowed to view threads and got no permission error while using super admin account
apparently this code fails
PHP:
so
PHP:
returns false because visitor is not setup
ادامه مطلب...
I've installed Xenforo redirects for vBulletin today at one forum where guests not allowed to view threads and got no permission error while using super admin account
apparently this code fails
PHP:
Code:
if (is_callable([$content, $method]) && !$content->$method())
{
return $this->noPermission();
}
PHP:
$threadEntity->canView();
returns false because visitor is not setup
ادامه مطلب...