-
Blair Geddes replied to the topic Edit “Go to the discussion” URL in the forum How-to & Troubleshooting 4 years, 9 months ago
Just following up on this previous query. We had dialogue with Mediapress which we use too. They’ve replied outlining the query though ultimately lies in BuddyPress settings. See below fore reference:
https://wordpress.org/support/topic/edit-go-to-the-discussion-url/#post-14570858
Is it possible to re-look at this and advise how the URL…[Read more]
-
Alex Stine replied to the topic User Meta Output On Profile in the forum Creating & Extending 9 years, 2 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… -
Derek's profile was updated 10 years, 7 months ago
-
Cassey's Designs started the topic ToolBar – Buddypress Menu … Sometimes doesn't show up in the forum How-to & Troubleshooting 12 years, 3 months ago
I am using WordPress 3.8 and Buddypress 1.9
Website : duffitness.com/customerportal — This is a private site, therefore I will post a screenshot of the problems.Problem : My client and his users are frequently not seeing the black buddy-press toolbar at the top, for instance it may appear on the home page and then they navigate to the blog and…[Read more]
-
takuya started the topic Exporting xprofile fields to CSV, etc in the forum How-to & Troubleshooting 12 years, 5 months ago
For anyone trying to export xprofile data, here’s what I found.
https://wordpress.org/plugins/export-user-data/
This plugin doesn’t seem to support multiple fields export as far as I tested while ago. Anyone else tried?https://wordpress.org/plugins/wp-users-exporter/
It’s no fully updated to the latest, not sure if it’s going to be… But this…[Read more] -
Tiago replied to the forum topic I need a PHP code IF user-level in the group How-To and Troubleshooting 13 years, 8 months ago
… and this code if is not for current logged user, is for displayed user. Thanks!!!
-
Dfa327 joined the group Requests & Feedback 15 years, 3 months ago
-
@chloeridley
Active 3 years, 5 months ago