Albums Showing picture acc to keyword Albums Showing picture acc to keyword
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Albums Showing picture acc to keyword

Started by Dlget, June 29, 2012, 02:20:40 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Dlget

I Find that coppermine shows a pictures in different album according to album keyword & uploaded picture's keyword.
However i don't want to show pictures of one album of one category to album of another category.But want to show it in different albums of same category.

Is it possible?

ΑndrĂ©

The easiest solution (without code changes) will be to use different keywords. I currently don't know how much effort it is to add such a functionality you ask for. What exactly do you mean with "the same category". Depending on how your gallery is structured it maybe has sub-categories. E.g.:
Quote- cat 1
-- album 1
-- album 2
-- subcat 1
--- album 3
- cat 2
-- album 4

Should pictures of album 1 also be display in album 3? They don't reside in the same category, but belong to the same top level category. Adding a check for the same, and just the same category (i.e. in my example just album 1 and album 2) is probably a quite simple code change.