Hello Ken,
Yes, the appropriate directories are all writable according to Joomla!
Below is a code snippet from "highslide-sitesettings.js" which is located surprisingly in the Joomla root dir, hsconfig:
As you can see, hs.showCredits is set to false...
| Code: |
/*
* Highslide site settings
* DO NOT EDIT. Generated on 2010-06-17 05:06:17 (GMT) by the Highslide Configuration Component 2.0.3
*/
hs.showCredits = false;
hs.creditsPosition = 'top right';
hs.graphicsDir = 'plugins/content/highslide/graphics/';
hs.outlineStartOffset = 3;
hs.outlineWhileAnimating = 2;
hs.loadingOpacity = 0.75;
hs.dimmingOpacity = 0;
hs.padToMinWidth = false;
hs.padToMinWidth = false;
hs.expandCursor = 'zoomin.cur';
hs.restoreCursor = 'zoomout.cur';
hs.creditsHref = 'http://highslide.com';
hs.easing = 'easeInQuad';
hs.easingClose = hs.easing;
hs.fullExpandOpacity = 1.0;
hs.marginTop = 10;
hs.marginBottom = 15;
hs.marginLeft = 10;
hs.marginRight = 15;
hs.minHeight = 200;
hs.minWidth = 200;
hs.numberOfImagesToPreload = 5;
hs.transitions = ['expand'];
hs.fullExpandPosition = 'bottom right';
hs.objectLoadTime = 'before';
hs.align = '';
hs.anchor = '';
hs.allowSizeReduction = true;
hs.fadeInOut = false;
hs.allowMultipleInstances = true;
hs.allowWidthReduction = false;
hs.allowHeightReduction = false;
hs.blockRightClick = false;
hs.enableKeyListener = true;
hs.dynamicallyUpdateAnchors = true;
hs.useBox = false;
hs.cacheAjax = true;
hs.preserveContent = true;
hs.dragByHeading = true;
hs.dragSensitivity = 5;
hs.dimmingDuration = 50;
hs.expandDuration = 250;
hs.transitionDuration = 500;
hs.expandSteps = 10;
hs.zIndexCounter = 1001;
hs.captionOverlay.fade = 0;
hs.captionOverlay.position = 'top left';
hs.captionOverlay.hideOnMouseOut = false;
hs.headingOverlay.fade = 0;
hs.headingOverlay.position = 'center';
hs.headingOverlay.hideOnMouseOut = false;
hs.Expander.prototype.onBeforeGetCaption = function(sender)
|
I'm not sure why ImageLoader is not able to read the file...
Thank you again for your time,
Jim