News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Make all albums in a category be the default main of cm

Started by Twisted, September 27, 2003, 05:24:16 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Twisted

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.

gtroll

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