Template allowing edits outside editable areas

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

  1. #1

    Default Template allowing edits outside editable areas

    I posted this first to the Contribute forum, but maybe someone here can help me
    -- refer to
    [url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=290&thre[/url]
    adid=1060393

    The problem: Using Dreamweaver 7-created Template, users when editing pages in
    Contribute 3.1 are able to somehow add letters in non-editable regions.
    Specifically, they are able to add single letters in the <HEAD> section, and
    this is something they can't see until after they publish the page.

    The letters always appear in the same place, at the top of the page. After
    this happens, the corrupted HTML code looks like this (see the letter "b" in
    attached code).

    I the template here: [url]ftp://support:support@ftp.devpike.com/web/[/url]

    The users need to be able to edit the Title and Keywords tags.



    <style type="text/css">
    <!--
    .style25 {font-size: 11px}
    -->
    </style>


    b


    <style type="text/css">
    <!--
    .style36 {color: #99FF33}
    -->
    </style>

    aliencosmo Guest

  2. Similar Questions and Discussions

    1. Contribute Locking out editable areas
      I am having a very strange problem that I am hoping someone can help me with. I have a site set up with a Dreamweaver template in which the main...
    2. Template Editable Regions
      I have a problem with a template in dreamweaver 8 which when I apply it to a page and insert into that editable region the flash .swf file it does...
    3. Editable areas and templates with DW
      I work for a company that every site that we build is based on templates. Our designers create the template and add content; the developers add...
    4. Specify editable region w/out template
      Is it possible to set up an editable region on an existing html page without using templates? Thanks John B.
    5. Template Affected by Editable Region
      I have an editable region covering 70% of the bottom right side of my template. Running down the left side I have a "Latest News" cell on the...
  3. #2

    Default Re: Template allowing edits outside editable areas

    There is an editable region (unnecessary?) in the header:
    <!-- InstanceBeginEditable name="head" -->
    <META name="keywords" content="">
    <META name="description" content="THE NIBBLE(tm), 'Great Finds For
    Foodies(tm),' is a website and e-zine reporting on the best gourmet foods,
    tabletop and related products. This article reviews [name of product].
    Opt-in e-zine delivers a weekly top food pick.">
    <META NAME="robots" CONTENT="index,follow">
    <META name="copyright" content="Copyright 2004-2005 Lifestyle Direct, Inc.
    All rights reserved.">
    <!-- InstanceEndEditable -->

    If someone adds text outside the meta tags it will show up at the top of the
    page. Temove this editable region and you will be fine.

    /Lars

    "aliencosmo" <webforumsuser@macromedia.com> skrev i meddelandet
    news:din6qm$b1r$1@forums.macromedia.com...
    >I posted this first to the Contribute forum, but maybe someone here can
    >help me
    > -- refer to
    > [url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=290&thre[/url]
    > adid=1060393
    >
    > The problem: Using Dreamweaver 7-created Template, users when editing
    > pages in
    > Contribute 3.1 are able to somehow add letters in non-editable regions.
    > Specifically, they are able to add single letters in the <HEAD> section,
    > and
    > this is something they can't see until after they publish the page.
    >
    > The letters always appear in the same place, at the top of the page. After
    > this happens, the corrupted HTML code looks like this (see the letter "b"
    > in
    > attached code).
    >
    > I the template here: [url]ftp://support:support@ftp.devpike.com/web/[/url]
    >
    > The users need to be able to edit the Title and Keywords tags.
    >
    >
    >
    > <style type="text/css">
    > <!--
    > .style25 {font-size: 11px}
    > -->
    > </style>
    >
    >
    > b
    >
    >
    > <style type="text/css">
    > <!--
    > .style36 {color: #99FF33}
    > -->
    > </style>
    >

    Lars Forslin Guest

  4. #3

    Default Re: Template allowing edits outside editable areas

    The users need to be able to edit the Title and Keywords tags.

    They are using Contribute, and if I remove the editable regions in the HEAD
    that are applied to Title and Keywords, Contribute will not allow users to edit
    them.

    aliencosmo Guest

  5. #4

    Default Re: Template allowing edits outside editable areas

    Yes, but you have two editable regions in the head. The one I pasted you can
    remove. It only deals with meta tags.
    /Lars

    "aliencosmo" <webforumsuser@macromedia.com> skrev i meddelandet
    news:diodni$466$1@forums.macromedia.com...
    > The users need to be able to edit the Title and Keywords tags.
    >
    > They are using Contribute, and if I remove the editable regions in the
    > HEAD
    > that are applied to Title and Keywords, Contribute will not allow users to
    > edit
    > them.
    >

    Lars Forslin Guest

  6. #5

    Default Re: Template allowing edits outside editable areas

    Thank you for your attention to this. If I remove the editable region that
    surrounds the meta-keywords, Contribute users will be locked out from editing
    keywords and descriptions for their pages -- this was one requirement we have.

    I think I may have come across a solution on my own, though. I am testing a
    template where I have made use of template parameters, like this (see code
    attached) -- I think it will have the effect of locking out Contribute users
    from the <head> area of the template, and perhaps will eliminate the stray
    letters. I am not sure the users will be happy to have to change the way they
    do things, though -- in Contribute, the fields provided are much smaller so its
    hard to see what you are typing when you edit one of the template parameters.

    aliencosmo Guest

  7. #6

    Default Re: Template allowing edits outside editable areas

    Okay, I can understand the need to edit title tag, but meta? Why not add a
    description appropriate for the entire site? Google does the rest on the
    text itself. Keywords are obsolete nowadays. No search engine uses them
    anymore.
    /Lars

    "aliencosmo" <webforumsuser@macromedia.com> skrev i meddelandet
    news:dipc00$i3j$1@forums.macromedia.com...
    > Thank you for your attention to this. If I remove the editable region that
    > surrounds the meta-keywords, Contribute users will be locked out from
    > editing
    > keywords and descriptions for their pages -- this was one requirement we
    > have.
    >
    > I think I may have come across a solution on my own, though. I am testing
    > a
    > template where I have made use of template parameters, like this (see code
    > attached) -- I think it will have the effect of locking out Contribute
    > users
    > from the <head> area of the template, and perhaps will eliminate the stray
    > letters. I am not sure the users will be happy to have to change the way
    > they
    > do things, though -- in Contribute, the fields provided are much smaller
    > so its
    > hard to see what you are typing when you edit one of the template
    > parameters.
    >

    Lars Forslin 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