Dreamweaver Templates are predesigned web site templates that can be easily edited and customized with Adobe Dreamweaver.
0
votes
0answers
20 views
Editing date format
I have recently changed from Dreamweaver MX to Dreamweaver CS6.
Each of my web pages includes a date stamp showing the date the page was last revised, maintained automatically with this kind of code: ...
0
votes
0answers
11 views
Error editing elements in editable region of page created from template
Im using dreamweaver CS4 and I have designed a "about us" page from a template, then later decided I wanted a blog on this page and so it became a .php. Now, I'm not sure if that has anything to do ...
0
votes
3answers
57 views
annoying banner on webpage from dreamweaver
I used Dreamweaver to create a website off a template i got from timothy framework, the website can be seen here http://www.manchestertemplate.info/ If you notice at very top of the webpage there is ...
2
votes
3answers
104 views
Getting the field's value at a different templating level using TemplateBeginRepeat in Dreamweaver TBB
I'm trying to write the Dreamweaver TBB and I am stuck at one point where I need to get the field value at a different template level.
Below is my XML where I need to get the inputType field present ...
1
vote
5answers
544 views
Looping component links in an Embedded field
We have a "component A" , which has a multivalue field of type 'embedded field'.
The embedded field in turn has a multivalue field of type 'Component Link'.
This looks like:
Component A -> Embedded ...
4
votes
4answers
458 views
How to get the Maximum index count for TemplateRepeatIndex in DWT
I have a component in tridion where its metadata design has a field called 'list' which is populated using Categories and Keywords
I used a DWT code to populate items present in the list using the ...
3
votes
2answers
300 views
Tridion 2009 SP1: Dreamweaver Template Error: ConvertURLToPath() can't decode URL: invalid escape
I'm trying to use a Get Label TBB in a Dreamweaver Template that parses expressions like %%LabelKey%% and replaces them with a value from a Component that is stored in Publication metadata.
I'm ...
6
votes
2answers
566 views
Looping and TemplateRepeatIndex in Dreamweaver template
I am having some trouble with accessing variables, here in this case Setvariable. When I go inside loop, variable doesn't exists. Anyone have any insight on this. Appreciate your help
Below is my ...
2
votes
1answer
182 views
Dreamweaver Templates Equivalent
I have been using Dreamweaver to build several sites. In particular, I utilize its templates to manage consistent layout / design throughout each site.
In a nutshell, it works like this:
Create a ...
2
votes
2answers
2k views
Why would one use Dreamweaver Templates over PHP or Javascript for templating?
I'm a student programmer for a company, and the lead developer is making a huge push to use Dreamweaver templates for our new site with vague reasoning pointing to performance benefits.
I'm not ...
0
votes
1answer
69 views
Query String discrepancy in Adobe Contribute/Dreamweaver
/**Update ***/
This seems to be a query string problem, as I didn't realize that a PHP error was being thrown in Contribute 3. So my question now is, why does this line work in Contribute 4, but not ...
0
votes
1answer
151 views
dreamweaver templates keep putting absolute addresses in script src
I moved a set of templates to a new folder also named Templates so the instructional designer can see them in her "New page from Template" window. For some reason, I as the programmer can see the ...
6
votes
1answer
1k views
Dreamweaver nested templates
So I'm trying to achieve something like this in Dreamwaver CS5. I have one optional editable region (optional because I do not want that thing in certain webpages) and another editable region in my ...
0
votes
2answers
372 views
Does Dreamweaver add enctype=“text/plain” to forms automatically?
I have some forms that post to a CGI script. I set them up and they work perfectly on all browsers. Then I leave them alone.
A few days later, after designers have updated the page, the forms no ...
3
votes
1answer
1k views
Detach many pages from a Dreamweaver template
I've got a site of about 500 pages from a client, all attached to a template. Is there any way I can do a "bulk detach" rather than going through each file individually?
0
votes
2answers
458 views
Parsing Dreamweaver templates with Regular Expressions
I have a requirement to parse the content out of Dreamweaver templates.
I'm using C#.
Here is some example content that I will need to parse.
<div id="myDiv">
<h1><!-- ...