-
Joel replied to the topic [Resolved] detecting if buddypress profile field has been completed? in the forum How-to & Troubleshooting 11 years, 3 months ago
Thanks for the catch. I just built the code around a working line of code and forgot to replace it in my haste. It always helps to have another set of eyes take a look! Thanks again for your through assistance.
-
Joel replied to the topic [Resolved] detecting if buddypress profile field has been completed? in the forum How-to & Troubleshooting 11 years, 3 months ago
Shane, you rock! Your suggestion worked perfectly. Below is the working code…just in case somebody else searches for this or a very similar issue. Again, thank you for explaining this and pointing me toward the relevant resources, Shane.
<?php
[Read more]
$bpProfileField = bp_get_profile_field_data( 'field=What makes me tick...&user_id=' .… -
Joel started the topic [Resolved] detecting if buddypress profile field has been completed? in the forum How-to & Troubleshooting 11 years, 3 months ago
I am attempting to try and display a buddypress profile field I call What makes me tick… using an if/else statement in the content.php file where typically the author description would be displayed.
I am successfully retrieving the field. This part works. However, what I would like to do is display alternate text if the user has not entered…[Read more]
@knu2xs
Not recently active