Quote from: TheDesigner at Oct 01, 2008, 09:58 AM
Sometimes the General Template Variable menu will generate a javascript error with no diagnostics. It seems to happen in the body of the page. Has anyone else seen this?
I confirmed the issue when I try to insert [*content*] from insert bar.
1.backup insertbar.xml.
2.find the following line in insertbar.xml.
<button id="DW_MODx_TV_content" MMString:name="insertbar/modx/tv/content" image="MODx/tv/tv.png" file="MODx/tv/.htm" />
3.change the line as the following.
<button id="DW_MODx_TV_content" MMString:name="insertbar/modx/tv/content" image="MODx/tv/tv.png" file="MODx/tv/content.htm" />
4.run your Dreamweaver.
Then it will work well.
if you use
Windows, insertbar.xml is placed in the following:
<hdd name>:\Documents and Settings\<username>\Application Data\Macromedia\Dreamweaver <version>\Configuration\Objects\
or
<hdd name>:\Documents and Settings\<username>\Application Data\Adobe\Dreamweaver <version>\Configuration\Objects\
if you use
Mac, insertbar.xml is placed in the following:
<hdd name>:Users/<username>/Library/Application Support/Macromedia/Dreamweaver <version>/Configuration/
or
<hdd name>:Users/<username>/Library/Application Support/Adobe/Dreamweaver <version>/Configuration/
Thanks for your feedback!