By scottp on
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
=-=
investigate the userlist.module or you can build a view with the views.module
-.-.-.-
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!
=-=
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.
-.-.-.-
Yeah .. I know, but for now, this is the best option. Thanks!