Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
OK, if you are using JustDave's IIP or SideBar Pal..... I had first thought of modifing the pals to hide subjects and such of restricted forums.... but with cached results that's not possible.
So it's best to exclude password protected forums from any pal boxes

In index.php or sidebarpal.php find this:
Code
<br />		$query = "<br />			SELECT Bo_Keyword,Bo_Title,Bo_Write_Perm,Bo_Reply_Perm,Bo_Read_Perm<br />			FROM {$config['tbprefix']}Boards<br />			WHERE Bo_Keyword != ''<br />			$andexclude<br />			$groupquery<br />			$catonly<br />		";<br />


Change to this:
Code
<br />		$query = "<br />			SELECT Bo_Keyword,Bo_Title,Bo_Write_Perm,Bo_Reply_Perm,Bo_Read_Perm<br />			FROM {$config['tbprefix']}Boards<br />			WHERE Bo_Keyword != ''<br />			AND Bo_Password = ''<br />			$andexclude<br />			$groupquery<br />			$catonly<br />		";<br />



Sponsored Links
Entire Thread
Subject Posted By Posted
Beta-[6.3] Password Protected Forums 1.0 JoshPet 08/12/2003 5:16 AM
Re: Beta-[6.3] Password Protected Forums 1.0 jluerken 08/12/2003 8:09 AM
Re: Beta-[6.3] Password Protected Forums 1.0 AKD96 08/12/2003 2:29 PM
Re: Beta-[6.3] Password Protected Forums 1.0 JoshPet 08/12/2003 5:52 PM
Re: Beta-[6.3] Password Protected Forums 1.0 jluerken 08/12/2003 9:03 PM
Re: Beta-[6.3] Password Protected Forums 1.0 JoshPet 08/12/2003 9:10 PM
Re: Beta-[6.3] Password Protected Forums 1.0 jluerken 08/13/2003 2:19 PM
Re: Beta-[6.3] Password Protected Forums 1.0 jluerken 08/13/2003 3:05 PM
Re: Beta-[6.3] Password Protected Forums 1.0 JoshPet 08/13/2003 8:27 PM
Re: Beta-[6.3] Password Protected Forums 1.0 jluerken 09/19/2003 11:01 AM
Re: Beta-[6.3] Password Protected Forums 1.0 AdmiralS3 12/12/2004 11:12 AM
Re: Beta-[6.3] Password Protected Forums 1.0 JoshPet 12/13/2004 10:18 AM
Re: Beta-[6.3] Password Protected Forums 1.0 AdmiralS3 12/17/2004 12:24 AM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)