forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: jacques_brelle on October 21, 2003, 09:21:35 pm

Title: right menu - modify "gallery"
Post by: jacques_brelle on October 21, 2003, 09:21:35 pm
I hope it's the right place for my post...
Well I've seen that :
http://coppermine.sourceforge.net/faq.php?q=rightHandMenu#rightHandMenu
... but I don't get it :

In the {GALLERY} I'm trying to put the $template_img_navbar on the right side of the displayed image. Maybe I'm dumb but modifying theme.php I failed.  :|

Do you have any idea about the right way to proceed ?
(this is for a Coppermine 1.2.0 one)
Thx anyway.
 :mrgreen:
Title: right menu - modify "gallery"
Post by: Joachim Müller on October 22, 2003, 08:45:48 am
normally, the order for a menu at the top or at the left of the gallery is like this in template.html:
Code: [Select]
{GAL_NAME}...
{GAL_DESCRIPTION}...
{MAIN_MENU}...
{ADMIN_MENU}...
{GALLERY}

If you want it the other way round, like this:
Code: [Select]
{GAL_NAME}...
{GAL_DESCRIPTION}...
{GALLERY}...
{MAIN_MENU}...
{ADMIN_MENU}
you'll have to apply the modifications mentioned in the faq.

GauGau
Title: right menu - modify "gallery"
Post by: jacques_brelle on October 22, 2003, 04:51:07 pm
I did it... and it doesn't work for me (maybe because of the code mentioned in the faq which is for a CPG 1.1... header and footer functions are quite different in the CPG 1.2 ).
Forget it anyway, I'll try in another way.
Thx Gaugau for your time and your patience.