How do I stop the default image browser from creating an /Image/ directory in the directory I specify in $Config['UserFilesPath'] ? I want the browser to start searching in the directory I specify, not some /Image/ path that doesn't and shouldn't exist.
Thu, 11/03/2005 - 12:18
#1

RE: Stop image browser's /Image/ dir creation
To avoid this, debug the browser and remove every entry of Resource when it is specified within a path. Problem solved.
// redRemedy
RE: Stop image browser's /Image/ dir creation?
http://sourceforge.net/tracker/index.ph ... tid=543655
RE: S