Sean, I've done everything listed here already, but still get the crap in my files. If I rename the translators directory it does not write this code to my files but generates a lot of errors. In DM 4.0 it was possible to disable the translators but I do not see this option in DWMX. Is there a way to disable the translators?
Brook At 02:25 PM 26/07/02 -0700, you wrote: >On Friday, July 26, 2002, at 11:10 , Brook Davies wrote: > > I just installed DWMX and setup a few test sites. After saving a few files > > DreamWeaver added a whole bunch of code to all my tags. For example, what > > was once: > > ... > > And this now breaks in a browser! What is going on here? I am using a > > custom file extenstion (*.nat), and I am guessing this is part of the > > problem. But now I have a bunch of broken code. > >Yes, you need to tell DWMX that .nat is really a ColdFusion file. You need >to edit Extensions.txt (in your local user's DW configuration folder) and >you also need to edit Configuration/DocumentTypes/MMDocumentTypes.xml in >the main DWMX install directory. > >For Extensions.txt, add NAT to the list of valid extensions and to the >list of ColdFusion extensions lower down the file. > >For MMDocumentTypes.xml, find the line that specifies >winfileextension="cfm,cfml" and change it to >winfileextension="cfm,cfml,nat". > >Start up DWMX and it should now know that .nat files should be treated the >same as .cfm files. > >Also make sure you have the preferences set to never rewrite code >(Preferences... | Code Rewriting : add .nat to the list of file types to >never rewrite and turn off any other code rewriting options you don't want) >. > >"If you're not annoying somebody, you're not really alive." >-- Margaret Atwood > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

