Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Breadcrumb Troubles!  (Read 2586 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.02 seconds with 19 queries.