1 (edited by nekkon 2015-03-15 17:00:13)

Topic: Dynamic Gallery

Hello, I purchased this plugin with the purpose of using it in a website that dynamically loads the images by using php/mysql. Is there an easy way (by using html or javascript) to dynamically set the images of the gallery or doing it on load without using xml? If not, what is the easiest way to do this by using xml? Could you please give me an example? Thanks in advance, I believe this should be a future feature as what I have seen in other plugins, it is very easy to be done.

Re: Dynamic Gallery

All galleries must have an XML file but you could certainly use a server-side scripting language (such as PHP) to dynamically generate the required XML file (rather than just create a static XML file in whilst authoring the gallery).

Please see this FAQ which should hopefully point you in the right direction:
Can Juicebox handle a custom data source, for example RSS or Instagram?

Also, there is an example of using PHP to dynamically generate an XML file which displays all images in a designated folder in this forum post.