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

  1. #1

    Default User editing of SSI

    I am deploying Contribute CS3 for a small charity's website. The member of
    staff who will update the website is sensible but not web-savvy.

    I want the staff member to be able to add new items into a menu structure -
    but this will not be a frequent change.

    My first thought was to set up the Menu as a template-based htm file, and to
    pull it into each page using a Server Side Include (SSI). This works fine,
    apart from the fact that Contribute offers the illusion that it will allow
    edits to the included Menu text from any of the pages that have the SSI. In
    fact, when the page is Published, the included page is left unchanged - so
    technically, this achieves what I want. But it doesn't seem very professional
    to be installing a solution that behaves in such a misleading manner. I hate
    training people to ignore what they are told on the screen.

    Ideally, I want to be able to set a template-based page so that it is editable
    in Contribute if opened directly, but not when it forms part of a page as an
    SSI. I've searched and failed to find anything - does this facility exist?

    The only alternative I have come up with is to name the included htm file with
    a non-htm extension (eg "includedText.abc") and then to specify in Contribute
    that "abc" files are to be edited using an alternative editor (eg nvu) . Just
    about viable but hardly elegant!

    Has anyone a better way?

    John Geddes Guest

  2. Similar Questions and Discussions

    1. Can't Edit Due To Other User Editing...But not open
      My client is having issues trying to update content on his site. It's stating that I'm still editing the page, even though I have my computer shut...
    2. User editing of INCLUDED files
      Using Contribute 3.1. Many of our pages use include files (SSI's) for common text. E.g., one whole section of pages requires the same legal...
    3. Publisher users can't access pages because "user is editing it" - but they aren't! wtf?
      Man, if it isn't one thing, it's another.... I've got DW8.0.2 and the Studio 8 suite. I've created a site in DW and have enabled Contribute...
    4. Longtime user, now getting the "You can't edit this pagenow because you are already editing it" message.
      I've successfully used Contribute with several sites and several web hosts. I mention web hosts because the this seems to be the only significant...
    5. Longtime user, now getting the dreaded "You can't editthis page now because you are already editing it" message. Help!
      I've successfully used Contribute with several sites and several web hosts. The site I'm having an issue with was built specifically for...
  3. #2

    Default Re: User editing of SSI

    Hi John,

    If you can stomach using a .NET server, you might try using Webstruxure's
    siteNav ([url]http://www.webstruxure.co.nz/sitenav/demo/[/url]). It will give you your
    ideal scenario, with very easy editing in Contribute, especially if the menu
    items are templated as repeating editable regions.

    One charity site that's using siteNav in this fashion is
    [url]http://www.aspire.org.uk/default.aspx[/url].

    aaronjstewart Guest

  4. #3

    Default Re: User editing of SSI

    You could also consider creating a CSS style list (ul and li) and save it as a
    SSI (f.i. menu.inc.php).
    Provide your user with a bookmark in Contribute to this list-menu, so he/she
    can browse to that page in Contribute and edit the list.
    Best to put the include menu in the root, because of the way Contribute
    handles hyperlinks.
    I don't know if this is professional enough to you, but my clients never seem
    to be bothered, becauce Contribute overall is such a simple to use updating
    application in comparison to other programs.

    ThinkInk Guest

  5. #4

    Default Re: User editing of SSI

    I use php includes, only problem, the relative path rewritten by Contribute.
    So you can provide site map containing all your includes and a link on each
    menu item so users can browse them and edit them.

    richsky Guest

  6. #5

    Default Re: User editing of SSI

    John, I have handeled this using ThinkInk's method above, though not in the
    root directory, my includes are "virtual" not "file" type. I am using it for
    SSI's that are side bar new and highlight elements the school needs to edit. I
    have not given them the ssi for the nav, but if I trusted them I think it would
    work fine.
    I am however unable to get the templates to be visible within Contribute 4,
    but I will post that separate...

    [aps] 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