coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: socal on September 24, 2004, 10:25:49 PM

Title: Removing buttons in album
Post by: socal on September 24, 2004, 10:25:49 PM
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!
Title: Re: Removing buttons in album
Post by: Tranz on September 24, 2004, 10:35:00 PM
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.