Nested Repeat Regions

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default 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 times
    depending on how meny recorlds are in the child table. eg

    Name 1 Surname 1
    Name 2 Surname 2
    Name 3 Surname 3
    Name 1 Surname 1
    Name 2 Surname 2
    Name 3 Surname 3
    Name 4 Surname 4
    Name 5 Surname 5

    ANY Ideas?!

    hello10 Guest

  2. Similar Questions and Discussions

    1. 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...
    2. Libraries, Templates, Nested Templates, Repeat Regions,
      Hi I have eight categories to display in my site navigation. Each category has at least one (some have two) levels of subcategories. For example...
    3. 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...
    4. 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...
    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: Nested Repeat Regions

    Four your outer loop have you tried using "Select Distinct" in you sql
    statement. Doing this will bring each individual name up only once, ie
    Smith, then you can sub loop through all the records that contain the name
    Smith.

    HTH

    Grant

    "hello10" <webforumsuser@macromedia.com> wrote in message
    news:cvvf9e$iij$1@forums.macromedia.com...
    >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
    > times
    > depending on how meny recorlds are in the child table. eg
    >
    > Name 1 Surname 1
    > Name 2 Surname 2
    > Name 3 Surname 3
    > Name 1 Surname 1
    > Name 2 Surname 2
    > Name 3 Surname 3
    > Name 4 Surname 4
    > Name 5 Surname 5
    >
    > ANY Ideas?!
    >

    Grant Berkeley Guest

  4. #3

    Default Nested Repeat Regions

    I've got a problem with nested templates in my site. I don't think it's an
    error or bug as such, just a really strange limitation, that I hope there is a
    work around for.

    I've setup a menubar with a repeating table region in a template. Then I laid
    out the content (editable) regions in a nested template. The system works
    really well in dreamweaver, if you want to add a menu item, you do so to the
    parent template, and then it filters through out the site.

    The problem is that when I try to edit the pages as a client with contribute
    (even as an administrator) it will not allow access to edit a .dwt file, even
    if it has editable regions in it. This means I can't use contribute to add an
    item to the menubar, because I need to be able to edit the nested template. I'm
    sure it's possible, because a .dwt is just an .htm file with a different hat on.

    There must be some way of doing this. As soon as I read about the template
    system I immediately thought this would be one of it's strengths, and would be
    very surprised if the contribute user were limited to making changes on every
    individual page.

    PS. I'm sure someone will suggest that I just move the repeating region into
    the nested template. I could do this, but the whole point is that with one
    change I want it to will filter down through the whole site. I thought maybe
    SSI might be the answer, but would that just confuse contribute even more?

    SmellyPete Guest

  5. #4

    Default Re: Nested Repeat Regions

    SmellyPete wrote:
    > I've got a problem with nested templates in my site. I don't think it's an
    > error or bug as such, just a really strange limitation, that I hope there is a
    > work around for.
    >
    > I've setup a menubar with a repeating table region in a template. Then I laid
    > out the content (editable) regions in a nested template. The system works
    > really well in dreamweaver, if you want to add a menu item, you do so to the
    > parent template, and then it filters through out the site.
    >
    > The problem is that when I try to edit the pages as a client with contribute
    > (even as an administrator) it will not allow access to edit a .dwt file, even
    > if it has editable regions in it. This means I can't use contribute to add an
    > item to the menubar, because I need to be able to edit the nested template. I'm
    > sure it's possible, because a .dwt is just an .htm file with a different hat on.
    >
    > There must be some way of doing this. As soon as I read about the template
    > system I immediately thought this would be one of it's strengths, and would be
    > very surprised if the contribute user were limited to making changes on every
    > individual page.
    >
    > PS. I'm sure someone will suggest that I just move the repeating region into
    > the nested template. I could do this, but the whole point is that with one
    > change I want it to will filter down through the whole site. I thought maybe
    > SSI might be the answer, but would that just confuse contribute even more?
    >
    It seems to me the whole point of using Contribute is to keep users from
    changing basic site configurations such as the menu. Use Dreamweaver or
    one of the simple HTML editors around.
    Art Shotwell Guest

  6. #5

    Default Re: Nested Repeat Regions

    :disgust; Thanks... that doesn't really help and is actually wrong, because you
    can change menus and links, otherwise you wouldn't be able to add pages.

    The issue here is more that I presumed you can add pages in contribute in such
    a way that if you add a new submenu item, you don't need to add that
    individually on every page the submenu occurs.

    SmellyPete 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