Hi,

I've been trying to create a block on my front page to show who are the active users on my site.

I'm using the views module to create a view in a list format to display the first 10 nodes. The filter is only node: author name and the sort criteria is node: created time (DESC)

This idea was taken from http://drupal.org/node/270011

But the problem is after I created it, although it does display the users who've posted the latest content to the website, if a user has posted more than 1 content in a single session, eg. 5 pages, their name will appear in the list 5 times.

In such a scenario, is it possible to show only 1 instance of the user's name in the list instead? I know its got something to with the DISTINCT keyword but I dunno how to specify it or modify my view to do that

Any help would be greatly appreciated.

regards,
Jamie