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: remove album description column on index page  (Read 5619 times)

0 Members and 1 Guest are viewing this topic.

punjabicity

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 25
remove album description column on index page
« on: August 02, 2004, 04:16:12 pm »

Hi please could someone help me urgently.

I would like to remove the album description column on my main index.php next to the thumbnail.

How can i get rid of this column? Please help me
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: remove album description column on index page
« Reply #1 on: August 02, 2004, 04:26:47 pm »

Do this in themes/yourtheme/theme.php.

Find,
Quote
// HTML template for the album list
$template_album_list_cat = <<<EOT

And look for this code (classic theme shown);

Code: [Select]
<td width="100%" height="100%" valign="top" class="tableb_compact">
                        {ADMIN_MENU}
                        <p>{ALB_DESC}</p>
                        <p class="album_stat">{ALB_INFOS}</p>
                </td>

And edit this accordingly. 
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

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: remove album description column on index page
« Reply #2 on: August 02, 2004, 04:46:21 pm »

Make sure not to remove the admin menu ;)

GauGau

P.S. [:| shouldn't your posting have gone into the support board instead of "feature requests"? Please post what version you're using, so we can move this thread accordingly.
Logged

punjabicity

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 25
Re: remove album description column on index page
« Reply #3 on: August 02, 2004, 05:06:11 pm »

I deleted  <p>{ALB_DESC}</p> but the column is still their
Logged

Rodinou

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 346
  • Tournicoti, Tournicota
    • http://www.sortons.net
Re: remove album description column on index page
« Reply #4 on: August 02, 2004, 07:38:52 pm »

I add this night (or tomorrow) my CSS hack mod about the descriptions (wait and see)

:)

I'm working on it : let me say what do you think

http://www.sortons.net/xHtmL2-alpha/cine_films.htm

Try "Fiche" or "Horaires" ...

0% javascript : only CSS.

Rodinou

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 346
  • Tournicoti, Tournicota
    • http://www.sortons.net
Re: remove album description column on index page
« Reply #5 on: August 03, 2004, 02:26:06 am »

I have begun ... say me what you think about :)
http://www.sortons.net/photos/index.php?cat=10

No tables ... only css + divs (but I don't understand why portion of the catlist is On 2 parts on theme.php)

punjabicity

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 25
Re: remove album description column on index page
« Reply #6 on: August 03, 2004, 11:24:36 am »

looking good
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 19 queries.