Tips and Tricks HQ Support Portal › Forums › WP eMember › eMember – Public Profile Listing
Tagged: custom field list, member profile listing, profile listing, public profile active, shortcodes
- This topic has 49 replies, 15 voices, and was last updated 10 years, 11 months ago by dallas.
-
AuthorPosts
-
June 17, 2012 at 3:00 am #44558nurMember
we’ll release an update to the addon. that should fix #1
for #2, we haven’t planned anything just yet.
July 13, 2012 at 2:16 am #44559johnw1965MemberAny updates forthcoming for this addon so we can list only active, subscribed members on the Public Profile pages?
July 13, 2012 at 7:22 am #44560adminKeymasterYes, the addon has been updated to list only active / inactive / expired etc. members. It can also list all members from a particular membership level.
Here are some examples of how you can extend the shortcode do that:
Example 1: Add
status="active"
in the summary shortcode to list all active members only.[emember_extended_summary_list fields="user_name,first_name,last_name" status="active"]
Example 2: Add
levels="2"
in the summary shortcode to list all members from membership level 2:[emember_extended_summary_list fields="user_name,first_name,last_name" levels="2"]
Example 3: Add both status and levels parameter to get a combined filter effect. The following will list all members who belong to membership level 2 and has active account:
[emember_extended_summary_list fields="user_name,first_name,last_name" status="active" levels="2"]
Let me know if that helps.
July 13, 2012 at 10:29 pm #44561johnw1965MemberThat’s truly excellent. Thank you. Works well.
See
[http://www.australianvoiceassociation.com.au/find-a-voice-professional/?orderby=last_name&order=asc]
I still need the ability to display active members on a state by state basis.
e.g.
unique URL to all active members from NSW
unique URL to all active members from VIC
and so on
Anything I can tweak in the PHP files or shortcodes to achieve that?
July 17, 2012 at 9:47 pm #44562johnw1965Member(My previous post seems to have got lost in the crowd.)
I still need the ability to display active members on a state by state basis.
e.g.
unique URL to all active members from NSW
unique URL to all active members from VIC
and so on
Anything I can tweak in the PHP files or shortcodes to achieve that?
July 18, 2012 at 7:41 am #44563adminKeymasterLet me think about this a little and see if I can come up with a solution.
July 18, 2012 at 11:09 am #44564johnw1965MemberThank you for your willingness to attempt a solution. Very much appreciated.
July 19, 2012 at 2:33 am #44565nurMemberHi,
we have added advanced filtering capability. lets see if that works for u.
July 19, 2012 at 3:33 am #44566johnw1965MemberThanks.
Which update was the advanced filtering capability added to?
I just requested the latest update and, from the link provided, I got 8.0.8 again which does not have any advanced filtering that I could see.
July 19, 2012 at 6:00 am #44567adminKeymasterThe change was made in the profile extended addon. Please download a new copy of that addon (v1.0.3). This will allow you to use the following shortcode to list users from a particular state:
Example Shortcode Usage
[emember_extended_summary_list fields="user_name,first_name,last_name" status="active" levels="2" filter="address_state='NSW'"]
July 31, 2012 at 5:34 pm #44568dorfMemberThe extended list works great except that it will not show the members’ “Profile Image”. The shortcode I’m using is from the shortcode generator, [emember_extended_summary_list levels=”2″ status=”active” fields=”show_profile_image,first_name,address_city,phone,email,Years_Experience,Age”]
In addition to “show_profile_image” I also tried “profile_image”, “image_url”, “image”
it can be seen on this page [http://thechildcareagency.com/join-now]
Thanks!!
August 1, 2012 at 5:09 am #44569adminKeymasterI will give you an update after investigating and fixing the profile image issue.
August 4, 2012 at 6:08 am #44570adminKeymasterOkay we have updated the profile extended addon that should fix the thumbnail issue. Please get a new build of the profile extended addon from here and check it out:
https://support.tipsandtricks-hq.com/forums/download-addons.php
August 4, 2012 at 10:53 pm #44571lanbauMemberHi,
Is there any option to increase the size of the profile picture? and also adjust the column sizes by editing the shortcodes?
Thanks
August 4, 2012 at 11:21 pm #44572PeterMemberCosmetic changes such as those you are referring to can usually be done via CSS. Use FireBug to determine which CSS elements and parameters you will need to adjust and then apply the code to the eMember_custom_style.css file.
Please see this for more info regarding how to use firebug to make CSS changes:
-
AuthorPosts
- You must be logged in to reply to this topic.