- This topic has 3 replies, 2 voices, and was last updated 8 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › eMember – also show "expired user" on user list table
hi guys,
i’d like to show also “expired users” on the users list table.
I see that in this code I can change the status to show: active or axpired… but Can I show both this 2 status?
Like this… but doesn’t work..
[emember_extended_summary_list fields=”first_name,last_name,alias,company_name” status=”active,expired”]
thank you
Can you simply have 2 separate lists displayed; first for “active” and then for “expired” accounts? Over time, the list containing the expired accounts will grow significantly larger than the list of active accounts; making it frustratingly difficult for you to find just the active accounts, if they were contained in just one list.
no problem because I have only a specific set of users that I manage and insert in the system, so I can set if active or expire using the wp emember manager, but I wanto to display all users “active+expired” because I want that who navigate the website can’t see this difference but can scroll the entire list.
hope the problem is clear.
thank you
Have you tried not including the “status” attribute, to see if the shortcode returns everything?
If you want to show all the users (regardless of their account status) then why are you including the status attribute in the shortcode?