coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: ttfphoto on October 17, 2006, 02:05:58 AM

Title: need help removing menu buttons
Post by: ttfphoto on October 17, 2006, 02:05:58 AM
Alright,
I have downloaded/installed the "Final Extract v2.2" plug in. I want to get rid of the Album List, Last Comments, Top Rated, and My Favorites buttons. I am using the Igames theme. I have tried a few times, and gone over every thread I could find concerning this, but I haven't had any luck. the gallery is at www.ttfphoto.net/portfolio

can someone please help me (i.e. give me something idiot proof to try)?
Title: Re: need help removing menu buttons
Post by: Sami on October 17, 2006, 07:02:31 AM
Check this (it's for Eyeball theme) :
http://forum.coppermine-gallery.net/index.php?topic=34637.msg162446#msg162446
you should do the same for your theme,
I cheked your theme and see that you add one <!-- BEGIN block_name --> and <!-- END block_name --> at the sys menu it's not working this way !
you should add it for each menu item and also you should change the "block_name" with item name (for example add <!-- BEGIN album_list --> and <!-- END album_list --> for Album list), check my howto carefully you'll find what should be add
Title: Re: need help removing menu buttons
Post by: ttfphoto on October 17, 2006, 06:39:49 PM
alright, no matter what I do, I can't seem to be able to get rid of the "My Favorites" button. Is there something wrong in my theme.php?
Title: Re: need help removing menu buttons
Post by: Sami on October 17, 2006, 11:38:38 PM
rename your theme.php to theme.txt and attach it to this thread by using additional options
Title: Re: need help removing menu buttons
Post by: ttfphoto on October 18, 2006, 12:09:25 AM
Here you go.

Thanks!
Title: Re: need help removing menu buttons
Post by: Sami on October 18, 2006, 12:24:46 AM
You have some typos (missing space on <!-- BEGIN favpics--> => <!-- BEGIN favpics -->)
check the attachment