We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 30912
    • 463 Posts
    So, I havent used IGX yet, but I can see its usefulness.

    In the pipeline are a few websites that need to have user generated lists that are Resources specific. Now I could jsut list the Child resources under the parent using getresources but that seems counter productive in the long run.

    would MIGX work for this kid of situation?

    I was thinking of having a few fields, e.g

    Title
    Link URL
    Image

    And a layout template of (its rough btw)

    tpl name: moo

    <li><a href="[[+LinkURL]]">[[+title]]<a/></br>
    <img src="[[+image]]"></li>


    but Im not sure how I'd go about it from there other than

    
    <ul>
      [[!getImageList? 
        &tvname=`myMIGXtv`
        &tpl=`moo`]]
    </ul>
    
    


    Am i on the right lines?

    Thanks
      • 4172
      • 5,888 Posts
      this looks good.
      If you have defined the fields either by formtabs/columns or by MIGX-configurator this should work.
        -------------------------------

        you can buy me a beer, if you like MIGX

        http://webcmsolutions.de/migx.html

        Thanks!
        • 30912
        • 463 Posts
        Thanks, I'll try it later today, just wanted to make sure my understanding was right before i got myself ina muddle

        EDit: Thanks Bruno fpr your help. [ed. note: Tyreal2012 last edited this post 11 years, 7 months ago.]