Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Dan Joyce #1
DW: folder structure template
My site has a group of image pages. Each page has a folder of thumbnails and
large images tied to it. It looks rather liek this:
<Portfolios>
<imageset1>
imagepage.html
<smallimages>
<largeimages>
The html document is based off a template. So, if I duplicate the folder
manually, it redirects to the original's image folders insetad of the new
copy's.
So, can I make a template in dreamweaver that creates this folder and file
structure each time I have a new image set?
or
do i need to get rid of the template file altogether and just work with the
html documents individually?
Thanks
dan j.
Dan Joyce Guest
-
template publishing folder
Hi there, I was wondering if it was possible to preset the publish folder for certain templates. This would be very convieniant for maintaining... -
Template folder unavailable
I administer a college website for faculty websites. The university as mandates about specific webpage content. I've created a template to meet... -
Copy & rename entire folder structure
I was wondering how to copy an entire folder structure with sub folders and files, then rename the main folder. I have used the cfdirectory to... -
Intercept the auto-refresh of a folder in HTML folder template
Can anyone please send me the code to intercept the auto-refresh of a web page or folder (controlled by HTML folder template), or tell me where can... -
Apply template to all HTML files in folder
what: Not really. There is a batch process described on our book's companion site at http://www.dreamweavermx-templates.com but it's nearly... -
Murray *ACE* #2
Re: folder structure template
You would have to do this manually. But I'm not quite sure I fully
understand your question.
--
Murray --- ICQ 71997575
Adobe Community Expert
(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
==================
"Dan Joyce" <webforumsuser@macromedia.com> wrote in message
news:e3qokf$siq$1@forums.macromedia.com...> My site has a group of image pages. Each page has a folder of thumbnails
> and
> large images tied to it. It looks rather liek this:
>
> <Portfolios>
> <imageset1>
> imagepage.html
> <smallimages>
> <largeimages>
>
> The html document is based off a template. So, if I duplicate the folder
> manually, it redirects to the original's image folders insetad of the new
> copy's.
> So, can I make a template in dreamweaver that creates this folder and file
> structure each time I have a new image set?
> or
> do i need to get rid of the template file altogether and just work with
> the
> html documents individually?
>
> Thanks
> dan j.
>
Murray *ACE* Guest
-
Dan Joyce #3
Re: DW: folder structure template
I created a template dwt document. It is tied to two image folders, one for
large images one for small. When I make a file from that template, I need it
to recreate the images folders again. The reason for this is I'm using
JavaScript to do some nice imageswap stuff and need to call them by file name.
So, I have to recreate the same structure.
Now, I can do so by simply copying the whole folder which includes the HTML
and images, but when I start to apply template properties to it (turn on or off
regions, etc.) it changes the paths to my images to the original folder where
the template was targeted. Does that make more sense?
Dan Joyce Guest
-
Murray *ACE* #4
Re: DW: folder structure template
> When I make a file from that template, I need it
This is not a function that templates can do.> to recreate the images folders again.
Somewhat. Actually enough that I can tell you that Templates don't do that.> Does that make more sense?
--
Murray --- ICQ 71997575
Adobe Community Expert
(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
==================
"Dan Joyce" <webforumsuser@macromedia.com> wrote in message
news:e3queo$6ob$1@forums.macromedia.com...>I created a template dwt document. It is tied to two image folders, one
>for
> large images one for small. When I make a file from that template, I need
> it
> to recreate the images folders again. The reason for this is I'm using
> JavaScript to do some nice imageswap stuff and need to call them by file
> name.
> So, I have to recreate the same structure.
>
> Now, I can do so by simply copying the whole folder which includes the
> HTML
> and images, but when I start to apply template properties to it (turn on
> or off
> regions, etc.) it changes the paths to my images to the original folder
> where
> the template was targeted. Does that make more sense?
>
Murray *ACE* Guest
-
Dan Joyce #5
Re: DW: folder structure template
Thank you. So, since I can't do this using a template, is there any other way
to make this happen?
Specifically, I need to have a page that can have optional regions, but can't
use templates. Is there any way to accomplish this?
Maybe it will help do describe better what I'm doing: I'm working for a
library where we will publish some of our collections to the web. So, we have
a page that opens up (the one i'm speaking of) and on it there are thumbnails
for each image. As you click on a thumbnail, a larger image shows below it
using javascript. When you click on the next, the big image is replaced with
the current image. The hang-up comes in that some collections have 5 images,
some have 20. This is why I want an optional region. I need all images
specified in the javascript though.
Thanks again
Dan Joyce Guest
-
Murray *ACE* #6
Re: DW: folder structure template
Using static HTML, I'd guess it's impossible.
--
Murray --- ICQ 71997575
Adobe Community Expert
(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
==================
"Dan Joyce" <webforumsuser@macromedia.com> wrote in message
news:e3t608$4jt$1@forums.macromedia.com...> Thank you. So, since I can't do this using a template, is there any other
> way
> to make this happen?
>
> Specifically, I need to have a page that can have optional regions, but
> can't
> use templates. Is there any way to accomplish this?
>
> Maybe it will help do describe better what I'm doing: I'm working for a
> library where we will publish some of our collections to the web. So, we
> have
> a page that opens up (the one i'm speaking of) and on it there are
> thumbnails
> for each image. As you click on a thumbnail, a larger image shows below
> it
> using javascript. When you click on the next, the big image is replaced
> with
> the current image. The hang-up comes in that some collections have 5
> images,
> some have 20. This is why I want an optional region. I need all images
> specified in the javascript though.
>
> Thanks again
>
Murray *ACE* Guest



Reply With Quote

