jazzsequence / book-review-library

A book cataloguing and review system designed with bookophiles and librarians in mind.
GNU General Public License v3.0
16 stars 7 forks source link

Fix awards image #26

Open jazzsequence opened 9 years ago

jazzsequence commented 9 years ago

Currently a book can only have one awards image. But a book can have multiple awards. Replace the existing upload box with a multiple file upload box from CMB2 and add some way of relating awards images to their awards so you could then output a list of awards and get images and text.

jazzsequence commented 9 years ago

Can combine Awards Image box with Awards to make a single new Awards meta box, #28

jazzsequence commented 9 years ago

maybe we can do something where the awards image needs to have a class or a file name (or a name?) that matches the award and then check with php if an image exists for that award

jazzsequence commented 9 years ago

need to deal with the front-end aspect of associating an image with an award by name, but we'll run the image title or file name through sanitize_title and see if it matches the award name, and if so, associate the award with the award image