News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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