Must be able to allow a site maintainer to edit templatein Contribute

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

  1. #1

    Default Must be able to allow a site maintainer to edit templatein Contribute

    I dearly hope contribute has the ability to edit templates, because otherwise
    I've got a nasty client on my hands. She wants to change sidebar items in the
    template and ripple those changes to all the pages similar to how Dreamweaver
    does, but she only has contribute.

    If contribute cannot, there's got to be some other way to do this without
    having access to dreamweaver. Anyone know of a way?

    Thanks for any help!

    purefusion Guest

  2. Similar Questions and Discussions

    1. Can't edit my site
      Okay... i'm checking out the trial to see if it solves the problem of being able to edit content only on my site. The site is a purchased...
    2. Can Contribute edit a site designed in Adobe GoLive?
      Aloha, I am designing a site using GoLive for a client who would like to edit future text and image changes with Contribute. Does anyone know if...
    3. Can't edit ASP-based site in Contribute 3
      I have successfully set up a connection to a site I created in Dreamweaver MX. I set the site to be compatible with Contribute from within...
    4. [PHP-DEV] [ext/interbase] Maintainer ?
      Hello, Is the InterBase extension actively being maintained by anyone ? I've been looking into the source in order to adapt the extension to...
    5. Can Contribute Edit an SSI?
      This is my first post so I hope I'm not asking dumb questions. On a small site I have each page containing the link command for the old NN4 CSS...
  3. #2

    Default Re: Must be able to allow a site maintainer to edit template in Contribute

    Open the file in notepad (assume one knows what one is doing) edit the
    template and upload again.

    John


    Laiverd.COM Guest

  4. #3

    Default Re: Must be able to allow a site maintainer to edittemplate in Contribute

    Sorry, I guess I should have been more specific. All pages based on that update
    need to be updated as well. Just editing the template file will not update all
    those pages that are based on it, is that right? Am I asking too much to be
    able to do this?

    purefusion Guest

  5. #4

    Default Re: Must be able to allow a site maintainer to edittemplate in Contribute

    Hi,

    I accomplished this by creating a separate file html page containing just the
    content for the side area. In my case, this was the navigation menu, which was
    simply an nested unordered list of links, which are style by CSS. I included
    the contents of this file into the template using PHP.

    The contribute users can open that page and edit the contents just as they
    would any other page, and the new content would immediately show up on all
    pages. There were other needs that required some massaging of the content
    before rendering, but there doesn't necessarily need to be.

    The same thing can be accomplished with any other server-side language, or
    Server-Side Includes would work as well, if you have access to that
    functionality.

    Hope that helps

    d_woods Guest

  6. #5

    Default Re: Must be able to allow a site maintainer to edittemplate in Contribute

    Wow, that is actually a great idea!

    You're a genious :)

    THANK YOU!
    purefusion Guest

  7. #6

    Default Re: Must be able to allow a site maintainer to edittemplate in Contribute

    This also works with Server Side includes. We create a template using includes
    for the header, left navigation and footer. Then provide a page for the
    Contribute user with links to those pages. This way we don't have to use PHP or
    other programming to generate the page. It also makes it easier for the
    designers/developers to update. With contribute, if files are checked out by
    other users, it can be difficult to update a template. Server Side Includes
    allows us to update one file and move it to the server.

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