Cannot link in editable region

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

  1. #1

    Default Cannot link in editable region

    I have several different templates that all have an editable region called
    "content". If my writers or publishers try to make a link to another website,
    it works as normal the first link. The second time, on the same page, they get
    an error message that says "You cannot perform this action in this region of
    the page." If they open another page or save and close that page, then come
    back to it, they are able to make another link. But again, the second time
    they get the error message. This is really becoming an annoying issue. We are
    using both PC & Mac. I've done all my upgrades and it is still doing it.
    Anybody else ever run into this issue or better yet, anybody got a solution??

    Mystie Rail Guest

  2. Similar Questions and Discussions

    1. Can't Add a Link in an Editable Region
      I am currently trying to edit the pages of a website for a client. When I click on Edit Page, I can add/delete/change text on the page but when I...
    2. Editable region became uneditable
      This is weird! While my clients were working on the site in Contribute, some of the pages lost the ability to edit one of the editable regions. ...
    3. 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.
    4. editable region end tag stripped away
      When my Contribute 3 publishers edit a template-based webpage then publish it, the editable region <end tag> is stripped. As a result, the editable...
    5. Editable region no longer editable
      Brad, what did you determine on this question--I am having the exact same problem too--when i try to edit a nested template editable region, it tells...
  3. #2

    Default Re: Cannot link in editable region

    Do you have Dreamweaver? I recommend putting the page (or template) inside of
    Dreamweaver and click on Modify -> Template -> Check Template Syntax.

    If everything checks out okay then post the page's code here or post a URL so
    we can view. Also, is there some sort of noticable pattern to this behavior?
    Does it happen every time, or only on occasion?

    mzanime.com Guest

  4. #3

    Default Re: Cannot link in editable region

    I'm having the same problem. There is a link on my website that I cannot edit
    or delete. I get a message that says "You cannot perform this action in this
    region of the page." I do not have Dreamweaver. Is there another way to get rid
    of this link?

    [url]www.madisonlighting.net[/url]
    unwanted link - click here for complete details - at bottom of page

    greywood Guest

  5. #4

    Default Re: Cannot link in editable region

    Greywood,

    I took a look at your file and I am not seeing the code for a template. I
    would expect to see:

    <!-- InstanceBegin template="/Templates/blog.dwt"
    codeOutsideHTMLIsLocked="false" -->

    at the begining of the code. So to me it look like youre files have not been
    created properly to function as a template based page.


    jnosal3 Guest

  6. #5

    Default Re: Cannot link in editable region

    I'm having the very same issue, my templates have

    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin
    template="/Templates/main.dwt.asp" codeOutsideHTMLIsLocked="false" -->

    Any idesa would be appriciated.

    ShiverSol Guest

  7. #6

    Default Re: Cannot link in editable region

    I'm having the very same issue, my templates have

    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin
    template="/Templates/main.dwt.asp" codeOutsideHTMLIsLocked="false" -->

    Any idesa would be appriciated.

    ShiverSol Guest

  8. #7

    Default Re: Cannot link in editable region

    I'm so CHEESED at this problem with creating links in Contribute 3.
    I SOLVED it though.
    Inside your editable regions, you need to place a <p></p> for people to edit
    in. If there's no Paragraph tags you can't put a link in. Don't ask me why.

    As to why people can't replicate the error, here's the complicating factor:
    You cannot use <br> tags in the paragraphs. As soon as you do, it creates the
    problem.
    I've got Contribute set to use "single line breaks: ie Word", but I think if
    you set a general paragraph style to margin-top: 0; margin-bottom: 0; you'll be
    able to avoid the really annoying breaks that paragraph tags add.

    RotInPCs Guest

  9. #8

    Default Re: Cannot link in editable region

    Even after pursuing many of the your leads, I do not understand the cause or
    causes of this symptom in my own case; however a colleague of mine found a
    workaround that may be of use:

    If we have a link in any of the editable areas of a template (say a dummy
    link) we can copy the link, then edit the text and link target!

    PS For what it is worth, my vote is that this is a bug or bugs, and an error
    message that is misleading at best.

    JohnQU Guest

  10. #9

    Default Re: Cannot link in editable region

    Yes, we use the same work-around with copy/paste then editing the properties of
    the copied links. My templates are all created in Dreamweaver and the editable
    regions are well defined. I do have combinations of <p> and <br> tags, but
    that doesn't seem to be the issue. I agree with JohnQU that this is a bug. It
    occurs consistently for all users and there doesn't seem to be a clear
    correlate to the CPS administration settings or role settings. Adobe: please
    fix this!

    redbarron Guest

  11. #10

    Default Re: Cannot link in editable region

    Does anyone have any further suggestions on this? I've verified and validated
    my code in botht he HTML file and the template six ways from Sunday, built in
    HomeSite, checked in Dreamweaver, and every time it tells me the Template
    syntax is properly formed. I've placed <p> and </p> tags in, to no effect.
    I've run out of ideas.

    Specific example:

    HTML page [url]http://www.smu.ca/athletics/varsity/basketball-w/welcome.html[/url]
    Template file [url]http://www.smu.ca/athletics/Templates/varsity-wb-welcome.dwt[/url]

    cjstora Guest

  12. #11

    Default Re: Cannot link in editable region

    Does anyone have any further suggestions on this? I've verified and validated
    my code in botht he HTML file and the template six ways from Sunday, built in
    HomeSite, checked in Dreamweaver, and every time it tells me the Template
    syntax is properly formed. I've placed <p> and </p> tags in, to no effect.
    I've run out of ideas.

    Specific example:

    HTML page [url]http://www.smu.ca/athletics/varsity/basketball-w/welcome.html[/url]
    Template file [url]http://www.smu.ca/athletics/Templates/varsity-wb-welcome.dwt[/url]

    cjstora Guest

  13. #12

    Default Re: Cannot link in editable region

    I searched through Google and Yahoo for this error message and couldn't find an
    answer to this error message problem when trying to add a new hyperlink. I
    found the answer in my case. I checked to see if any of the includes were
    checked out from within Dreamweaver. And sure enough my includes were checked
    out. As soon as I checked them in, the error went away. I think Contribute
    opens the main page beacuse it's checked in. However if any of the includes
    are checked out instead of checked in, it confused Contribute. Ever try and
    edit a page in Contribute that is checked out by Dreamweaver? It won't let
    you. So naturally it's confused by part of the page being checked in and
    another part being checked out.

    I didn't find any mention of this on any of the discussion threads, so I
    thought I should try and spread the word.

    Hope this helps.

    Dan
    [email]coldfusion.developer@att.net[/email]

    OnDemand Junkie 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