Quote:
Originally Posted by Lionel
in editgroup.php, I don't understand why
PHP Code:
if ($bbuserinfo[groupid] == 6) { if ($groupinfo['hidden_group']) { $checked['hidden_group'] =HTML_CHECKED; } }
This is causing the checkbox not to be marked check for hidden group, even for the admin who created group.
I commented out //if ($bbuserinfo[groupid] == 6) and checkbox displays properly. I failed to see the logic of that line. If a group owner who is the only one who has access to the group magement wants to know the status of his group, why can't he?
|
the ability to hide groups from all listings is like if you wanted an "Admin Discussion" group instead of an "Admin Discussion" forum then you wouldn't want all your users knowing that it exists in the same way you wouldn't have such a group visible on the forumhome, so i thought it should only be an option for admins?