Hi all..
Im looking for a way to integrate the album description to be searched. Is there an easy way to do this?
I would like to give some albums information in the description.. e.g 2000m2, amsterdam
So users can search an album where I specified the M2 of a building and the location of a building. Not specific the picture/image but the whole album.
thnx for the response
Open include/search.inc.php, find
." WHERE (`title` " . implode(" $type `title` ",$albcat_terms) . ") $FORBIDDEN_SET";
and replace with
." WHERE ( (`title` " . implode(" $type `title` ",$albcat_terms) . ") OR (`description` " . implode(" $type `description` ",$albcat_terms) . ") ) $FORBIDDEN_SET";
Thank you very much Αndré! This worked great!
Topic solved!!
I need this feature as well on fresh 1.5.18. I had it in cpg1.2 but this hack seems to produce a different result.
How does it determine which thumb from the album to display ? In my case it is not using the main album thumb I have selected.
Can it just display main album thumbnail... and NOT the album description on search result ?
Thanks... Jeff
Is this statement from the file why I am getting the wrong thumbnail ?
// TODO: query above only pulls in last_pid in each album, not correct album thumb as set by user
I don't know. Please don't hijack threads and post unrelated questions. Instead, please start your own thread while respecting our board rules.
Locking.