Page 1 of 1

Listing Your Members on a Page

PostPosted: November 22nd, 2010, 4:23 pm
by scottidesign
Is there anyway to list all of your members on a page with a few / all of their custom fields that are added during registration.

For example there are 4 companies registered: they would be listed with their company name, phone #, fax #, email, etc. (all custom fields entered during registration)

I've tried a wordpress plugin: http://wordpress.org/extend/plugins/members-list/

It gives you 'wp_s2member_custom_fields' as an array and just outputs 'Array'

Any one have any experience with this or know of a better way to do it?

Re: Listing Your Members on a Page

PostPosted: November 22nd, 2010, 7:34 pm
by SantiAzpi
I suggest you might try using exec_php plugin and then work that array on php, starting by print_r...

Re: Listing Your Members on a Page

PostPosted: November 24th, 2010, 11:51 am
by scottidesign
exec_php will not work within the plugin's code.

I think it only works within text widgets, posts, and pages.

Re: Listing Your Members on a Page

PostPosted: November 24th, 2010, 9:21 pm
by nitaonline
Try Anna-marie Redpath's AmR-Users plugin; set up a query and output the resulting list to a page.