Scroll To Top

Enter a query to search our site. Note that you can use "*" and "?" as wildcards. Enclosing more than one word in double quotes ("CSS Layout") will search for the exact phrase.

PMM3 site wide management… PVII is the leader in creative extensions for Dreamweaver

Dreamweaver Templates, Library Items and Server-Side Includes allow you to manage repeating sections of your web pages in a central file. This section contains tutorials that will help you to deploy your Pop Menu Magic menu using any of those methods.

PMM3 in Templates | Library Items | Includes

PMM3 in Dreamweaver Templates

Dreamweaver Templates are a popular way to manage small and medium-sized web sites. A template carries your complete page layout. One of the most powerful features of templates is the ability to update multiple pages at once.

How Templates Work

Templates work locally. When you make changes to the locked (uneditable) regions in your Template, Dreamweaver updates the local copy of each page that is connected to that Template. To see those changes on the internet you must then upload all the pages to your remote server. PMM3 is designed to be fully compatible with Dreamweaver Templates. The system will recognize that a template is being used and adjust accordingly. This means that you can add a PMM menu to any site that is already using Dreamweaver Templates without needing adjustments, workarounds, or manual coding.

If you are not familiar with Dreamweaver's Template features, please see our Template Primer for more information.

Inserting a menu inside a Dreamweaver Template

-Open your master Dreamweaver Template file (or create a new Template). The template file will have a DWT file extension and will be inside a folder called Templates in the root of your defined site.

Tip: If you are just beginning to build your site, create and design your home page the way you want it, then add your menu. After your page is completed you can save it as a Dreamweaver Template: File > Save As Template.

-Select the insertion point for the menu. This must be in a Locked (un-editable) Region, which ensures that the menu will propagate to all pages that are based on the template.

-Insert your menu by clicking the PMM3 icon in the PVII category of the Insert Panel or Insert Bar to open the interface.

The interface will open.

-Select your menu options and build your menu as desired.

-Click the OK button to add the new menu to your template.

-Save the template.

Dreamweaver will present an Update Template Files dialog.

-Click the Update button to allow Dreamweaver to update all pages that are based on this template.

The Pop Menu Magic system has now been added to every page that is based on the template.

Modifying a Pop Menu Magic system in a DW Template

You can Modify the menu at any time. The Modify system has been designed to work seamlessly when the menu is in a Dreamweaver Template. There are no special considerations required.

-Open the Dreamweaver Template (.dwt) page that contains the PMM menu.

-Place your cursor in the menu.

-Click the PMM3 icon to open the Modify interface.

-Make your modifications.

-Click the OK button to save the menu changes to your template page.

-Save the template.

Dreamweaver will present an Update Template Files dialog.

-Click the Update button to allow Dreamweaver to update all pages that are based on this template.

Using Pop Menu Magic in an Editable Region

In addition to working seamlessly in a locked region, PMM3 also supports insertion and modification on a template-based (child) page. This allows you to add the menu to a page that is template-based and contains only editable regions. The system will recognize that the page is based on a template and will adapt accordingly. The menu will be added to the selected editable region and the PMM CSS and JavaScript files will be linked in the document's editable <head> region. No workarounds are required.

If you get an error message stating that the template is locked that means one of 2 things has happened:

A default Dreamweaver template has 2 editable regions in the head. A title region and a region simply called head.

<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->

If you do not find these regions in the head of your page, open your DWT file and add them back in.

Publishing to your Web Server

Dreamweaver manages Templates in your local site. Whenever you edit a Dreamweaver Template file, Dreamweaver updates all local files based on that Template. To complete the job you need to upload all of the files that Dreamweaver updated locally to your Web server.