forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: Elianora la blanche on February 07, 2006, 10:50:16 am

Title: sub-categories and albums
Post by: Elianora la blanche on February 07, 2006, 10:50:16 am
hi all!

I've a gallery with 2 categories and each have 3 sub-cat and in each sub-cat, there're 2 albums
I'd like to display the names of the albums on the main page but it displays only the names of the cats and sub-cats.

here's an example :
cat 1
   |
   -- sub-cat 1
   |      |
   |      -- album 1
   |      -- album 2
   -- sub-cat 2
   |      |
   |      -- album 1
   |      -- album 2
   -- sub-cat 3
         |
         -- album 1
         -- album 2

cat 2
   |
   -- sub-cat 1
   |      |
   |      -- album 1
   |      -- album 2
   -- sub-cat 2
   |      |
   |      -- album 1
   |      -- album 2
   -- sub-cat 3
         |
         -- album 1
         -- album 2

How can I display the albums and their thumbnails?

thanks
Title: Re: sub-categories and albums
Post by: Joachim Müller on February 07, 2006, 11:52:33 pm
not at all, coppermine can only display albums nested on category deep on the homepage afaik, sorry.
Title: Re: sub-categories and albums
Post by: Paver on February 08, 2006, 01:06:04 am
There's a config option for showing thumbnails of albums one level deep in the category structure (as GauGau said).

For deeper, there's no way to do it with the core Coppermine system.  You could write a plugin to do so.  CPGOCat is one plugin that replaces the 'catlist' display with one that allows ordering of the categories.  You could do something similar to get what you want displayed on the main page.

The main issue I see is how to organize the categories and subcategories.  Are you going to flatten things and show all the albums with notes about which categories they are in? 
Title: Re: sub-categories and albums
Post by: Joachim Müller on February 08, 2006, 01:18:05 am
post a link to your page for details.
Title: Re: sub-categories and albums
Post by: Elianora la blanche on February 08, 2006, 03:37:36 pm
I can't post a link at time because the gallery is only set on local page

if I organize my cat, sub-cats and albums like that it's because of the content of each one.
I'll take a look to reorganize if possible

thanks again