Quote:
Originally Posted by jilly
I think you should make it default that this is enabled for all usergroups. Due to my board's own weird purposes, I have well over 100 usergroups and now have to go in and edit each one, unless you might know a query I could run to set them all to yes. I don't know enough to figure that part out (lol) - I would imagine in most cases, this woudl be an option people would want all usergroups to have anyway, or at least the majority of their usergroups...
|
In the AdminCP, select
Maintenance ->
Execute SQL Query and run the following query:
[sql]UPDATE usergroup SET ms_vopt_permissions = 3;[/sql]
That will enable both view posts and view threads to enabled for every usergroup.