forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: martinha on February 09, 2004, 02:18:21 pm

Title: Removing Details from Albums
Post by: martinha on February 09, 2004, 02:18:21 pm
First I'd like to congratulate everyone concerned for an excellent piece of software. It worked fine first time and looks great!

I'd like to make a slight alteration such that when albums are listed using the Album list button they don't show the details e.g. "18 pictures, last one added on Feb 07, 2004", just the descritpion I've given them. Is there an easy way of doing this?

Cheers

Martin
Title: stats
Post by: jmc on February 09, 2004, 02:40:26 pm
Hi, Martin!
Yep - it's pretty easy to do...
Open the lang/english.php file and search for the "stat1", "2" and "3" links (around line 630). "Comment out" the one you want rid of ("stat1" in your case, I think) by adding // to the beginning of the line, save the file and you're done!
John Mc
Title: Removing Details from Albums
Post by: Nibbler on February 09, 2004, 02:43:12 pm
Similar to here (http://forum.coppermine-gallery.net/index.php?topic=3023) but use:

Code: [Select]

$alb_list[$alb_idx]['album_info'] = ' ';
Title: Removing Details from Albums
Post by: Casper on February 09, 2004, 02:53:01 pm
Open themes/yourtheme/theme.php.

Find and delete (this is in the code twice, remove both)
 
Code: [Select]
<p class="album_stat">{ALB_INFOS}</p>

Edit, I took so long checking, I missed the other 2 answers, but you have 3 different ways of achieving the same thing  :wink:
Title: Removing Details from Albums
Post by: martinha on February 09, 2004, 07:49:48 pm
Thanks guys , it seems be work fine now!
Title: Arrgghh..
Post by: Krapmeister on February 27, 2004, 04:31:33 pm
I'm tearing my hair out with this one.. I've tried all of these three methods and I still can't get rid of the album stats!!  Can anyone help me out with a definite solution.

Cheers

K
Title: Removing Details from Albums
Post by: Casper on February 27, 2004, 06:40:31 pm
Link?
Title: Removing Details from Albums
Post by: Krapmeister on February 28, 2004, 01:51:03 pm
Thanks for a speedy response, with further persistance and a bit of luck I solved my own problem.

Cheers Anyway.

It's a great script for my purposes:

http://www.thebeautifulfew.net

K