Any chance of adding the plpStorage location onto the General Config screen, thus allowing it to be localised for each app.
It's not a config option but you can simply add application.path.plpstorage to your <appname>/config/_serverSpecificVars.cfm
eg:
application.url.webroot = ""; application.url.farcry = "/farcry"; application.path.plpstorage = application.path.project;
Then update your application scope (updateapp=1 in url) and your plps for that application will be save in your custom location, in this case under the top directory of your application.
Saving them in core is just the default option. You can see if you look at the farcry_core/tags/farcry/_config.cfm that there is an isdefined() check for application.path.plpstorage. If it's not set already from your serverSpecificVars code then it sets it to the core path.
Hope that helps :)
-Brendan http://farcry.daemon.com.au
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
