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: Breadcrumb Troubles!  (Read 2584 times)

0 Members and 1 Guest are viewing this topic.

lancefiasco

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 78
    • http://www.gcfiasco.com
Breadcrumb Troubles!
« on: April 03, 2004, 04:50:38 pm »

How can I fix the theme of my breadcrumb without affecting the other elements that use that same table start function?

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Breadcrumb Troubles!
« Reply #1 on: April 03, 2004, 05:18:54 pm »

open your theme.php, and find;
Code: [Select]
// HTML template for the breadcrumb
$template_breadcrumb = <<<EOT


Now you will see the html table cell for the breadcrumb, which is currently 'class="tableh1"'.  You can change this cell to have whatever properties you want.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

lancefiasco

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 78
    • http://www.gcfiasco.com
Breadcrumb Troubles!
« Reply #2 on: April 03, 2004, 06:12:16 pm »

Quote from: "casper"
open your theme.php, and find;
Code: [Select]
// HTML template for the breadcrumb
$template_breadcrumb = <<<EOT


Now you will see the html table cell for the breadcrumb, which is currently 'class="tableh1"'.  You can change this cell to have whatever properties you want.


Yes, I know, but that will alter the other tables as well.  I have decided to do something different anyway, which will be less trouble.

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Breadcrumb Troubles!
« Reply #3 on: April 03, 2004, 06:59:49 pm »

It should only change other tables if you changed the style.css.  Changing just that cell, in theme.php, from class h1 , and giving it it's own colour, text size/colour etc would only change the breadcrumb cell, nothing else.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

lancefiasco

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 78
    • http://www.gcfiasco.com
Breadcrumb Troubles!
« Reply #4 on: April 17, 2004, 04:39:08 pm »

I decided it wasn't worth the trouble, so I just let it be.
Pages: [1]   Go Up
 

Page created in 0.037 seconds with 18 queries.