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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.