MyBB Community Forums

Full Version: Hide list of thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to hide list of thread of a forum, but that forum to show in the index page with all options (number of Threads, Posts, Last Post)
I know for option: Forum Permissions / unchecked "Can view threads within forum?"
but this option in index page not show number of Threads, Posts, Last Post, only show -

Where do I put this code:

if($mybb->user['gid'] == '2' && $thread['fid'] == '7')
{
error_no_permission();
}

Please help me Sad Sad