By portait on
Does anybody know how to display the latest uploaded user profile images on a block?
It would be also good to know how to show the user avatars of anybody who is online. :)
Any code snippets for drupal 6.2 are appreciated.
See screenshot for example: http://i26.tinypic.com/n682dj.jpg
http://www.iwanttospeak.net
Comments
Consider the views module
Hi portait,
You can consider using the views module. It can help you pull out the relevant information in your website and display it anywhere you want on your site.
You can even control the specific pages and areas that you want your information to appear in.
http://drupal.org/project/views
thanks
Hi Blueeeeie, thanks for helping out. I thought that I'll wait until a stable version of views for drupal 6.x is released.