page arbitrarily seems to detach from template

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

  1. #1

    Default page arbitrarily seems to detach from template

    This has happened a couple of times over the course of several weeks and
    involves only 2 pages of many. However, my client is overeacting to this in a
    big way so want to identify the problem.

    The page seems to just detach from the template for no reason. If I download
    the page and select "apply template to page" the page is fixed.

    I believe this may have followed a complete re-upload of this section of the
    website, so I'm wondering if it's some data transfer issue. Thanks

    Monica101 Guest

  2. Similar Questions and Discussions

    1. Detach Templates in a DW site
      Hi all, I am trying to detach the DW templates code out of the site files. I know how to do it one file at a time, but I have many files, and it...
    2. Detach from Template
      I am trying to detach a page from a template and find that the Detach from Template option is grayed out. The page is definitely created from a...
    3. Fill and stroke change arbitrarily
      When I set the fill and stroke for an object (such as a white rectangle with a 1 point black line), it would be nice if Illustrator would remember...
    4. Arbitrarily Complex Data Structure
      Hi. Is it possible to create a subroutine to handle an arbitrarily complex data structure (for my purposes, complex only refers to hashes and...
    5. Detach database greyed out
      I wan to detach a database but the option is greyed out when I right-click /All Tasks the database in EM. How do I detach in this situation? ...
  3. #2

    Default Re: page arbitrarily seems to detach from template

    In the head of the file that gets detached from the template have you checked
    if the reference to the Template is intact, c.q. correct?

    It should look like this:
    <!-- InstanceBegin template="/Templates/NAMETEMPLATE.HTM"
    codeOutsideHTMLIsLocked="false" -->


    grtz.
    Hayo

    ThinkInk Guest

  4. #3

    Default Re: page arbitrarily seems to detach from template

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

    This is the reference to the template. The pages attached to the template are
    php pages -- is the template file name the problem?

    Monica101 Guest

  5. #4

    Default Re: page arbitrarily seems to detach from template

    If the name of the reference displays the name of your Template correctly I
    don't think that the problem is in the reference. I never used an underscore in
    a Template name, but I can't imagine that that would cause the trouble, because
    all your other files work well you said. I asked you to check the reference to
    check if the filename corresponds to the name of the Template and if the
    reference-code is still intact.

    Next step to try is to create a new page from the template and place the
    content of the old page that's getting detached in the new page.

    1. Make sure you back-up the old page
    2. Delete the old page
    3. Create a new page from your Template
    4. Give the file a new name if possible (if you have to adjust to many links
    you could first try to use the old filename, but using a new name prevents
    Contribute/Dreamweaver administration files from causing trouble)
    5. Copy the content of the old page into the new page

    This way you are sure that you have a proper working file linked to the
    template and you won't have to look for other hidden problems..

    grtz.
    Hayo

    ThinkInk 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