No, this doesn't have user-forum-based permissions added. That's not something I want to add. I find the phpBB permissions fairly complicated and don't want to add to it with permissions that most people probably won't use. Are you sure using this didn't work:
Code: Select all
if ($action === 'view')
{
return $this->auth->data['user_id'] != ANONYMOUS && !$this->auth->data['is_bot'];
}