-
Mike Witt replied to the topic loading time Buddypress functions/plugin in the forum How-to & Troubleshooting 2 years, 1 month ago
Hi @meestergijs,
I don’t know the answer to your question, but I am curious about how you’re getting metrics on how long your plugins take to load. I would love to have that kind of information for my website. Is there some particular tool that you’re using to do this?
Regards,
Mike
-
Alex Stine replied to the topic User Meta Output On Profile in the forum Creating & Extending 7 years, 10 months ago
Hello
Thanks, I seemed to misread the codex. I did not realize the word “the” was not included. Here’s the code that did it for me in the end.
$member_id = bp_displayed_user_id();
[Read more]
$x = ( get_user_meta( $member_id, 'staff', true ) == '' ) ? "Staff" : get_user_meta( $member_id, 'staff', true );
echo '<div class="staff-label">';
echo… -
Aron Jay joined the group How-To and Troubleshooting 14 years, 1 month ago
-
foralien joined the group BuddyPress Media 14 years, 3 months ago
-
Windhamdavid joined the group buddypress.org Ninjas 14 years, 4 months ago
-
kaneesha joined the group BuddyPress Gifts 14 years, 5 months ago
@mattbarlow
Active 2 years ago