Hi all, I am using Articles 4.2.6 and am wondering if there was a way to filter the Article List to show those posts only from a specific author? I have created individual user pages through a DNN skin and passing the user's display name, first name and last name through query string parameters, and would love to show just that user's articles. I believe this could be pulled off through the Custom Select filter, but for the life of me I cannot figure out how to get this done. I looked at the Articles_GetArticles procedure but don't really know how I could pull a query string variable into this custom select statement to filter. In other words, if I could have the Custom Select pull all articles as they do now, just filtered by author = query string variable "name" that would do it. Seems simple enough... Any ideas? Thanks! Kevin |