Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Link images to each other for searching  (Read 5269 times)

0 Members and 1 Guest are viewing this topic.

treehstn

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 106
Link images to each other for searching
« on: April 19, 2019, 04:06:15 pm »

1. Is it possible to link images to each other?  I'm building a gallery of design patents.  Almost every patent will have 2 or more images.  There will be a lot of data entered for the file information on each patent.  But I'd like to enter all that data only on the first image.  People are going to search using words in file information fields.  If I enter the data only on the first image in the set then the other images won't come up in the search results. 

2.  Is there somewhere I can change the default so on the search page every box is checked to search all fields?

Thank you!
Logged

Hanna.

  • Coppermine frequent poster
  • ***
  • Country: us
  • Offline Offline
  • Gender: Female
  • Posts: 227
  • webstar
Re: Link images to each other for searching
« Reply #1 on: April 19, 2019, 05:34:39 pm »

I was just going to open a thread on this same exact question. I got albums with 500+ images and I'd love to be able to tag them all with same keywords.

Perhaps there is a way to work this like a magazine browsing, for example select/type in images 01-150 and hit the same keywords for those and then do the same but select another range of images.
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Link images to each other for searching
« Reply #2 on: May 08, 2019, 03:28:53 pm »

1. Is it possible to link images to each other?  I'm building a gallery of design patents.  Almost every patent will have 2 or more images.  There will be a lot of data entered for the file information on each patent.  But I'd like to enter all that data only on the first image.  People are going to search using words in file information fields.  If I enter the data only on the first image in the set then the other images won't come up in the search results. 

Does this fit your needs? https://forum.coppermine-gallery.net/index.php/topic,70360.0.html


2.  Is there somewhere I can change the default so on the search page every box is checked to search all fields?

Open search.php and add
Code: [Select]
checked="checked"to all checkboxes that should be checked.

Quick and dirty: search for all occurrences of
Code: [Select]
<input type="checkbox"and replace them with
Code: [Select]
<input type="checkbox" checked="checked"
Logged

ron4mac

  • Administrator
  • Coppermine addict
  • *****
  • Country: us
  • Offline Offline
  • Posts: 2026
Re: Link images to each other for searching
« Reply #3 on: May 08, 2019, 07:37:31 pm »

I was just going to open a thread on this same exact question. I got albums with 500+ images and I'd love to be able to tag them all with same keywords.

With CPG1.6.x you can bulk set keywords with one of the admin tools.
Logged

ron4mac

  • Administrator
  • Coppermine addict
  • *****
  • Country: us
  • Offline Offline
  • Posts: 2026
Link images to each other for searching
« Reply #4 on: May 08, 2019, 07:41:19 pm »

But I'd like to enter all that data only on the first image.  People are going to search using words in file information fields.  If I enter the data only on the first image in the set then the other images won't come up in the search results. 
Thank you!
You can set the HTML5 uploader to be able to upload a group of images all with the same keyword/user fields.

Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.