Repeating Tables!!!! GOOD ON YOU MACROMEDIA

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

  1. #1

    Default Re: Repeating Tables!!!! GOOD ON YOU MACROMEDIA

    I have been struggling with this problem too. The last post here seems to be
    over a year ago so maybe this is fixed, anyone know?

    A couple of extra points:

    1. I can upload a page with a repeating table to one domain and see the
    problem as described here (no response to adding rows etc.) BUT upload the SAME
    page to another domain and it works. Both domains are hosted on the same
    server as far as I know.

    2. I have tried both Contribute 2 and Contribute 3 and the problem is there
    with both. Help, please.

    QuietChap Guest

  2. Similar Questions and Discussions

    1. Xcart no good, support no good, need good shopping cart!!!
      I need a good quality php shopping cart to port to my site, allowing software downloads and book sales. Integrating ease is really important and...
  3. #2

    Default Re: Repeating Tables!!!! GOOD ON YOU MACROMEDIA

    You gotta upload your Templates-files as well.

    Upload all files in the Templates-folder
    TheLifeform Guest

  4. #3

    Default Re: Repeating Tables!!!! GOOD ON YOU MACROMEDIA

    gheffron,

    I think I got the same error as you ('Unable to set template properties") when
    using CT3. I worked out it was because my Dreamweaver site setup did not match
    my Contribute site setup, so currently have placed a copy of my templates where
    Contribute thinks they are until I work out how to get Contribute to find them
    propoerly...

    I am on a shared server environment so it works kinda funny...

    My templates are located here:

    /dcs/Templates/ (absolute address from the web root)

    (I can't put them directly under the root as I share the box with other users,
    so don't want to mix up our files. I only have read access at that level, I
    cannot create new folders.)

    My Dreamweaver site is set to map to the root of that site, eg.

    D:/ (My actual files are in D:/dcs/)

    This is important because all my absolute links need to put the /dcs/ at the
    beginning to make sure they work right on the server. This helps DW maintain my
    links if I move files around.

    When I configured CT3, I could not set up a connection to the root because I
    do not have write access to that folder so needed to set it to /dcs/ (eg.
    [url]http://intranet/dcs/[/url])

    Because of this, when Contribute reads my DW templated files it sees this line
    of code:
    <!-- InstanceBegin template="/dcs/Templates/intranet.dwt" -->
    and so looks for the templates in:

    /dcs/dcs/Templates

    Note the double 'dcs'. Anyway, as I said, I've put a copy of my templates in
    that location and now it works... it is just that now I need to remember to
    update that file should we update our master template. Maybe I could somehow
    make the copied template a nested template of the master...? Anyway, different
    prob {:-)

    malkau 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