Topic: Manually editing 'config.xml' and 'index.html' files
Let just say you've uploaded your new gallery and while admiring it you discover a minor typo or punctuation error.
Fire up JuiceBox, make the edit. Publish. Upload to server,. Or,
If your host allows editing a document on the server, (I guess most do) you can directly edit:
config.xml
index.html
of the gallery in question.
The upper part of config.xml looks like:
showAudioButton="false"
showInfoButton="false"
showNavButtons="false"
showAutoPlayButton="false"
backButtonPosition="OVERLAY"
backButtonUseIcon="true"
galleryTitlePosition="TOP"
maxThumbColumns="8"
enableDirectLinks="false"
useFullscreenExpand="true"
Those are gallery settings and is beyond this post to explain. But at the bottom of config.xml:
<image imageURL="images/wborg2.jpg"
thumbURL="thumbs/wborg2.jpg"
linkURL="images/wborg2.jpg"
linkTarget="_blank"
sourcePath="C:\Users\mypc\Desktop\PC Done\wborg\wborg2.jpg">
<title><![CDATA[]]></title>
<caption><![CDATA[This is an example of a text errerrerr. .]]></caption>
</image>
<caption><![CDATA[ is the text that needs correcting. The word error is misspelled.
index.html needs the same correction.
- config.xml is instructions for the galleries (including gallery captions)
- index.html is instructions for the web browser if it can't do javascript. To display the captions text with the image.
This way you can fast simple edits.
DX2300
Edit: Please remember whatever you do to your galleries, you are solely responsible.