Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › Extended profile addon: Can it display last name before the first name?
Tagged: member directory, membership directory, profile, sort
- This topic has 15 replies, 2 voices, and was last updated 11 years ago by barnumdee.
-
AuthorPosts
-
October 29, 2013 at 12:37 am #9913barnumdeeMember
Is it possible to have the membership list provided by this addon: http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-profile-display-extended-addon-599
Show the last name before the first name?
October 29, 2013 at 10:06 pm #58508adminKeymasterYeah you can do that just by altering the order in the shortcode.
So for example, instead of using the following:
[emember_extended_summary_list fields="user_name,first_name,last_name"]
Use the following:
[emember_extended_summary_list fields="user_name,last_name,first_name"]
October 31, 2013 at 12:19 am #58509barnumdeeMemberAh, terrific. I really should have been able to figure that out though. If I could ask one more question: Is it possible to stop the extended member directory from being paginated? My client isn’t very web savvy and would like to just have his full list available on one long page.
Thanks in advance.
October 31, 2013 at 3:53 am #58510barnumdeeMemberAdditional question (if I need to start a new thread please let me know):
On the ‘Edit Profile’ page is it possible to remove the option to change their password there? My users are getting confused and entering their password into both boxes thinking they need to do it to update their profile instead of realizing that it’s to change the password. Even being able to edit it so it says ‘Password (Only enter if you want to change your password)’ would be helpful.
November 1, 2013 at 12:09 am #58511adminKeymasterWe will try to add an option for the pagination control in the profile extended addon.
You can edit the “Edit Profile” page in your WordPress editor then add a message above the edit profile shortcode that explains that the member doesn’t have to enter a password (if the password is not being changed). Try it and let me know how that goes for you.
November 1, 2013 at 12:20 am #58512barnumdeeMemberThank you, that’d be great.
It works to add that though I’m not sure I trust the users to actually read that information before going forward and editing their profiles (I’ve informed them already and yet they’ve done it regardless). Is there a specific PHP file that I can edit to just remove those blocks? Or if I could just apply a class to those two table rows then I could hide them via CSS.
Thanks for the help!
November 2, 2013 at 12:10 am #58513adminKeymasterYeah using CSS to hide those rows would be ideal. Currently we don’t have any CSS classes to those rows though. I think it will be a good improvement to add CSS classes to each of those rows so I will do that.
November 2, 2013 at 5:03 pm #58514barnumdeeMemberThanks very much. If I can get an update when that’s happened that would be terrific.
November 4, 2013 at 2:23 am #58515adminKeymasterI have sent you an update via email. I have added css classes to the password table rows in the edit profile form.
November 12, 2013 at 4:43 pm #58516barnumdeeMemberThank you for the update. It works for exactly what I need. Is there any information on whether it will be possible to make the membership directory one long page instead of paginated?
November 12, 2013 at 10:54 pm #58517adminKeymasterYeah we have added an option for that in the profile extended addon. Download a new copy of the emember profile extended addon and then in the esttings of this addon, you will be able to specify the pagination value (how many entries to show per page). Make that a big number to show all the entries in one page.
November 13, 2013 at 5:21 pm #58518barnumdeeMemberI downloaded the updated profile extended addon and deleted my old copy and uploaded this new one. I have the option to up the pagination level but it hasn’t actually changed anything. I changed it be 1000 (we only have 46 members) but my directory is still paginated. I’m not sure if this is helpful or not but when I click save at the top it says ‘Detailed Profile Page URL Value Saved!’ but nothing about saving the pagination value.
Thanks for the help.
November 14, 2013 at 1:03 am #58519adminKeymasterThwere was a bug in that new pagination feature. Please download another copy of the profile extended addon now and try it out.
November 14, 2013 at 1:28 am #58520barnumdeeMemberI just downloaded it again and did the same procedure: deactive, delete, install the extended profile plugin again and it’s still doing the same thing. Is there something I need to add to the shortcode or anything like that to get it fully functioning?
November 14, 2013 at 5:42 am #58521adminKeymasterI uploaded the wrong file… Sorry about that. Please download now.
-
AuthorPosts
- You must be logged in to reply to this topic.