Hi...

I'd like to have a sidebar block that lists all registered users. Basically like the default "Who's New" block but one that's not limited to listing only 10 users. I'm sure I could go in and hack this to allow more, but figured I'd see if there was a module that did this. When I search for modules like this I get lots of results, but none seem quite right. Any pointers?

Thanks!

...scott

Comments

vm’s picture

investigate the userlist.module or you can build a view with the views.module

scottp’s picture

I ended up making a minor tweak to the user.module file to add more users to the existing list. Should do the trick .. thanks!

vm’s picture

hacking core files is frowned upon as you will be left having to remember the hack you made when you update your core in the future.

scottp’s picture

Yeah .. I know, but for now, this is the best option. Thanks!