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.
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...
Worked, thanks.