asinshesq wrote:Joe_Joe wrote:Very interesting. You see I did read that. What I didn't see was where? Not all of us know where to look to find these things. So please if you will. Post what has to be done and where to find it. We are not all versed in how this works.
I'm not sure what you are asking. You would need to grant permissions just like you granted permissions for other things (permission to post, permission to attach files, etc.). In this case, you would:
- go to the ACP
- click the permissions tab
- click on one of the global permissions links (e.g. for groups or users)
- pick a user or group you want to set the permissions for
- click advanced permissions
- set the permissions for boardwatch in whatever way you want.
The problem was that there was no place to grant permission, naya, nothing yet it worked. I uninstalled the mod, re-installed it and all the permission modules were there.
That brings up an other question. Can the DB be reset to default to no unless a member wants it.
Your explantion in contrib is to change:
Code: Select all
array('phpbb_users', 'user_boardwatchb', array('TINYINT', 0)),
array('phpbb_users', 'user_boardwatchf', array('TINYINT', 0)),
array('phpbb_users', 'user_boardwatcht', array('TINYINT', 0)),
In your install file this is the closest to what it looks like and there are 4:
Code: Select all
'table_column_add' => array(
array('phpbb_users', 'user_boardwatchb', array('TINT:1', 0)),
array('phpbb_users', 'user_boardwatchf', array('TINT:1', 0)),
array('phpbb_users', 'user_boardwatcht', array('TINT:1', 0)),
array('phpbb_users', 'user_notify_status', array('TINT:1', 0)),
Can they be changed in the data base since on the second install the latter was run. I want this to default to no unless the Member wants it.
Sorry for being such a pain in the butt, I just want it right. My Members didn't like the 70 notifications they got yesterday. Picky, Picky!
Thanks for your help.
JJ