Forum Replies Created
-
In reply to: bp_profile_field_data( ‘field= … doesn’t work
And I also tried switching Phone Number with Telephone # in the function and still does not work.
In reply to: bp_profile_field_data( ‘field= … doesn’t workIt is Telephone #.
Ooh for some reason my code didnt show up.<?php echo 'phone: ‘; ?>
In reply to: bp_profile_field_data( ‘field= … doesn’t work@valuser Thanks for the reply. But it still does not work.
Someone said to try this, but it does not work for me. Any reason to why do you know?<?php echo 'phone: ‘; ?>
Thanks
In reply to: bp_profile_field_data( ‘field= … doesn’t workCan one of the moderators help out please.
In reply to: bp_profile_field_data( ‘field= … doesn’t workCan anyone give me some insight into getting phonenumber to display using bp_profile_field_data() within member-loop.php
It does not work for me.
In reply to: bp_profile_field_data( ‘field= … doesn’t workBump
Can anyone give me any insight on this?
In reply to: bp_profile_field_data( ‘field= … doesn’t workHi I am trying to display members telephone#s in the members directory using bp_profile_data_field and I was able to get the email but I was not able to get the telephone number for some reason.
I used bp_member_profile_data(‘field=31’); which I made under user profile fields.
But it still did not work. For the email I used the same exact syntax bp_member_profile_data(‘field=30’) and it worked for me.But the phone number I am having trouble with.
Any advise on how to do this would be helpful.Running the latest version of WP/BP