Contribute Locking Regions

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

  1. #1

    Default Contribute Locking Regions

    I was wondering if there was a tag that would lock an area from the contibute
    program so it doesnt destroy the html and other web code.

    <!-- TemplateBeginEditable name="Contact Info" -->
    <!-- TemplateEndEditable -->

    Are tags I have found to work to display certain area's in a nice little box,
    but so far nothing to disable the editing of it. I need a tag or two to be able
    to lock the title region from the contribute users. Thanks.:(

    GhostGT Guest

  2. Similar Questions and Discussions

    1. Contribute 3 Repeating Regions
      I am trying to convert a site to a template driven site through dreamweaver, to make it easier for my client to update the site, and so far...
    2. Locking Editable Regions
      Hi guys, Any help would be amazing, I have a site created using dreamweaver template which has 2 editable regions, 1 for nav (Nav chanages per...
    3. Contribute 4 and Repeating Regions
      I have researched this topic but didn't find a satisfactory answer. I have created a DW template with repeating regions. In DW I am able to get...
    4. locking regions
      We have roughly 500 existing pages on out intranet and considering using Contribute to edit text, etc. All pages were originally created in...
    5. Can you hide regions in contribute?
      I have a few cfm includes on a page, a left nav, top nav, etc. I want to completely hide them when users are in Contribute to avoid all the weird...
  3. #2

    Default Re: Contribute Locking Regions

    If you have set up your site originally using Dreamweaver, you can create
    Dreamweaver templates thatthe pages in the site are based on. The templates
    allow you to create areas on the pages that can or cannot be modified by other
    users, including Contribute users.

    The tags you included are examples of a page that was created using a
    template. That area was originally editable.

    RoseyGren Guest

  4. #3

    Default Re: Contribute Locking Regions

    I know that those tags are from a dreamweaver template, and all dreamweaver
    does is gives you a gui for the code. I like code better, so I was wondering if
    anyone who has created a template has the code for me to insert into my web
    application to prevent contribute from destroying the html like only contribute
    can do.

    I have dreamweaver and I do not see the area or opition to flag it to be a
    locked region, so if you can either provide the code for the locked region or a
    guide to create a locked region that would be great, thanks again.

    GhostGT Guest

  5. #4

    Default Re: Contribute Locking Regions

    From what I can tell, pages that are created based on a template have the code
    you sent arund areas that are deemed editable on the template file itself. In
    the page created from a teplate is a piece of code that refers to the template,
    and that appears to be where the page takes its cues from concerning editable
    regions.

    <!-- InstanceBegin template="/Templates/Main.dwt"
    codeOutsideHTMLIsLocked="false" -->

    ....<rest of page, including editable regions>,,,

    <!-- InstanceEnd -->

    I prefer code as well, but in this case, in order to use DW templates
    effectively, you may have to rely on the GUI to create the actual template
    part, even if the rest of the page was hand-coded.

    RoseyGren 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