How to add a yes/no option for individual users?
walkman Offline
Junior Member
**
Posts: 36
Joined: May 2010
Post: #7
RE: How to add a yes/no option for individual users?
I have added the column by running this query:

PHP Code:
ALTER TABLE `mybb_usergroups` ADD `canviewpage_contact` INT(1) NOT NULL DEFAULT '0'; 


And the option is added at the users but it won''t save when I check the box. Also, I am not sure what array to use for the users when calling the user in my script.

06-05-2010 11:51 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: How to add a yes/no option for individual users? - walkman - 06-05-2010 11:51 PM

 Standard Tools
Forum Jump: