coppermine-gallery.com/forum

Support => Older/other versions => cpg1.1d PHPnuke Support (deprecated) => Topic started by: Twisted on September 27, 2003, 05:24:16 AM

Title: Make all albums in a category be the default main of cm
Post by: Twisted on September 27, 2003, 05:24:16 AM
I have a category on my site called events and in that I am going to have several albums in there. What do I need to change the main page line in config so that the albums are what they see when they go to coppermine.

You can see what I mean at my site, www.leftcoastcustoms.com

Thanks.
Title: all the albums to be on the first page?
Post by: gtroll on September 27, 2003, 06:37:21 AM
If  you want all the albums to be on the first page of coppermine try this in phpmyadmin:

UPDATE `cpg_albums` SET `category` = '0' WHERE `category` != '0';

I think that's what you're asking...
Title: Make all albums in a category be the default main of cm
Post by: Twisted on September 27, 2003, 07:58:45 AM
Worked, thanks.