Another theme question.. Another theme question..
 

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

Another theme question..

Started by XBleed, May 11, 2004, 05:30:44 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

XBleed

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

moorey

Have you tried logging in as admin, go to config area, and looked for "The content of the main page" ?

Joachim Müller

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

Matthias Heil

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

Joachim Müller

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

Matthias Heil

Excellent - that did it!-)

Exemplary support, thanks ever so much!