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

  1. #1

    Default EDIT CONTROLS

    Hello...

    I have created a website for a client in Dreamweaver.

    My client intends to edit the site using Contribute and wants two levels of
    access to information on the same page. Eg He wants to be able to access main
    text content AND the main navigation area (so he can add, delete and edit
    navigation content), but he also wants another level of access to allow other
    members of his staff to be able to add content in the main text area, but with
    denied access to the navigation.

    There is an area on the Contribute packaging that suggests I can apply edit
    controls to prevent accidental chages to specific areas of my web page, but I
    cannot work out how to do this.

    I can, of course, apply template based restrictions in Dreamweaver, but
    Contribute does not allow access to .dwt template files so this would be
    useless to my client.

    Any help greatly appreciated. Many thanks...Text

    dave@zinco Guest

  2. Similar Questions and Discussions

    1. Control.Controls bug? Control's child controls missing at the run time.
      Hello, ..NET 1.1/VB.NET: I have a custom web control Public Class DatePicker Inherits Control Implements INamingContainer
    2. Why the properties of web user controls which inherted from my custom base UI controls MISSED?
      Why the properties of web user controls which inherted from my custom base UI controls MISSED? How should I to set enable?
    3. Would like to load a datagrid already in edit mode instead of having the user click the edit button
      Now my asp.net datagrid shows an edit button and clicking it puts the datagrid in edit mode. I would like to: 1) possilby load the page already...
    4. Set the width of the edit textbox after clicking on Edit link in datagrid...
      Hi There, I have a data grid where I have a couple of columns as follows: ----------------------------------------- |id | textual...
    5. user controls: dynamiclly added child controls dont survive post back ?
      hi, i have some strange behaviour: i've created a web user control that add's some child controls (e.g: textbox, image buttons) to its control...
  3. #2

    Default Re: EDIT CONTROLS

    You could set up the navigation part in a server-side include. Then he'd have
    to bookmark the url for the include itself in order to edit it. You can use
    the same include on EVERY page in the site, then any changes to the navigation
    would show up on every page simultaneously. Navigation and branding stuff
    just naturally belong in includes for that reason.

    Just be careful - like other posts in this forum have pointed out, you need to
    make sure that you don't have any unbalanced <body> , <html>, <head>, etc tags
    in your include. Contribute won't be able to edit it if you do.

    christina.heikkila 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