> Hi list... Need to turn to you Gurus for some special > help. > We're doing an application that will reside under multiple > web domains. > Rather than having duplicated templates in all domain > subdirectories, we > thought of using the customtags folder to store the > templates and "include" > them in our pages as <cf_tag>. This would make the > templates globally > available to all domain names and allow us to change a > single template that > will affect all domains.
> Has anyone tried this approach... or avoided this > approach? What was the > result? All advice is greatly appreciated. The approach is okay ( decent ) as long as you're doing the hosting yourselves and you have full control over the server. As a client coming in ( and probably because I'm a CF developer already ) I wouldn't like this because it could make it difficult for me to move to another hosting provider later. The other thing to watch for is that if the clients have any access to the coldfusion code for their site, they could potentially drop a custom tag with the same name in the local directory, which would override your tag in the custom tags directory. If you were to place these tags in a subdirectory of the custom tags directory, I believe you could eliminate this as a possibile issue by using the syntax <cfmodule name="ourglobaltagsdir.tagname"> hth s. isaac dealey 954-776-0046 new epoch http://www.turnkey.to lead architect, tapestry cms http://products.turnkey.to certified advanced coldfusion 5 developer http://www.macromedia.com/v1/handlers/index.cfm?ID=21816 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

