-
dconrad replied to the topic Members loop not able to get profile data? in the forum Creating & Extending 11 years, 4 months ago
Using BP 1.7.2 and WP 3.5.1.
No modified core files. This is in my plugin.
-
dconrad started the topic Members loop not able to get profile data? in the forum Creating & Extending 11 years, 4 months ago
I’m having a tough time trying to get member profile fields. I believe any of the following should work, but the only info I can get from these is from bp_member_name(); Any idea what I’m doing wrong here?
while ( bp_group_members() ) {
[Read more]
bp_group_the_member();
//$role = bp_get_member_profile_data( 'field=Role' );
//$role =…
@dconrad
Not recently active