forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: Zfolk on January 01, 2005, 02:19:16 am

Title: Moving the control panel buttons
Post by: Zfolk on January 01, 2005, 02:19:16 am
Hi.. I am tweaking the transmission theme and making it very minimal.

http://www.folkphotography.com/coppermine/index.php

I am trying to figure out how to move the control panel.  I tried editing the html and moving those options in a new table row below the main body.  It did not work and just the {main menu1} and {main menu2} code appeared.  I want to move the search button below the main body.

The Upload File link I want moved into the admin buttons only.  I tried this by tweaking the theme.php:
I tried moving the <a href="{UPL_PIC_TGT}" title="{UPL_PIC_TITLE}">{UPL_PIC_LNK}</a>
into the admin menu but it did not work.  Again just the {UPL_PIC_LNK} showed up but clicking it took me to an empty page.


Thanks in advance for any help with this and HAPPY NEW YEAR !!
Title: Re: Moving the control panel buttons
Post by: Joachim Müller on January 01, 2005, 10:52:46 am
having the menu underneath the {GALLERY} block is in fact the same as having a right-hand menu; refer to http://forum.coppermine-gallery.net/index.php?topic=8051.0 on how accomplish this.

Joachim
Title: Re: Moving the control panel buttons
Post by: Zfolk on January 03, 2005, 08:50:39 pm
Thanks GauGau.. that did it!