coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: XBleed on May 11, 2004, 05:30:44 AM

Title: Another theme question..
Post by: XBleed on May 11, 2004, 05:30:44 AM
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
Title: Re: Another theme question..
Post by: moorey on May 11, 2004, 06:15:29 AM
Have you tried logging in as admin, go to config area, and looked for "The content of the main page" ?
Title: Re: Another theme question..
Post by: Joachim Müller on May 11, 2004, 08:07:31 AM
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
Title: Re: Another theme question..
Post by: Matthias Heil on August 26, 2004, 12:19:51 AM
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
Title: Re: Another theme question..
Post by: Joachim Müller on August 26, 2004, 12:24:54 AM
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
Title: Re: Another theme question..
Post by: Matthias Heil on August 26, 2004, 10:21:56 AM
Excellent - that did it!-)

Exemplary support, thanks ever so much!