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: Icon for Album Name on Thumpages appears twice  (Read 3165 times)

0 Members and 1 Guest are viewing this topic.

RST

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Icon for Album Name on Thumpages appears twice
« on: February 08, 2005, 10:48:24 am »

Hi,

any idea how I could fix that? ??? ??? ??? I only want one icon for the album name on the thumbnail page

the CSS bit is:

h2 {

        font-family: Tahoma, Verdana, Helvetica, sans-serif;
   background-image: url(images/star.gif);
   background-repeat : no-repeat;
        background-position : left;
        .
        .
        .

Thanks!
Logged

Hein Traag

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 2166
  • A, B, Cpg
    • Personal website - Spintires.nl
Re: Icon for Album Name on Thumpages appears twice
« Reply #1 on: February 08, 2005, 11:12:22 am »

You could try editing the part in theme.php

Find
Code: [Select]
<!-- BEGIN album_cell -->
        <td width="{COL_WIDTH}%" height="100%" valign="top">
        <table width="100%" height="100%" cellspacing="0" cellpadding="0">
        <tr>
                <td colspan="3" height="1" valign="top" class="tableh2">
                        <a href="{ALB_LINK_TGT}" class="alblink"><b>{ALBUM_TITLE}</b></a>
                </td>
        </tr>

And add a image in front of {ALBUM_TITLE}

Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 20 queries.