Client updates part of one page - update copied toentire entire site?

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

  1. #1

    Default Client updates part of one page - update copied toentire entire site?

    Hi there,

    I reckon this can't be done with Contribute 3 alone, but does anyone know of
    another way this can be done?
    I've designed a site which uses dreamweaver templates for a client - All fine
    there.
    On one DW template based page, the client wants to be able to periodically
    update a series of 6 photos, and captions, but would like this change to
    automatically update all other pages which include these photos and captions -
    possibly (80 - 100).

    At the minute, if I update the DWT , the changes are copied through to all
    dependant pages. The client would prefer to make these changes himself , and
    would also prefer to not have to purchase Dreamweaver to edit templates.

    Is there any workaround to this?

    I know i could probably ask him to just replace the photos on the server with
    new ones of the same name, but what about the captions?

    thanks!

    podgey Guest

  2. Similar Questions and Discussions

    1. Templates and site page updates
      Kind of a newbie question here. I've created templates in Dreamweaver, and started creating a bunch of pages in Contribute based on those templates....
    2. backing up entire web site
      Not to be stupid, but I've found nothing in the on-line Help, the printed manual, this forum, or elsewhere on the Support system, as how to back up...
    3. Client-side Dynamic listbox on Update page?
      I have followed the instructions on this page,...
    4. Designing pages in site for client to update
      Hello, I have Contribute 2 but have not yet used it. I have a website that a client needs to update photos and text on a few pages. I have not...
    5. easy client updates
      I beleive that I've read somewhere before that flash can referance a txt file. i have a client site that needs regular updateing it's a band's site...
  3. #2

    Default Re: Client updates part of one page - update copied toentire entire site?

    Sounds like a job for SSI (Server-Side Includes).

    You'd create either one SSI file (if the 6 photos and captions are always
    shown together in exactly the same way), or one for each image if you want to
    have the option of each image being shown on other pages independently. The SSI
    file is just a section of html that is put in a separate file. Name them
    generically, ie image1.ssi, image2.ssi, etc. Then in the actual webpages,
    you'd have a bit of code that imports the SSI file(s) you want displayed on
    that page. Your client would edit the actual SSI file in Contribute, swapping
    in a new image and modifying the caption. If he did this in the file
    image1.ssi, for example, it would automatically change the image shown on all
    webpages that use image1.ssi.

    You could also put everything that is currently in your templates -
    navigation, headers, footers - anything that is supposed to be on every page -
    into SSI files. Then your client could update these without buying DW. We use
    a combination of DW templates and SSI files that works extremely well for us.
    I've described it in other posts, if you want to read more.


    christina.heikkila Guest

  4. #3

    Default Re: Client updates part of one page - update copied toentire entire site?

    Hi Christina,

    Thanks for the reply - very clearly explained. I'll look into them when I next get a chance.





    podgey 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