right menu - modify "gallery" right menu - modify "gallery"
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

right menu - modify "gallery"

Started by jacques_brelle, October 21, 2003, 09:21:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jacques_brelle

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:

Joachim Müller

normally, the order for a menu at the top or at the left of the gallery is like this in template.html:
{GAL_NAME}...
{GAL_DESCRIPTION}...
{MAIN_MENU}...
{ADMIN_MENU}...
{GALLERY}

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

GauGau

jacques_brelle

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.