Calendar album, can I use keywords? Calendar album, can I use keywords?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Calendar album, can I use keywords?

Started by AntonLargiader, January 24, 2011, 03:43:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AntonLargiader

I am building a calendar-format album spanning one year, where each day has multiple photos. I will most likely hand-code the front (thumbnail) page of this but I would like to power it using my existing CPG installation www.largiader.com/album. The thumbnail page will just look more or less like a calendar with seven columns. It's not finished but it's taking shape at www.largiader.com/oneyear

To avoid creating 365 albums I am hoping there is a way to upload pictures with keywords like Day1 and then have a URL that leads to a page where the images from that day are shown. I imagine they would be uploaded into one album containing all of the year's pictures but the display would then be dynamically filtered by keyword. The URL that achieves this would have to be manually written into my thumbnail page but that's OK as long as I just have to alter a value like ?keyword=Day1 for each day.

Is this possible, and if so, how do I determine the URL I'd have to use? The album would be #28.

Is there a better way?
My album:  www dot largiader dot com slash album

Αndré

That's possible what you try to do and probably the best solution. You can use Coppermine's search function to distinguish pictures from different days. You don't need to assign keywords (but you can do if you want), but select images even by title, caption and/or filename (if they have criteria where you can easily select them). Just say if you want to assign keywords or if you want use other criteria.

AntonLargiader

Wow, so simple. Thank you very much. As a test I added some keywords to an existing album and then looked at the search URL:

http://www.largiader.com/album/thumbnails.php?search=Kate&submit=search&album=search&newer_than=&older_than=&keywords=on&type=AND

Just for fun I took out a few parameters that seemed to be unused and it still worked:

http://www.largiader.com/album/thumbnails.php?search=Kate&album=search&keywords=on

This definitely provides what I need. I'll probably have some more questions about ways to improve the process, though. A few more questions for now:

- Is there a way to restrict the search to a particular album? I don't see a potential need, but I'm curious. I didn't see an album field in the search selector.

- Is the theme of that page simply controlled by the existing theme, or is there a way to force a specific theme on the search result?

- Can the link take the user directly to the first image, rather than a thumbnail page?


My album:  www dot largiader dot com slash album

Αndré

Quote from: AntonLargiader on January 24, 2011, 05:17:12 PM
Is there a way to restrict the search to a particular album? I don't see a potential need, but I'm curious. I didn't see an album field in the search selector.
Afaik not without modifying the code. But you could create a new meta album (ideally with a plugin) that restricts the search results to a specific album.


Quote from: AntonLargiader on January 24, 2011, 05:17:12 PM
Is the theme of that page simply controlled by the existing theme, or is there a way to force a specific theme on the search result?
Just add the ?theme=xyz parameter as described in the docs.


Quote from: AntonLargiader on January 24, 2011, 05:17:12 PM
Can the link take the user directly to the first image, rather than a thumbnail page?
I don't think so, as we store the search criteria in a cookie while displaying the first search results. But I'm currently not 100% sure.