By memberr on
Hello everyone,
i'm trying to find a way to edit the user admin panel.
When listing registered users , here are the details we have with the defaul theme (Garland) :
Username - Status - Roles - Member for - Last access
i'd like to add a column fetching information from a field users fill in when signing up. Is that possible ?
thanks
Comments
Profile module?
I think you're asking about the profile module (core module, not activated by default). It allows you to create fields which users fill out on sign up or by editing their profile. The values for these fields are listed on the user page.
---
edit - ignore the above - after re-reading your original I can see you're refering to the admin/user/user page... I think?
Yes that's right. The
Yes that's right.
The profile module is activated since the launching of the website (several months ago) and i added a few 'custom' fields that the new users fill out when signing-up.
Now what i'm looking for is a way to display the information of some of these 'custom' fields in the htpp://url.com?q=admin/user/user page. Along with :
thank you
>>georgetao : i'm sorry, didn't understand the meaning of you reply :s
please ..
Hi,
Can PLEASE someone help me out with this ?
i've been digging in the user.module / user.page.inc but i came up with nothing :s
if i had to do that, I'd use
if i had to do that, I'd use views to create the user list I want and then just have it at the URL of your choice...admin/users/custom-listing, for example. Then you can use CCK fields and list them in the view....job's a good'un! :-)