Using Contribute without Dreamweaver Templates

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

  1. #1

    Default Using Contribute without Dreamweaver Templates

    I have a newly created website that utilizes ASP includes and table less
    design. My clients just love Contribute and would still like to use it. Is it
    possible to still use Contribute with this design? Obviously, when the page is
    opened the includes are visible and editable. Is it possible to add a tag to
    the page that will lock Contribute but not effect the include tags? I?ve
    inserted the standard DW Template tags, but the server side includes interfere
    with them. Thoughts?

    Thanks,
    Daryl


    RoughDodge Guest

  2. Similar Questions and Discussions

    1. testing dreamweaver templates in contribute
      I have a client that wants me to set up a template for sending mass HTML e-mail that they can edit in contribute. I have set up the page and...
    2. Linking in contribute templates made by dreamweaver
      I am creating templates in Dreamweaver 8 for people using Contribute 3. When I am testing the templates I am unable to add more than one link at a...
    3. Non-Dreamweaver templates for Contribute
      Are there any guidelines anywhere for creating the equivalent of Contribute editable/non-editable templates for sections of HTML pages which were...
    4. Dreamweaver Templates, Contribute and .NET Custom'Page's
      Hi all, I don't know if what I'm about to describe is at all possible, but it is the ideal solution to user collaboration issues we will soon be...
    5. Contribute 3 templates other than Dreamweaver
      Does Contribute 3 allow the usage of templates not created in Dreamweaver, Frontpage for example?
  3. #2

    Default Re: Using Contribute without Dreamweaver Templates

    I'm in a somewhat similar situation. I am not using ASP includes, but I am
    using server side includes. I created Dreamweaver templates that open up the
    page for Contribute - but the editable part of the templates for Contribute is
    not within the includes.

    I am also using CSS for design - no tables. Unfortunately Contribute doesn't
    always understand page layout with CSS. If you are using floats for page layout
    Contribute may not properly reflect the look of the page. Only by viewing in
    a browser will you see the true look of the page.

    I can only add markup consisting of <div>s by saving them in Dreamweaver as
    library items. Then Contribute can see them as Shared Assets.

    Good luck
    Gail

    Gailg Guest

  4. #3

    Default Re: Using Contribute without Dreamweaver Templates

    I'm doing something similar on my pages, except with PHP. Here is what I've
    done:

    On my server, I made a separate port for publishing. In Apache (but you can do
    this in IIS) I made a group and then gave that group permissions to edit on the
    port. I put whatever users I want into that group (these are the same users
    that are made in Contribute).

    On that port I turned on WebDav and told it to render all pages as plain text,
    so my PHP code will get spit out instead of rendered on the port, hence the
    passwording it so no one can see my code.

    Then, in Contribute, I turned on the "protect scripts" so that no one can
    delete the scripts. Right now, in my new CSS layout (still working on it today)
    I've put all my header, side nav and footer code into dynamic loads, so all the
    editors see in Contribute is a little code shield, a blank area and another
    code shield. Anything they want to do goes between the two shields and
    everything works without a problem, no need for template code or anything.

    As for new pages, I constructed template pages that sit on the server, using
    the same setup with some filler text where they need to edit. Every page also
    has a hard link to my textstyles.css, so where they don't see all of the
    formatting from my main.css file, they can at least see what the text will look
    like and apply styles (they are limited to the styles that I defined).

    This might have been a bit rambling, so if you have any questions about it,
    please let me know.

    Fractalice Guest

  5. #4

    Default Re: Using Contribute without Dreamweaver Templates

    That's way too much work to do with what by now any application purporting to manage modern web sites should do: display HTML/XHTML as per the W3C guidelines.
    dcolburn 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