forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Chella on August 04, 2006, 11:41:24 pm

Title: Move Nav Buttons
Post by: Chella on August 04, 2006, 11:41:24 pm
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fi10.photobucket.com%2Falbums%2Fa131%2FMiraLourdes%2Fgal%2Fgallery3.jpg&hash=633ea0900c8bc269ccfce9e5036f2c982877e577)
3) I tried moving the navigation buttons to the bottom of the page, but now the bottom navigation doesn't work. It's a similar problem which I read in a previous post here on the forum, but editing my theme.php didn't correct it.

Any help is really appreciated!
Title: Re: Move Nav Buttons
Post by: Joachim Müller on August 05, 2006, 12:22:33 am
You appear to be aware of the "one question per thread" policy... Yours are three entirely different, unrelated questions.
Title: Re: Move Nav Buttons
Post by: Chella on August 05, 2006, 03:12:53 am
My apologies, I was aware but unsure since I thought all of the questions were related. I'll break them up.
Title: Re: Move Nav Buttons
Post by: Sami on August 05, 2006, 07:06:54 am
if you want to move the {SYS_MENU} & {SUB_MENU} place holders to the bottom of template , you should also have copy of pagefooter() function on your theme.php (if you didn't have it on your theme , copy it from themes/sample/sample.php ) and also need to add these line to pagefooter():

- to $template_vars variable
Code: [Select]
        '{SYS_MENU}' => theme_main_menu('sys_menu'),
        '{SUB_MENU}' => theme_main_menu('sub_menu'),


Title: Re: Move Nav Buttons
Post by: Joachim Müller on August 05, 2006, 10:07:09 am
Thread has been closed. Chella said she was going to start separate threads. Locking.