<![CDATA[ MIGX for a Link List? - My Forums]]> https://forums.modx.com/thread/?thread=78759 <![CDATA[MIGX for a Link List?]]> https://forums.modx.com/thread/78759/migx-for-a-link-list#dis-post-434027
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]]>
Tyreal2012 Aug 20, 2012, 11:27 AM https://forums.modx.com/thread/78759/migx-for-a-link-list#dis-post-434027
<![CDATA[Re: MIGX for a Link List?]]> https://forums.modx.com/thread/78759/migx-for-a-link-list#dis-post-434101
EDit: Thanks Bruno fpr your help.]]>
Tyreal2012 Aug 21, 2012, 02:07 AM https://forums.modx.com/thread/78759/migx-for-a-link-list#dis-post-434101
<![CDATA[Re: MIGX for a Link List?]]> https://forums.modx.com/thread/78759/migx-for-a-link-list#dis-post-434044 If you have defined the fields either by formtabs/columns or by MIGX-configurator this should work.]]> Bruno17 Aug 20, 2012, 01:27 PM https://forums.modx.com/thread/78759/migx-for-a-link-list#dis-post-434044