Thanks so much for the information. Even if the info isn't what I was hoping to hear, it clears up my confusion so I don't waste time. Obviously having to edit the config.xml "by hand" is not a deal breaker by any means, but if it WAS possible to do more easily with a template or editing the application, I didn't want to be wasting time unnecessarily.
It would be very very VERY VERY incredibly useful to be able to edit the config.xml embed code using a template. I will DEFINITELY post a feature request for this!!!!!
gor555 wrote:... editing of the template index.html file.... this has worked brilliantly for me...
Thanks for that info! Yes it does work, but only on the index.html. Creating that type of template is useless with my specific situation. This is a Joomla site with dynamically created content so it must be embedded. I could simply copy from the custom HTML generated file but the goal is fast and easy "copy/paste" from the application.
Steven wrote:However a single global regular expression search and replace action in a text editor such as Notepad++ should remove them quickly
Haha! Regex is my addiction. I love it and can do the most complex and amazing feats of text wrangling to thousands of files in a split second. Trying to explain this magical power causes eyes to droop and glaze over, some simply pass out from sheer boredom. ;)
The Problem is I can't possibly expect an untrained, unpaid intern or a secretary asked to update a gallery at one of our clients locations to know how to "fix" or change the config.xml files or modify the embed code. For many years we have tried different ways to educate and train "technically challenged" individuals, using pdf with screen captures and detailed instructions, screen captured videos, hands on in person step by step in house training, etc etc.
5 minutes later all that knowledge seems to simply vanish or is forgotten. Or possibly they weren't nodding their heads when asked if they understood something, their heads bobbing up and down as they fought off sleepiness from technology overload. :)
(what amazes me is that everyone of these individuals has a Facebook or Twitter account and is capable of remembering how to do complex tasks on those sites).
==========
We have solved 99% of this issue by switching to Flickr. This seems to be the best way to use Juicebox for us in this situation. They have a solid functional feature rich image manager and the Juicebox galleries just magically load in those images without any editing required. Some of these galleries are updated daily.
The only drawback using Flickr is page load time. The regular way of creating galleries with images loaded from the server, page load times are SCREAMING fast. Using Flickr with Juicebox can sometimes have quite a long delay before it loads. I have tried every available option to test speed, PAGE preloading, fewer images "per page", NEXT preloading, "medium" image sizes etc. It seems that the "lag" or "delay" in page load is not related to the image sizes or the preloading at all, it's simply the time it takes to access the Flickr site and retrieve the images, something which Juicebox can't control. We switched over from SSP, I suppose I could use the scripted php solutions on the forum to repurpose SSP with juicebox... but the security risks with unsupported dead end server software is hardly worth it (SSP admin passwords in the database are NOT encrypted/hashed... yikes!).
Using Flickr anyone with half a brain can easily add new images to any of the dozen or so galleries. The config.xml simply loads the flickr set/album (you guys need to update the app. Flickr changed the word "set" to "album" and it took me AGES to figure out what the freaking heck a "set ID" was).
I am currently testing ONE SINGLE config.xml file with configUrl, and have the tags or "set IDs" in the embed code to change the image source from Flickr. Probably won't work but worth a try. I don't think flickrTags or flickrSetId are embed code options, but will try it anyway... another feature request. The purpose of this is to have a single file with settings for a whole pile of galleries in one site. They all have the same settings and should look and behave the same. If you want to tweak something, you only need to modify a single file. This would be a huge time saver. Will only work if the tags or IDs can be set in the embed code. If it doesn't work this way, there appears to be parameters that can be passed via the URL to the page that contains the embed code but that's a last resort.
On a side note, I am curious how much the <noscript> is really needed in the embed code? That embed code can become enormous with every single image in a large gallery. Even if not displayed it has to load. I have been removing it because if someone else is changing the galleries in Flickr, the juicebox galleries work fine but the <noscript> image lists won't be updated and having to do that with the app or by hand completely negates any benefits of using Flickr.