Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Another theme question..  (Read 3391 times)

0 Members and 1 Guest are viewing this topic.

XBleed

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 64
Another theme question..
« 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
« Last Edit: August 26, 2004, 10:37:15 am by GauGau »
Logged

moorey

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 404
Re: Another theme question..
« Reply #1 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" ?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Another theme question..
« Reply #2 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
Logged

Matthias Heil

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 4
  • Stay on firm ground and keep watching the stars...
    • MatthiasHeil.de
Re: Another theme question..
« Reply #3 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

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Another theme question..
« Reply #4 on: August 26, 2004, 12:24:54 am »

edit include/functions.inc.php, find
Code: [Select]
                        $breadcrumb .= ' > ' . $link;
                        $BREADCRUMB_TEXT .= ' > ' . $category[1];
and
Code: [Select]
                $breadcrumb .= ' > ' . $link;
                $BREADCRUMB_TEXT .= ' > ' . $CURRENT_ALBUM_DATA['title'];
and replace the ">" in those staements with »

GauGau
Logged

Matthias Heil

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 4
  • Stay on firm ground and keep watching the stars...
    • MatthiasHeil.de
Re: Another theme question..
« Reply #5 on: August 26, 2004, 10:21:56 am »

Excellent - that did it!-)

Exemplary support, thanks ever so much!
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 18 queries.