DW: folder structure template

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

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default Re: DW: folder structure template

    > When I make a file from that template, I need it
    > to recreate the images folders again.
    This is not a function that templates can do.
    > Does that make more sense?
    Somewhat. Actually enough that I can tell you that Templates don't do that.

    --
    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

  6. #5

    Default 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

  7. #6

    Default 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

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