Repeat regions not working in Contribute

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

  1. #1

    Default Repeat regions not working in Contribute

    I've got a problem with repeat regions inside templated pages. When in
    contribute, I can't seem to add a new repeat region by clicking on the plus (+)
    button, although it works fine in dreamweaver. It isn't a permissions issue as
    far as I can tell, since all roles have the ability to see and edit all
    documents, but I can't figure out what else could be going on here. Any ideas?

    PDogg81 Guest

  2. Similar Questions and Discussions

    1. Nested Repeat Regions
      I am using the MX Looper for my Nested Repeated Region, which works well but, where I have data in the child table, the master table is show multpl...
    2. css and repeat regions
      Can anyone offer advice/link on how I can change text formatting and background color using inline css and PHP? Currently I'm using a repeat...
    3. REPEAT regions with LIMIT
      hi, i am working with the Dreamweaver Repeat region. I want to pull 100 record from a query and then view them 10 at the time (10 per page). the...
    4. Multiple repeat regions on same page from different DB?How
      I need to use two repeat regions on same page. Problem is, the data is being pulled from different databases? I uunderstand the tables have to be...
    5. URL parameter and repeat regions
      has anyone got an idea why when i do a URL parameter to return records containing a certain word from a record and go to a detail page it works fine...
  3. #2

    Default Re: Repeat regions not working in Contribute

    Can you post an url to the page, and/or the sourcecode?
    ThinkInk Guest

  4. #3

    Default Re: Repeat regions not working in Contribute

    I also got this problem on different random templates. W3C validated xhtml and
    css. Templates created in Dreamweaver and edited on v2 (large institution is
    slow upgrading :( ) Ended up upgrading the user and site admin to v3. But it is
    not obvious why the repeat region would not work in v2.
    (Unfortunately v3 is causing its own set of problems with admin, connections
    and random roll backs of pages on our servers!!, so I am upgrading to CS3 now -
    fun and games)

    ecamero Guest

  5. #4

    Default Re: Repeat regions not working in Contribute

    I think it's just a problem with Contribute's handling of PHP. There was a
    small chunk of PHP code in a library item that had to be removed. I was trying
    to save the value of a server variable into a local variable, but had to end up
    putting the exact same call in an inclue file instead. I just put the include
    statement inside the library item so it showed up site-wide. The include
    statement didn't do anything screwing during 'edit mode' in Contribute, so that
    was the workaround.

    PDogg81 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