Search an Individual Albums Photo Description Search an Individual Albums Photo Description
 

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

Search an Individual Albums Photo Description

Started by gtgillis, March 20, 2012, 03:59:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gtgillis

I am looking for an option, hack, plugin, etc. that will all me to select an individual album that I want to search from the search page.

Αndré

So you want to add a drop-down list with all albums to search.php, correct?

gtgillis

Quote from: Αndré on March 20, 2012, 04:59:13 PM
So you want to add a drop-down list with all albums to search.php, correct?

A drop down or a list with check boxes. With over 9000 photos in 246 albums my search results can be a little overwhelming. If I can specify an album or albums I could reduce the number of irrelevant results.

Αndré

A list may be too much depending on the number of albums (246 albums are already too much IMHO, and there are galleries with much more albums). A drop-down with the option "Search in all albums" followed by all albums is the better option I think. I'll check if it's easy to modify the code accordingly.

gtgillis

Here is a hack to add a drop down list of albums to the search page. This will allow you to search an individual album for the search words. If you do not select an album then all albums are search just like normal

You can see it in action at http://www.rudebastard.com/coppermine/search.php

Replace your files with the ones attached. search.php goes in the main coppermine directory, search.inc.php goes in the include directory and english.php goes in the lang directory. If you are using a different language file you will need to add the following line to the lang_search section of the file you use and translate the words "All Albums".

$lang_search_php['all_albums'] = 'All Albums';

I am marking this thread as solved.