Removing buttons in album Removing buttons in album
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.