I just wanted to double check. Can you or CANT you change the default fields under
/member/memberlist/
?
Moved to CodeShare Corner by Moderator
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
August 11, 2010 5:04pm
Subscribe [4]#1 / Aug 11, 2010 5:04pm
I just wanted to double check. Can you or CANT you change the default fields under
/member/memberlist/
?
Moved to CodeShare Corner by Moderator
#2 / Aug 11, 2010 5:13pm
Yes, by editing the member templates.
#3 / Aug 11, 2010 5:15pm
Whoa! I was told earlier that it was impossible.
Please tell me how, this is very important. Can I add custom profile fields to the memberlist view?
Please explain how or instructions or step-by-step.
THANKS!
#4 / Aug 11, 2010 8:52pm
How, instruction, step-by-step?
Specifically custom profile fields into these.
#5 / Aug 11, 2010 11:52pm
Saroshv, this would be a CodeShare Corner question.. moving for additional community support.
#6 / Aug 12, 2010 12:21am
Someone told me that this was impossible. If it is possible, please tell me how.
#7 / Aug 12, 2010 4:29pm
Bump. I would really like to see how I can do this.
#8 / Aug 12, 2010 4:53pm
As I’ve said, you would have to edit the member profile templates to achieve that.
#9 / Aug 12, 2010 4:58pm
Alright, but how?
For example, I created a custom profile field called ‘Cell Phone’
I tried updating the rows with {cell-phone} but all that shows up is {cell-phone}, not what users imput.
#10 / Aug 12, 2010 5:53pm
Hi, Saroshv - unfortunately in EE 1.x, the custom profile fields are not available to the Memberlist template.
There are a great solution for creating a custom member list in our wiki:
http://expressionengine.com/wiki/Custom_Member_List/
You may also be able to use the User Module from Solspace.com to achieve this.
#11 / Aug 12, 2010 6:17pm
Ok, I am thinking about using the Custom Member List from the Wiki, should I make a new thread about it because I have a question about “You can do this by using the query module and this code:”
What exactly does this mean? What do I do with that code, and how can I customize it? It does not say on that page.
#12 / Aug 12, 2010 6:27pm
Ok, this is a simple questions… Where is the query module located?
I have to run this code?
================
select exp_members.member_id, exp_members.username, exp_members.screen_name,
exp_member_data.m_field_id_2 as city
from exp_members, exp_member_data
where exp_members.member_id = exp_member_data.member_id
and exp_member_data.m_field_id_2 > ‘’ order by exp_members.member_id asc
===============
correct?
#13 / Aug 12, 2010 6:36pm
Actually, for the Wiki Entry,
Would this act in the same way as the member list?
For example, when you click on a member’s name, you will view their expanded profile?
Also, will it look the same as the regular member list, with a login, view profile, edit profile, etc options?
- Thanks?
(also look at my previous post, thanks!)
#14 / Aug 12, 2010 7:08pm
Hi, Saroshv - if you link their names to their profiles, then it will work that way. It’s up to you to build.
Here are the docs on the query module.
#15 / Aug 25, 2011 3:13pm
Hi, Saroshv - unfortunately in EE 1.x, the custom profile fields are not available to the Memberlist template.
How about in EE2?