Ok, I think I have found the issue. It seems that the image editor is using the default values set by the property tags in /farcry/core/packages/types/dmImage.cfc and it ignores the values set in the config.
I don't know FarCry well enough to determine if this by design or not, but here are the relevant lines (lines 28-30): <cfproperty ftSeq="22" ftFieldset="Image Files" name="SourceImage" type="string" hint="The URL location of the uploaded image" required="No" default="" ftType="Image" ftCreateFromSourceOption="false" ftDestination="/images/SourceImage" ftlabel="Source Image" ftImageWidth="" ftImageHeight="" /> <cfproperty ftSeq="24" ftFieldset="Image Files" name="StandardImage" type="string" hint="The URL location of the optimised uploaded image that should be used for general display" required="no" default="" ftType="Image" ftDestination="/images/StandardImage" ftImageWidth="400" ftImageHeight="1000" ftAutoGenerateType="FitInside" ftSourceField="SourceImage" ftCreateFromSourceDefault="true" ftAllowUpload="true" ftlabel="Mid Size Image" /> <cfproperty ftSeq="26" ftFieldset="Image Files" name="ThumbnailImage" type="string" hint="The URL location of the thumnail of the uploaded image that should be used in " required="no" default="" ftType="Image" ftDestination="/images/ThumbnailImage" ftImageWidth="80" ftImageHeight="80" ftAutoGenerateType="Pad" ftPadColor="##ffffff" ftSourceField="SourceImage" ftCreateFromSourceDefault="true" ftAllowUpload="true" ftlabel="Thumbnail Image" /> Thanks, Chris cterrebonne wrote: > > Although I have changed the THUMBNAIL items in the admin config file, that > new size isn't reflected when editing an image. I have refreshed the > application scope and even restarted the server with no luck. I searched > the cms files but can't find where "80" is hardcoded. Any suggestions? > > Thanks, > Chris > -- View this message in context: http://www.nabble.com/Change-thumbnail-size-tp15335372s621p15339280.html Sent from the FarCry - Dev mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
