Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
moxie7 #1
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
-
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... -
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. ... -
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... -
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... -
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... -
Murray *TMM* #2
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
-
moxie7 #3
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 • PO Box 144, Fayetteville,
NC 28302 • 910-484-9098 • 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
-
moxie7 #4
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
-
moxie7 #5
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
-
Murray *TMM* #6
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 • PO Box 144,
> Fayetteville,
> NC 28302 • 910-484-9098 • 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



Reply With Quote

