Removing buttons in album Removing buttons in album
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.