How do I move the "breadcrumb"? I want it to display above menu1 but everything I've tried doesn't work.
Coppermine is a headache to customize.. :D
Have you tried logging in as admin, go to config area, and looked for "The content of the main page" ?
breadcrumb can only be at the very top afaik, there have been reports that it get's messed up if it's in between other content blocks, but you could give it a try - see http://coppermine.sourceforge.net/manual.php#changing
GauGau
I have another breadcrumb question which I have not been able to find an answer to in this forum despite 30 minutes of trying to do so. As I cannot start a new topic either, I'll just jump into this thread if you don't mind...-)
Here we go. You know that the folder levels are separated by a ">" in the breadcrumb. I would like this ">" to be a raquo, but cannot find the right place where to do this. I thought I was close in theme.php but still couldn't figure it out.
Your help is dearly appreciated, and please have mercy on a new disciple to this fantastic script!-)
Thanks ever so much for listening
edit include/functions.inc.php, find $breadcrumb .= ' > ' . $link;
$BREADCRUMB_TEXT .= ' > ' . $category[1];
and $breadcrumb .= ' > ' . $link;
$BREADCRUMB_TEXT .= ' > ' . $CURRENT_ALBUM_DATA['title'];
and replace the ">" in those staements with »
GauGau
Excellent - that did it!-)
Exemplary support, thanks ever so much!