Thanks for the advice... I need the client to be able to select the individual resources to display on a page in the front end. For instance, if a parent resource contains resources 1-20, they should be able to display resources 2, 3, 7, 9, 12, 14, and 17 on the front end by selecting them in a check box or multi-list TV in another static resource. Therefore, shouldn't the input be check box or multi-select listbox? Please advise.
Hmm, looks like I missed the point.
Well, good news is I have a solution for you.
I could explain in writing, but these 2 screenshot will give you input checkbox and output as a comma delimited IDs.
thanks so much. this works great to grab resources from multiple parents, but the TVs from the selected resources still aren't being outputted (the image tv of the resource, and another custom text resource). only the pagetitle value is spit out. i basically need to output the resource's pagetitle and image-tv to to the front. this is a great start though... any ideas?
i believe the problem is the snippet i'm using to spit out the content. should i use getResources to output the selected resources?
Which snippet you are using?