Hi,
I am on a new project, and I am a bit confused about the best/easiest method to achieve what I need: multiples images galleries in a long article.
I would like to have several images galleries (fancybox or likewise) inserted along a single entry. The trouble is, the number of galleries is different for each entry, and each gallery must be inserted in the main entry text field, at different places, so I can’t decide this in the template…
The end publisher should be able to write his text, and insert one, or many, images galleries where he wants between paragraphs to illustrate his article.
My thoughts/intuitions so far:
- create a channel with a Channel Images field, and make a separate entry for each gallery
- create a channel for the articles, and use Playa to allocate the right galleries to the right article
- use Stash or Transplant in the template to stock the galleries bits of code
- use allow_EE to put these bits in the right place in the textarea field
I don’t even know if it would work, and it seems a bit messy… and I guess the final goal is “just” to call a specific entry from within a different entry’s textarea field.
How would you achieve such a thing?
Thanks in advance for your thoughts and your time.