Locking Editable Regions

Ask a Question related to Macromedia Contribute Connection Administrtion, Design and Development.

  1. #1

    Default 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 page - nav links are
    images which highlight when on the current page) and the other region is for
    page content.

    When I connect to the site using Contribute both the nav and main content
    regions are editable. Is there a way I can keep these editable outside of
    Contribute so I can update the template if needed but when the person who is
    updating the site content via Contribute the nav region is locked and therefore
    can't be edited.

    I've searched high and wide for several days for an answer to this and any
    advice would be much appreciated

    Thanks

    Lee

    monkeyleeuk Guest

  2. Similar Questions and Discussions

    1. Editable Regions
      Hello, I have designed a website using dreamweaver. I chose some editable regions that I want my customer to update weekly on his own. When I...
    2. Editable/NotEditable Regions
      Can I just have one section of a page editable but not other in Contribute? This is not a template situation. I have a user who just needs to change...
    3. 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...
    4. 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. <!--...
    5. Editable Regions and Locked Regions
      Using Dreamweaver, I setup two area's on my webpage as editable regions so that my marketing department can update the page. When they open the...
  3. #2

    Default Re: Locking Editable Regions

    As far as I know, if you make an area an editable region via Dreamweaver, there is no way to lock it down in Contribute. Sorry!
    Lainie_S Guest

  4. #3

    Default Re: Locking Editable Regions

    You could put your nav in a SSI (Server Side Include).
    Like this for PHP:
    <?php include("nav.php"); ?>

    Admin Contribute so that scripts are protected and you can even place the
    include in an editable region, but in theis case you can also replace the
    editable region with the include code.

    ThinkInk Guest

  5. #4

    Default Re: Locking Editable Regions

    Other option would be to create more templates where the navigation is
    non-editable to Contribute users but you can edit in DW.

    For example rather than making naivgation editable and building all your pages
    for one template, create a template file for each navigation used. i.e. if you
    have common navigation for all your 'contact us' pages, have one template that
    makes navigation standard for those pages.

    SJimba 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