coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: Fabrian on August 12, 2011, 07:15:34 AM

Title: Need help: How do you remove a menu item?
Post by: Fabrian on August 12, 2011, 07:15:34 AM
Hello all,

Been away from Coppermine for a while and trying to get back in the swing of things..  I was hoping someone could advise on how to remove the "album list" menu.  Currently using the "Curve" theme.  Any help would be greatly appreciated.

Title: Re: Need help: How do you remove a menu item?
Post by: ΑndrĂ© on August 12, 2011, 09:16:58 AM
Open codebase.php and remove everything between
<!-- BEGIN album_list -->
and
<!-- END album_list -->
Title: Re: Need help: How do you remove a menu item?
Post by: Fabrian on August 12, 2011, 10:11:02 PM
Thank you!
Title: Re: Need help: How do you remove a menu item?
Post by: Fabrian on August 12, 2011, 10:22:33 PM
Jumped the gun there, I was thinking codebase.php resides in the root of the install, but I don't see one there.  There are a few in other paths though.  What folder(s) is it in?
Title: Re: Need help: How do you remove a menu item?
Post by: lurkalot on August 12, 2011, 10:38:57 PM
Think that should have been, themes > curve > theme.php ;)

Please make a backup of that file before playing with it. ;)
Title: Re: Need help: How do you remove a menu item?
Post by: Fabrian on August 13, 2011, 01:20:11 AM
Thank you, that's the file  ;)