Templates not updating pages

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Templates not updating pages

    Hi
    My template page in Template Folder in my site is not updating my pages based
    on template.
    I am using a side nav bar in CSS.

    When I go to update pages with the template it go es through the process but
    does not update the pages
    I went and downloaded the Dreamweaver 8 patch which apparently is suppose to
    help problem with templates.

    I am not on a remote server... I work locally on my computer and upload on
    another computer at work.

    I read the tech notes and i am still confused.
    Help anyone?

    SR

    moxie7 Guest

  2. Similar Questions and Discussions

    1. Updating templates in Contribute - future release?
      Hello I know this question has been asked time and time again, but I wanted to take the topic a step further. I know in order to update...
    2. Templates for New Pages Not Updating
      I am a site admin with 7 Contributors accessing my site via Contribute 3. I have created templates for them to use to create their new pages. ...
    3. Contribute Crashes when 'Updating Templates'
      Hi, This is really starting to drive me round the bend :( I have installed Contribute 3 on an updated Windows XP machine to allow a staff member...
    4. Does Contribute download images while updating templates?
      Each time I connect to one of my Contribute sites, as I watch the "updating connections" and "synchronizing template" messages fly by I also see...
    5. Updating Templates (with CSS) & Netscape
      On Tue, 22 Jul 2003 14:38:50 +0000 (UTC), "Sharon357" webforumsuser@macromedia.com wrote: You typed your URL incorrectly Assuming that the...
  3. #2

    Default Re: Templates not updating pages

    Show me your template page and tell me what is not updating when you change
    it, please.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "moxie7" <webforumsuser@macromedia.com> wrote in message
    news:dr8au3$4sa$1@forums.macromedia.com...
    > Hi
    > My template page in Template Folder in my site is not updating my pages
    > based
    > on template.
    > I am using a side nav bar in CSS.
    >
    > When I go to update pages with the template it go es through the process
    > but
    > does not update the pages
    > I went and downloaded the Dreamweaver 8 patch which apparently is suppose
    > to
    > help problem with templates.
    >
    > I am not on a remote server... I work locally on my computer and upload on
    > another computer at work.
    >
    > I read the tech notes and i am still confused.
    > Help anyone?
    >
    > SR
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Templates not updating pages

    Hi

    I may of fixed it.

    I am trying to updates links and pages that I am adding to a drop down menu in
    my side nav bar so that as I continue to add items that menu will update on all
    pages. Somehow when I add links in the code to the pages in the template it is
    not updating on all my other already created pages

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Sustainable Sandhills Template</title>
    <!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --><!--
    TemplateEndEditable -->
    <link href="../sandhillssyles.css" rel="stylesheet" type="text/css">
    <link href="../navbarstyle.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    body {
    background-color: #CCCC99;
    }
    -->
    </style>
    <script type="text/javascript"><!--//--><![CDATA[//><!--

    sfHover = function() {
    var sfEls = document.getElementById("nav").getElementsByTagNam e("LI");
    for (var i=0; i<sfEls.length; i++) {
    sfEls[i].onmouseover=function() {
    this.className+=" sfhover";
    }
    sfEls[i].onmouseout=function() {
    this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
    }
    }
    }
    if (window.attachEvent) window.attachEvent("onload", sfHover);

    //--><!]]></script>
    <link href="../leftnavmenu.css" rel="stylesheet" type="text/css">
    </head>

    <body>
    <table width="800" border="0" align="center" cellpadding="0" cellspacing="0"
    bgcolor="#FFFFFF">
    <!--DWLayoutTable-->
    <tr>
    <td width="222" height="135" valign="top"><img
    src="../images/thelogo4.gif" alt="Sustanable Sandhills logo" width="195"
    height="87"></td>
    <td colspan="2" valign="top"><img src="../images/peaches.jpg" alt="growing
    peaches" width="201" height="121"></td>
    <td width="199" valign="top"><img src="../images/pinesanddogwood.jpg"
    alt="pine trees and dogwood" width="199" height="121"></td>
    <td width="200" valign="top"><img src="../images/bagpipes1.jpg"
    alt="scotish bagpipes" width="199" height="121"></td>
    </tr>
    <tr valign="top">
    <td height="330" colspan="2" valign="top"><!-- TemplateBeginEditable
    name="navbar" -->
    <table width="223" border="0" cellpadding="0" cellspacing="0"
    id="leftmenu">
    <tr>
    <td><ul id="nav">

    <li><a href="../Web Sites/sandhillsweb/index.htm">Home</a>
    <ul>
    </ul>
    </li>

    <li><a href="#">About Us</a>

    <ul>
    <li><a href="#">Message from Executive Director</a></li>

    <li><a href="#">History of Sustainable Sandhills</a></li>
    <li><a href="#">Board of Directors</a></li>
    <li><a href="#">Leadership Council Members</a></li>
    <li><a href="#">Partners of Sustainable Sandhills</a></li>
    <li><a href="#">Staff</a></li>
    <li><a href="#">Contact Us</a></li>
    </ul>
    </li>

    <li><a href="#">Teams</a>
    <ul>

    <li><a href="../pages/air_team.html">Air Team</a>
    <ul>

    <li><a href="../pages/air_team.html">Background</a></li>
    <li><a href="../pages/air_team_programs.html">Programs</a></li>
    <li><a href="../pages/air_teamminutes.html">Meeting Summaries</a></li>
    <li><a href="#">Upcoming Events</a></li>
    </ul>
    <li><a href="../pages/water_team.html">Water Use Team</a>
    <ul>

    <li><a href="../pages/water_team.html">Background</a></li>
    <li><a href="../pages/water_team_programs.html">Programs</a></li>
    <li><a href="../pages/water_team_minutes.html">Meeting Summaries</a></li>
    <li><a href="#">Upcoming Events</a></li>
    </ul>
    </li>
    <li><a href="#">Energy Team</a></li>
    <li><a href="#">Land Use Team</a></li>
    <li><a href="#">Materials Use Team</a></li>
    </ul>


    </li>

    <li><a href="#">Get Involved </a>
    <ul>
    <li><a href="#">Become a Team Member</a></li>
    <li><a href="#">Become a Partner</a></li>
    <li><a href="#">Calendar of Events</a></li>
    <li><a href="#">Volunteer</a></li>
    <li><a href="#">Donate</a></li>
    </ul>
    </li>
    <li><a href="#">Events</a> </li>
    <li><a href="#">Resources</a> </li>

    </ul></td>
    </tr>
    <tr>
    <td><div align="left"><img src="../images/habitat.jpg" alt="longleaf
    pine" width="193" height="166" vspace="15"></div></td>
    </tr>
    </table>
    <!-- TemplateEndEditable --></td>
    <td colspan="3" align="left" valign="top" class="subheads"><!--
    TemplateBeginEditable name="mainbody" --><!-- TemplateEndEditable --></td>
    </tr>
    <tr>
    <td height="34" colspan="5" class="body"><div align="center">
    <p class="body">Sustainable Sandhills &bull; PO Box 144, Fayetteville,
    NC 28302 &bull; 910-484-9098 &bull; Fax: 910-323-1028 </p>
    </div></td>
    </tr>
    <tr>
    <td height="1"></td>
    <td width="37"></td>
    <td width="128"></td>
    <td></td>
    <td></td>
    </tr>
    </table>
    </body>
    </html>

    moxie7 Guest

  5. #4

    Default Re: Templates not updating pages

    No it is not fixed!
    I just tried to update a link on my template and it did not update the pages!
    moxie7 Guest

  6. #5

    Default Re: Templates not updating pages

    this is what i get

    Updating Macintosh HD:Users:susanroemer:Web Sites:sandhillsweb:
    Done.
    files examined: 15
    files updated: 0
    files which could not be updated: 0
    total time: (0:00:00)

    not updating!


    moxie7 Guest

  7. #6

    Default Re: Templates not updating pages

    "><!-- TemplateBeginEditable

    Your menu is IN an Editable Region. Changes to editable regions do NOT
    propagate. This is one of the five mistakes that people who don't read the
    Template Help files make when using templates.... 8)

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "moxie7" <webforumsuser@macromedia.com> wrote in message
    news:dr8md8$kfp$1@forums.macromedia.com...
    > Hi
    >
    > I may of fixed it.
    >
    > I am trying to updates links and pages that I am adding to a drop down
    > menu in
    > my side nav bar so that as I continue to add items that menu will update
    > on all
    > pages. Somehow when I add links in the code to the pages in the template
    > it is
    > not updating on all my other already created pages
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    > "http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    > <!-- TemplateBeginEditable name="doctitle" -->
    > <title>Sustainable Sandhills Template</title>
    > <!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --><!--
    > TemplateEndEditable -->
    > <link href="../sandhillssyles.css" rel="stylesheet" type="text/css">
    > <link href="../navbarstyle.css" rel="stylesheet" type="text/css">
    > <style type="text/css">
    > <!--
    > body {
    > background-color: #CCCC99;
    > }
    > -->
    > </style>
    > <script type="text/javascript"><!--//--><![CDATA[//><!--
    >
    > sfHover = function() {
    > var sfEls = document.getElementById("nav").getElementsByTagNam e("LI");
    > for (var i=0; i<sfEls.length; i++) {
    > sfEls[i].onmouseover=function() {
    > this.className+=" sfhover";
    > }
    > sfEls[i].onmouseout=function() {
    > this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
    > }
    > }
    > }
    > if (window.attachEvent) window.attachEvent("onload", sfHover);
    >
    > //--><!]]></script>
    > <link href="../leftnavmenu.css" rel="stylesheet" type="text/css">
    > </head>
    >
    > <body>
    > <table width="800" border="0" align="center" cellpadding="0"
    > cellspacing="0"
    > bgcolor="#FFFFFF">
    > <!--DWLayoutTable-->
    > <tr>
    > <td width="222" height="135" valign="top"><img
    > src="../images/thelogo4.gif" alt="Sustanable Sandhills logo" width="195"
    > height="87"></td>
    > <td colspan="2" valign="top"><img src="../images/peaches.jpg"
    > alt="growing
    > peaches" width="201" height="121"></td>
    > <td width="199" valign="top"><img src="../images/pinesanddogwood.jpg"
    > alt="pine trees and dogwood" width="199" height="121"></td>
    > <td width="200" valign="top"><img src="../images/bagpipes1.jpg"
    > alt="scotish bagpipes" width="199" height="121"></td>
    > </tr>
    > <tr valign="top">
    > <td height="330" colspan="2" valign="top"><!-- TemplateBeginEditable
    > name="navbar" -->
    > <table width="223" border="0" cellpadding="0" cellspacing="0"
    > id="leftmenu">
    > <tr>
    > <td><ul id="nav">
    >
    > <li><a href="../Web Sites/sandhillsweb/index.htm">Home</a>
    > <ul>
    > </ul>
    > </li>
    >
    > <li><a href="#">About Us</a>
    >
    > <ul>
    > <li><a href="#">Message from Executive Director</a></li>
    >
    > <li><a href="#">History of Sustainable Sandhills</a></li>
    > <li><a href="#">Board of Directors</a></li>
    > <li><a href="#">Leadership Council Members</a></li>
    > <li><a href="#">Partners of Sustainable Sandhills</a></li>
    > <li><a href="#">Staff</a></li>
    > <li><a href="#">Contact Us</a></li>
    > </ul>
    > </li>
    >
    > <li><a href="#">Teams</a>
    > <ul>
    >
    > <li><a href="../pages/air_team.html">Air Team</a>
    > <ul>
    >
    > <li><a href="../pages/air_team.html">Background</a></li>
    > <li><a href="../pages/air_team_programs.html">Programs</a></li>
    > <li><a href="../pages/air_teamminutes.html">Meeting Summaries</a></li>
    > <li><a href="#">Upcoming Events</a></li>
    > </ul>
    > <li><a href="../pages/water_team.html">Water Use Team</a>
    > <ul>
    >
    > <li><a href="../pages/water_team.html">Background</a></li>
    > <li><a href="../pages/water_team_programs.html">Programs</a></li>
    > <li><a href="../pages/water_team_minutes.html">Meeting Summaries</a></li>
    > <li><a href="#">Upcoming Events</a></li>
    > </ul>
    > </li>
    > <li><a href="#">Energy Team</a></li>
    > <li><a href="#">Land Use Team</a></li>
    > <li><a href="#">Materials Use Team</a></li>
    > </ul>
    >
    >
    > </li>
    >
    > <li><a href="#">Get Involved </a>
    > <ul>
    > <li><a href="#">Become a Team Member</a></li>
    > <li><a href="#">Become a Partner</a></li>
    > <li><a href="#">Calendar of Events</a></li>
    > <li><a href="#">Volunteer</a></li>
    > <li><a href="#">Donate</a></li>
    > </ul>
    > </li>
    > <li><a href="#">Events</a> </li>
    > <li><a href="#">Resources</a> </li>
    >
    > </ul></td>
    > </tr>
    > <tr>
    > <td><div align="left"><img src="../images/habitat.jpg"
    > alt="longleaf
    > pine" width="193" height="166" vspace="15"></div></td>
    > </tr>
    > </table>
    > <!-- TemplateEndEditable --></td>
    > <td colspan="3" align="left" valign="top" class="subheads"><!--
    > TemplateBeginEditable name="mainbody" --><!-- TemplateEndEditable --></td>
    > </tr>
    > <tr>
    > <td height="34" colspan="5" class="body"><div align="center">
    > <p class="body">Sustainable Sandhills &bull; PO Box 144,
    > Fayetteville,
    > NC 28302 &bull; 910-484-9098 &bull; Fax: 910-323-1028 </p>
    > </div></td>
    > </tr>
    > <tr>
    > <td height="1"></td>
    > <td width="37"></td>
    > <td width="128"></td>
    > <td></td>
    > <td></td>
    > </tr>
    > </table>
    > </body>
    > </html>
    >

    Murray *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139