Anyone would know how to make a list in module w/ pagination? An example would be comments on article. The main content on the page is the article w/ a module below that pulls all comments related to that article. I'd imagine with many comments the page will be so annoyingly long that pagination would be really helpful.
Another useful example would be this: Let's say I'm viewing someone's profile, which includes a module with all of his/her articles. Again, if that user/member has written lots of articles, the list may be endless.
Simply setting the pagination parameters in the List/Search does not cut it as it gets ignored (e.g. I set it to "2" and it still displays all items/results).
thank you for any insights, P