Removing buttons in album Removing buttons in album
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Removing buttons in album

Started by socal, September 24, 2004, 10:25:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

socal

I just installed Coppermine - very nice! Using the Hardwired theme. Is there a way to remove the buttons -  Last uploads :: Last comments :: Most viewed :: Top rated :: My Favorites :: Search. I'd like to keep the interface as simple as possible. Thanks!

Tranz

Open the theme.php file of the hardwired theme folder. The code for the buttons is in the section below
$template_main_menu2 = <<<EOT

You can delete, or better yet, comment out the buttons you don't want. It would be safer/easier to comment so that in case you want the buttons in the future, you can remove the commenting, rather than trying to find the code to reinstate the buttons.