Hello,
I can not rename the group "Administrators" and "Registered"? I am not able to rename.
Thanks.
What error message are you receiving?
Renaming these groups is possible, but not recommended in the doc/help.
Quote
Group Names
Out of the box there are four groups in Coppermine. You can rename them just as well as you can rename custom groups, but it's recommended to leave them they way they are by default. This will make upgrades easier and help you administer and maintain your gallery. End users usually don't see the name of the group they are in, so you don't have to provide other group names.
However, if you choose to rename a group, just change the name and submit the group control panel form by clicking on "Apply modifications"
A link to your gallery is requested with a request for help...
Greg
I changed the name, but it does not save.
Some permission problem?
Thanks you so much.
Well... its a simple SQL UPDATE statement to a core Coppermine table... I wouldn't expect you to be able to do any admin tasks if that weren't allowed.
Do you have debug mode on? See http://documentation.coppermine-gallery.net/en/errors.htm#errors_debug_mode_config
I would suggest 'for admin only' option...
Once you Apply the change - 'show' the debug output at the bottom of page - and scroll...
You should see an UPDATE command for each group - including the one(s) you changed in the Queries array.. Likely around entry 20...
Like:
[21] => UPDATE cpg_usergroups SET group_name='Registeredtest2',group_quota='1024',can_rate_pictures='1',can_send_ecards='1',can_post_comments='1',can_upload_pictures='1',pub_upl_need_approval='1',can_create_albums='1',priv_upl_need_approval='0',access_level='3' WHERE group_id = '2' LIMIT 1 [groupmgr.php:252] (0 ms)
If this isn't there - are you clicking 'Apply Changes' at the bottom of the groupmgr page to submit your changes?
If the SQL failed - I'd expect you would have gotten the Coppermine 'Critical Error' message.
Greg