Edit Template Itself in Contribute

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

  1. #1

    Default Edit Template Itself in Contribute

    I know the client can edit the editable regions of pages based on a template.
    BUT can they also edit the template itself? I have setup a sidebar in the
    template which is locked because it has to be replicated on all the site's
    pages based on the template. But the content of the sidebar needs to change
    frequently, so I want the client to be able to go into the template page itself
    and make the changes to the sidebar and then publish it and UPDATE all the
    pages based on the template. Can they do that in Contribute?

    jetmaster Guest

  2. Similar Questions and Discussions

    1. Unable to Edit Template Properties
      I have created an optional editable area in a DW template for a submenu. It functions properly in DW when I create a new page and go to...
    2. Edit Document Template
      I used to have an extension that worked great. It was designed by "Shimmerphase Development" the extension was named "update document template" or...
    3. Edit template grid
      I have the following code for grid, however I can bind the data in itemtemplate when it comes to bind the data in edittemplate I have some problem:...
    4. Edit on Template Column
      I have a datagrid with a Edit, Update, Cancel column. I clicked the "Convert this column into a Template Column" so I can mimic the below example...
    5. DW freezes upon trying to edit template
      Hello, I am at my wits end, having been stuck on a development project that's very important to me for a long time, and would sincerely...
  3. #2

    Default Re: Edit Template Itself in Contribute

    On Dec 8, 11:18 am, "jetmaster" <webforumsu...@macromedia.com> wrote:
    > I know the client can edit the editable regions of pages based on a template.
    > BUT can they also edit the template itself? I have setup a sidebar in the
    > template which is locked because it has to be replicated on all the site's
    > pages based on the template. But the content of the sidebar needs to change
    > frequently, so I want the client to be able to go into the template page itself
    > and make the changes to the sidebar and then publish it and UPDATE all the
    > pages based on the template. Can they do that in Contribute?
    What you're trying to do seems contrary to the basic approach of
    Contribute. Remember, in order for the users to edit a page, they have
    to be able to navigate to the page with their browser (or contribute).
    With that in mind, here's an approach:

    Put the side bar all by itself in a separate html page. Obviously
    most, if not all, of this page are "editable". Thus, the user can edit
    the side bar. Now, use PHP to create the sidebar in every "actual"
    page by reading the sidebar.html file and plucking out the areas that
    you want. Your actual pages will still have the sidebar in a non-
    editable region (since that area is created by PHP). Seems fairly
    straight-forward to me.

    Bob on Whidbey Guest

  4. #3

    Default Re: Edit Template Itself in Contribute

    In Contribute, the customer can play in the Editable region. You can use Dreamweaver to do the same.
    Dominic Michael Guest

  5. #4

    Default Re: Edit Template Itself in Contribute

    I'm not sure what you mean. Can you elaborate a little, please.
    jetmaster Guest

  6. #5

    Default Re: Edit Template Itself in Contribute

    ------->I know the client can edit the editable regions of pages based on a template. BUT can they also edit the template itself?

    In Contribute you can't edit the Templates.

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