Page 1 of 1

Integrate with Membership List Plugin

PostPosted: October 3rd, 2011, 2:50 pm
by allisonreed
Hello,

I have the "Membership List Plugin" installed on my site. http://www.ternstyle.us/products/plugin ... ist-plugin

I created a custom field on s2Member called bio_desc. It is a brief bio that members add during registration. I want this field (bio_desc) to show up in the Membership List .

On the Membership List plugin, there is an option to add custom fields, but I can not get it to work with the s2Membership custom field. There are three variables to include - Database Field, Field Name and Mark Up.

When you create a custom field in s2Member, what is the Database Field? Two options show up:
wp_jr72hw_s2member_custom
wp_jr72hw_s2member_custom_fields

Field Name:
bio_desc

Mark Up:
<div class="tern_wp_members_wp_jr72hw_s2member_custom_fields">%value%</div>
or
<div class="tern_wp_members_wp_jr72hw_s2member_bio_desc">%value%</div>

I think if you can combine these two plugins it would be very helpful. It seems like a lot of users want to be able to list the members and this Membership List plugin does a nice job of this.

Thanks for your help!

Re: Integrate with Membership List Plugin

PostPosted: October 4th, 2011, 2:56 am
by Cristián Lávaque
Hi Allison.

The custom profile fields are stored as a serialized array in usermeta's 's2member_custom_fields'.

This thread may help: viewtopic.php?f=4&t=6501