Hello.
First let me tell the developers of Coppermine that you are doing a great job!
I have one thing that I can't figure out where I change: In the text menu on the top of every page (the one with Album list :: My profile :: User mode e.g.) I want to remove "Upload file" and "Login" as options (I don't let people upload images, and I am the only registered uder (admin) - and I now the URL to the login page). In which file do I change this? I've looked and looked but I can't find the file from which the text menu is included.
Thanks in advance!
Best regards, Rasmus Nielsen.
Rasmus,
Open the theme.php file of the theme(s) you are using. Search for "template_main_menu" . Block out or remove any of the menu items you do not want to display under
// HTML template for main menu
$template_main_menu = <<<EOT
Dennis
Make sure you do not delete the comments that start and end each link, such as;
<!-- BEGIN upload_pic -->
<!-- END upload_pic -->
If you remove these you will have critical errors.
For you info the upload link only shows if the person viewing is allowed to upload anyway. You would be better to prevent persons just typing in upload.php to browse to it, by setting the groups management to not allow uploads from all groups except admin.