Why does contribute re-write link paths?

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

  1. #1

    Default Why does contribute re-write link paths?

    Most of the links in my Dreamweaver site are root-relative. Contribute is
    re-writing these into document-relative links. Many links are in the nav bar
    which is controlled by a Library item. Inconsistent link paths makes it
    difficult to do global find/replace with any confidence. I had hoped I could
    control this by creating templates with editable regions, but that doesn't seem
    to help.

    Some of my .asp files live in a virtual directory elsewhere on the server.
    There I prefer to use document-relative links and Contribute is re-writing them
    as absolute links. This breaks the pages so I have to fix them every time
    someone edits a page. It's counter-productive.

    If nobody is editing these links directly, Contribute should just leave them
    alone. I don't understand why Contribute feels it is necessary to rewrite
    code. If re-writing is unavoidable, then administrators should be allowed to
    set preferences for it.

    Is Adobe addressing this issue?

    joan-i Guest

  2. Similar Questions and Discussions

    1. Contribute is re-writing the paths to my files!
      I'm training a client to update their site using Contribute and keep getting error messages caused by the software re-writing the path to certain...
    2. absolute link paths
      Hi all, I'm using Contribute with Dreamweaver templates. On my template pages, I have an editable region containing navigation, all links are...
    3. Contribute 3 rewrites PHP include relative paths!
      I'm having the same problem, essentially. The DWT file has a path to an include, and in Dreamweaver when you create a new file from the Template, it...
    4. How can you specify full paths for images in Contribute?
      On the "Image Properties" dialog, the "Image file" field does not seem to accept a full path (http://www.etc...). Contribute seems to only allow...
    5. How can I set absolute paths for images in Contribute 2?
      How can I set absolute paths for images in Contribute 2?
  3. #2

    Default Re: Why does contribute re-write link paths?

    Are you following this scenario
    1. Create a template (dwt) in Dreamweaver CS3
    2. Insert a Library item (lib) in the template and upload it to the server.
    3. Launch Contribute CS3 and create a page using same template
    4. Click "Send for Review" to send it to a reviewer.
    5. Reviewer publish the page.
    Then the path is changed or Without sending for review on editing the page
    Contribute changes relative path to absolute path for library items?

    Dominic Michael Guest

  4. #3

    Default Re: Why does contribute re-write link paths?

    Yep. I followed the procedure you outlined and it still changed the links. It
    changed all links beginning with "/xxx" to "../xxx" in the supposedly
    non-editable regions of the document. This occurred for both new pages from
    template and editing an existing page.

    I found a workaround, though. When I open the document in Dreamweaver and
    select Modify > Templates > Apply Template to Page, it changes all the template
    code back to the original.

    I guess that'll work as long as I remember to do it.
    *j

    joan-i 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