You could change your cf_[tagname] style calls to CFMODULE calls, in which 
case you can specify a (absolute) tag path based on a CD mapping.  Say you 
map

/tags_v3/ -> D:\MyApplication\v3\tags\

In the new version of the app change

<cf_myCustomTag attribute=...

to

<cfmodule template=/tags_v3/myCustomTag attribute=...

It would probably be fairly easy to do a global search & replace to do 
this, then if you need to, change it back at some point.


----- Original Message ----- 
From: "Brian Peddle" <[EMAIL PROTECTED]>
To: "CF-Talk" <[email protected]>
Sent: Wednesday, December 07, 2005 5:31 PM
Subject: Custom Tags Folder


> Not sure this is possible.
>
> We have a version of an application and we are releasing an updated 
> version.
> Some of the Custom Tags have been updated along with code. We plan on
> rolling this out a few clients at a time.
>
> Is it possible to set some type of application variable to override the
> customtag directory in CFADMIN? 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226516
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to