Hello,
Before posting, I’m testing and reading a lot of things. In particular, How to create virtual pages for each photo in an album? or on a cockbook.
In panel,
- I create album and insert my images with the panel (button “Add”).
- I enter values on my additional fields for each image. (i have create in image.yml)
In public,
- Example 1: if i’m on a page http://localhost:8888/demokit-master/portfolio/projects/animals and click on abba.jpg, Kirby show a page http://localhost:8888/demokit-master/portfolio/projects/animals/abba (with image and a fields).
- Example 2: if i’m on a page http://localhost:8888/demokit-master/portfolio/projects/animals/abba, i can click on a value of my additionnal field and the results filtered on other page.
- Example 3: if i’m on a any page, i can click on a value’s list in footer.
- Example 4: if i’m on a album page, i can group with one field. For example for Paris’ album, group1 is places=Tour Eiffel, group2 is places=Notre-Dame, group3 is places=Madeleine.
Example of my additional fields are:
- years: 2000, 2010, 2019,… -> http://localhost:8888/demokit-master/portfolio/projects/year/2000
- locates: Paris, New York, Marseille,… -> http://localhost:8888/demokit-master/portfolio/projects/locate/Marseille
- places: Tour Eiffel, Brooklyn,… -> http://localhost:8888/demokit-master/portfolio/projects/place/Brooklyn
- favorites: Yes/Not -> http://localhost:8888/demokit-master/portfolio/projects/favorites
- thema: Travel, Nature, Artist,… -> http://localhost:8888/demokit-master/portfolio/projects/thema/travel
- model: iPhone, Canon,… -> http://localhost:8888/demokit-master/portfolio/projects/model/Canon