Tips and Tricks HQ Support Portal › Forums › WP eMember › Manage Members – Add Expiration Date to Membership List
Tagged: Expiration, member list, public listing
- This topic has 9 replies, 7 voices, and was last updated 12 years, 4 months ago by johnw1965.
-
AuthorPosts
-
April 26, 2011 at 3:28 am #3253lyricalbizMember
I would love to add this to the wish list for updates regarding “Manage Members” on dashboard:
– Add ability to sort by member name
– Add ability to sort by expiration of subscription (add a field for that?)
– Add ability to show a member list (short-code) on a protected page that would have this information (great for Board Members, Membership committees)
Thank you!!
April 26, 2011 at 5:29 am #31717amin007Participant– You can sort members by name (and a few other options) in the manage members menu of the plugin.
– Go to the “Members -> Member Lists” menu of the plugin. Then use the “Display Soon to Expire Member List” option to generate a list of soon to expire member accounts.
– The following extension will allow you to list all your members profile on a page that is visible on the front-end of your site:
https://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-profile-display-extended-addon-599
June 24, 2011 at 6:50 am #31718fuji_manMemberI needed ability to sort by membership type, active / non-active.. and also the ability to show only member started after specific date.
I was trying to do some custom coding.. but I can’t figure it out. I am just trying to edit the data pulling line..
I am stuck after the following part in eMember_members_menu.php Anyone could point me to the right direction? BTW should the second last line be paramss, or params, (Seems out of format).
if(params)
paramss = { action: “emember_user_list_ajax”,event: “emember_user_list_ajax”,start:i*itms_per_pg,limit:itms_per_pg,u:params.u, e:params.e,o:params.o};
else
paramss = { action: “emember_user_list_ajax”,event: “emember_user_list_ajax”,start:i*itms_per_pg,limit:itms_per_pg};
var maxIndex = Math.min((i+1)*itms_per_pg, count);
var target_url = ‘<?php bloginfo(‘wpurl’); ?>’;
jQuery.get(target_url + “/wp-admin/admin-ajax.php”,
paramss,
function(data){
June 24, 2011 at 11:43 pm #31719fuji_manMemberNevermind on the question.. I did found out the answer to my question… now just have to program it.
For anyone who wanted to do custom coding, you needed to edit function wp_emem_user_list_ajax() in emember_ajax.php
July 26, 2011 at 6:53 am #31720ramonaParticipant1) I do not want to show the members’ email address on that public list (or optional yes if the member agree to this). Is there a way?
2) It should be possible for members to decide whether they want to be listed or not. Maybe this could be a feature for later emember versions?
3) A profile photo would be nice in the listing, what do you think about it?
July 26, 2011 at 7:03 am #31721ramonaParticipantA added a custom field “Homepage URL”. Could this field be listed in the public list insted of the email address? The custom field is not required so that every user can decide if he wants contact or not by filling out the field or not.
June 24, 2012 at 8:34 am #31722johnw1965Member“I needed ability to sort by membership type, active / non-active.. and also the ability to show only member started after specific date.”
I’d like to add my vote to this too.
Is there any chance of including these basic filtering functions (active/inactive and filter by date range) on the Manage Members page sometime soon?
We are finding it very tedious to keep our membership database up to date and accurate without the ability to use standard database filtering tools such as quickly view, for example, all active members or results between date ranges.
June 25, 2012 at 6:46 am #31723nurMemberWe are in the process of adding some filtering criteria in manage members page of eMember.
June 28, 2012 at 3:16 am #31724adminKeymasterWe have added an option to filter members list by account state and membership level in the manage members menu.
June 28, 2012 at 8:27 pm #31725johnw1965Member“We have added an option to filter members list by account state and membership level in the manage members menu.”
That’s great. Thank you! Very much appreciated.
Can we also get a paginated record count added to the top of the table?
e.g. Displaying records 1 to 50 of 500 total
-
AuthorPosts
- You must be logged in to reply to this topic.