I was thinking and I came up on the idea to make a copy of admin-edit.php and name it admin-edit2.php, and to make ADMIN_EDIT2 everywhere where it need to be, so when I change user right i check the box Edit2, and I delete all things associated with deleting in admin-edit2.php
I tried to do this and I also deleted this:
`
if ($rights & ALL_ALBUMS_RIGHTS) $rights = $rights | EDIT_RIGHTS;
`
so when I check "manage all albums" it doesn`t check Edit.
I did all that, but when I login as a regular user I don`t have tab edit2. Can you tell me where else I should add number 2?