Hello.
1. Yes, the js is in the lib folder.
2. i don't believe there is any permissions problem
3. It automatically seems to put the comment in:
Code: Select all
{literal}
<__script__ type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
//new fadeshow(fadeimages, 140, 225, 0, 3000, 1, "R")
new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
</__script>
{/literal}
Turns to this when you update:
Code: Select all
literal}
<__script__ type="text/javascript"><!--
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
//new fadeshow(fadeimages, 140, 225, 0, 3000, 1, "R")
new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
// --></__script>
{/literal}