Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Private Forums.....
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #5
RE: Private Forums.....
I believe this can already be done.
AdminCP -> Settings -> Forum Home Options -> Hide Private Forums -> Set to No.

It will display the last poster of the forum though.  If you don't want this, open up inc/functions_forumlist.php, find:

PHP Code:
if($forum['password'] != '' && $_COOKIE['forumpass'][$forum['fid']] != md5($mybb->user['uid'].$forum['password']))

Replace with:

PHP Code:
if(($forum['password'] != '' && $_COOKIE['forumpass'][$forum['fid']] != md5($mybb->user['uid'].$forum['password'])) || $permissions['canview'] != "yes")


My Blog
05-28-2008 12:46 PM
Find all posts by this user

« Next Oldest | Next Newest »

Messages In This Thread
Private Forums..... - KiLLMasTer - 05-21-2008, 09:24 PM
RE: Private Forums..... - KiLLMasTer - 05-25-2008, 09:34 PM
RE: Private Forums..... - incadude - 05-27-2008, 07:02 AM
RE: Private Forums..... - nathangrubb - 05-28-2008, 05:07 AM
RE: Private Forums..... - ZiNgA BuRgA - 05-28-2008 12:46 PM
RE: Private Forums..... - KiLLMasTer - 05-28-2008, 11:25 PM
RE: Private Forums..... - ZiNgA BuRgA - 05-29-2008, 11:04 AM
RE: Private Forums..... - KiLLMasTer - 05-29-2008, 11:58 PM

 Standard Tools
Forum Jump: