remove album description column on index page remove album description column on index page
 

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]

Main Menu

remove album description column on index page

Started by punjabicity, August 02, 2004, 04:16:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

punjabicity

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

Casper

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);

<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. 
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

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.

punjabicity

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

Rodinou

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

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)