forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: punjabicity on August 02, 2004, 04:16:12 pm

Title: remove album description column on index page
Post by: punjabicity 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
Title: Re: remove album description column on index page
Post by: Casper 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. 
Title: Re: remove album description column on index page
Post by: Joachim Müller 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.
Title: Re: remove album description column on index page
Post by: punjabicity on August 02, 2004, 05:06:11 pm
I deleted  <p>{ALB_DESC}</p> but the column is still their
Title: Re: remove album description column on index page
Post by: Rodinou 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.
Title: Re: remove album description column on index page
Post by: Rodinou 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)
Title: Re: remove album description column on index page
Post by: punjabicity on August 03, 2004, 11:24:36 am
looking good