Download & Extend

Integrating realname with site_user_list

Project:Site User List
Version:6.x-1.1-beta2
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Hi all,

I'm interested in populating the User name field in site_user_list with the RealName field I've set in that module. Is this possible as the module exists (6.x-1.1-beta2)? If not, could you point me in the right direction with regard to where in site_user_list.module the user names get pulled? I'm glad to provide a patch if I can get it working.

As a side note, site_user_list is a fantastic module... thank you for writing it!

Comments

#1

Hi all,

I made an edit in site_user_list.module so that it uses theme('username'...) as a special case, and it works. Not sure how graceful a change that is, though...

mjp

#2

Hello,

I would love to follow suit, exactly where did you edit the theme to "username" ? Thanks in advance.

#3

anyone help ?????? just cant figure it out.......please help.

#4

Hi! I'm actually working on transitioning this to work via Views, so in the long term this wouldn't be a problem, but in the meantime you're going to want to look at the hooks defined by site_user_list. If you look at the top of the module file, you'll see some documentation. There are also some implementations at the bottom of the file to provide the profile information. You can also look at the site_user_list_roles module for more examples...

Ricky

#5

Thanks...let me get on it..........great module by the way.