Home Forums
05 | 21 | 2013
We have 224 guests and 16 members online
JoomlaNook Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Multiple Image Directories for ImageLoader
(0 viewing) 
Imageloader
Go to bottom
TOPIC: Multiple Image Directories for ImageLoader
#3870
SodaJerk
Posts: 20
User Offline Click here to see the profile of this user
Re:Multiple Image Directories for ImageLoader 2 Years, 12 Months ago  
Hello Ken,

It seems to be a permissions issue as I do have the selected features enable/disabled, but the file does not get written/updated even though I click the Save/Publish icon...

I have to go log in with shell access and look at this closer!

Thanks again!
Jim
 
Logged Logged
  The administrator has disabled public write access.
#4007
SodaJerk
Posts: 20
User Offline Click here to see the profile of this user
Re:Multiple Image Directories for ImageLoader 2 Years, 10 Months ago  
 
Logged Logged
 
Last Edit: 2010/06/26 14:31 By SodaJerk.
  The administrator has disabled public write access.
#4012
klowther
Admin
Posts: 2961
User Offline Click here to see the profile of this user
Gender: Male JoomlaNook Location: Fremont, NE USA Birthday: 07/23
Re:Multiple Image Directories for ImageLoader 2 Years, 10 Months ago  
Hi Jim,

Did you forget to include the link?

- Ken
 
Logged Logged
  The administrator has disabled public write access.
#4013
SodaJerk
Posts: 20
User Offline Click here to see the profile of this user
Re:Multiple Image Directories for ImageLoader 2 Years, 10 Months ago  
 
Logged Logged
  The administrator has disabled public write access.
#4015
klowther
Admin
Posts: 2961
User Offline Click here to see the profile of this user
Gender: Male JoomlaNook Location: Fremont, NE USA Birthday: 07/23
Re:Multiple Image Directories for ImageLoader 2 Years, 10 Months ago  
Hi Jim,

The configuration files that are being loaded were create back in February so that confirms that the configuration files are not being updated.

If log into the administrative backend and select the Help | System Info menu item and click on the Directory permissions tab, do all the directories listed show as 'Writeable'?

- Ken
 
Logged Logged
  The administrator has disabled public write access.
#4020
SodaJerk
Posts: 20
User Offline Click here to see the profile of this user
Re:Multiple Image Directories for ImageLoader 2 Years, 10 Months ago  
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
 
Logged Logged
  The administrator has disabled public write access.
Go to top