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
Like I just said, when you view a forum, e.g. Forum::actionForum() the first thing we do is:[code=php]$forum = $this->assertViewableForum($params->node_id ?: $params->node_name, $this->getForumViewExtraWith());[/code]And that method checks the forum record exists, and is viewable, including checking the canView() method as I quoted in my last post. It's definitely called.
Like I just said, when you view a forum, e.g. Forum::actionForum() the first thing we do is:
Forum::actionForum()
[code=php]$forum = $this->assertViewableForum($params->node_id ?: $params->node_name, $this->getForumViewExtraWith());[/code]
And that method checks the forum record exists, and is viewable, including checking the canView() method as I quoted in my last post. It's definitely called.
canView()
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences