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:
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
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.