Updating Templates in Dreamweaver & Keeping Client SideUpdates

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Updating Templates in Dreamweaver & Keeping Client SideUpdates

    I have a situation with a website where the client requests a change to be made
    within the main menu system of the website, so all of the templates & the
    entire site must be updated. I download the latest version of the site, to
    ensure the content added is up to date & included, make the necessary changes &
    update all pages, everything is fine, until we check the site & find out the
    content that has recently been added by the client is missing.

    So, when the template is edited, the documents created using those templates
    are updated partially - the recent additions made through Contribute by the
    client are lost.

    This is highly problematic, as it would require the client keeping track of
    changes made to ensure they are still available after updating the site.

    Has anyone experienced this type of issue with Contribute who can offer any
    ways to reduce the impact of this happening? Or at least ensure the client this
    is manageable - as in theory, the templates should update the html files as
    they are.

    Thanks in advance.

    Is there any way to stop this happening in the future? It seems quite strange
    that

    Trisha McDermott Guest

  2. Similar Questions and Discussions

    1. 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. ...
    2. 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...
    3. 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...
    4. Problem keeping the datagrid view intact after updating
      >NET 2003, vb code behind. I am having a problem with the look of a page with a datagrid. I have the grid populated, and it can be a couple of...
    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: Updating Templates in Dreamweaver & Keeping ClientSide Updates

    This is not nic, but I had the same problem. I have two answers for you:

    Answer 1:

    Maybe something went wrong with the communication between Dreamweaver and
    Contribute (mistakes in the checking out of files). I've experienced problems
    myself with very large websites (never with the smaller ones).

    I think the beste solution to try out is:

    1. to download the whole site from the server using an ftp program )(and make
    a working version and a back up)
    2. disable contribute compatibility in Dreamweaver (so no checking in or out
    is happening)
    3. adjust the templates (put menu's and other stuf that needs to be updated
    more often in include files, see answer 2)
    4. update all the pages on saving the template
    5. check the result and if everything is OK now, upload the updated files
    using the ftp program.
    6. enable dreamweaver compatibility with contribute

    Answer 2:

    For the future I would make sure that your menu's and other parts of the
    templates that need to be updated more often then the design, are included
    using a script language like PHP ( <?php include("file-to-be-included.php"); ?>
    ).

    This way you never have to take so much trouble updating these parts of the
    website, since there are all in seperate files.


    ([url]http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=55&catid=2[/url]
    90&threadid=1311869&highlight_key=y&keyword1=menu )

    ThinkInk 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