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: Now Were Cooking, My Theme Changes...  (Read 4088 times)

0 Members and 1 Guest are viewing this topic.

teambajamarine

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 40
Now Were Cooking, My Theme Changes...
« on: June 29, 2004, 08:08:20 am »

AFter much playing around I have got my theme pretty close to where it should be in the sense of matching my website. Here are the two questions for things that I cannot solve,

first...On the top navigation list, how can I change the ALBUM LIST to be the homepage of the photo gallery? now it bounce you to the category you just looked at, I want the album list to always default to the first page.

second...borders around the inside of my categories? What is the process to add a border where there is none?

Thanks in advance for your help. Always appreciated.

http://www.teambajamarine.com/Coppermine/index.php

Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Now Were Cooking, My Theme Changes...
« Reply #1 on: June 29, 2004, 11:03:20 am »

edit themes/yourtheme/theme.php, find
Code: [Select]
$param = array('{ALB_LIST_TGT}' => "index.php$cat_l",and replace it with
Code: [Select]
$param = array('{ALB_LIST_TGT}' => "index.php",, although this is not recommended. Instead, enable breadcrumb navigation or add a "home" link by adding
Code: [Select]
<a href="index.php" title="your text that shows when someone hovers over the link goes here">your text for the link goes here</a> ::right after
Code: [Select]
// HTML template for main menu
$template_main_menu = <<<EOT
                <span class="topmenu">

To find out what css style sheet is being used for what part of the display, use the styleguide theme that comes with your coppermine package (click on the style names at the left side of the screen).

GauGau
Logged

teambajamarine

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 40
Re: Now Were Cooking, My Theme Changes...
« Reply #2 on: June 29, 2004, 03:20:30 pm »

Thank you Gau, got the first part of my question working.
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 20 queries.