Previous Thread
Next Thread
Print Thread
Rate Thread
#281796 11/07/2004 9:17 PM
Joined: Jul 2002
Posts: 135
Journeyman
Journeyman
Joined: Jul 2002
Posts: 135
Hi. I have a form that I use to create boards. As it stands rite now it creates them with full access to all users and no access to guests. I want guests to be able to read but not reply/start topics. I assume it has to do with $CanRead but when I commented it out nothing seemed to change. This is part of what i'm looking at:

Code
 $Description = '';<br />$isactive = 1;<br />$Expires = 0;<br />$ThreadAge = 93;<br />$stylesheet = 'usedefault';<br />$Moderated_q = 'no';<br />$avurl = '';<br />$HTML_q = 'Off';<br />$Markup_q = 'On';<br />$CanRead = '-';<br />$CanWrite = '-';<br />$CanReply = '-';<br />$header = '-'; 


and

Code
 $query = "<br />	SELECT G_Name, G_Id<br />	FROM   {$config['tbprefix']}Groups<br />	WHERE  G_Disabled <> 1<br />";<br />$sth = $dbh -> do_query($query,__LINE__,__FILE__);<br /><br />while (list($Name,$Id) = $dbh -> fetch_array($sth)) {<br />	if ($Id != 4) {<br />		$CanWrite .= $Id . '-';<br />		$CanReply .= $Id . '-';<br />		$CanRead .= $Id . '-';<br />	}<br />	<br />} 


What am I missing?

Sponsored Links
TestPappy #281797 11/08/2004 8:39 AM
Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
heres a bhandy hint... put a print_r($CanRead); immeditely after that and make sure its even putting a value there..


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
hatter
hatter
USA
Posts: 69
Joined: January 2001
Forum Statistics
Forums63
Topics37,575
Posts293,931
Members13,823
Most Online6,139
Sep 21st, 2024
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,834
Greg Hard 4,625
Top Posters(30 Days)
Gizmo 1
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-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)