-
Boone Gorges replied to the topic Show id user in Screen Option admin backend in the forum Installing BuddyPress 8 years, 5 months ago
Check out this tutorial: https://rudrastyh.com/wordpress/get-user-id.html#user_id_column
-
Boone Gorges replied to the topic customize members page in the forum How-to & Troubleshooting 8 years, 5 months ago
> i created customed fields for the inner-page of the user, but they don’t show in the members list page.
The details depend on how you created these “customed fields”. If they are xprofile fields, then the simplest way is to do this:
[Read more]
$user_id = bp_get_member_user_id();
$data = xprofile_get_field_data( 'Custom Field Name', $user_id );
if ( $… -
Boone Gorges replied to the topic Put user descripton under avatar in whos online in the forum How-to & Troubleshooting 8 years, 5 months ago
Your problem is probably
bp_displayed_user_id(). This returns the ID of the user whose profile you’re currently viewing – that is,example.com/members/username.Within a
bp_has_members()loop, usebp_get_member_user_id()instead. -
Boone Gorges replied to the topic Latest version (2.9.2) breaks wishlist Membership and Revolution Slider in the forum Installing BuddyPress 8 years, 5 months ago
Can you say how the slider is “broken”? I just clicked on the link and it seems to be working OK.
You might consider opening your JS console (generally, press F12 and hit the Console tab) to see if you find any JS errors that might be triggering something to break.
-
Boone Gorges replied to the topic Change mentionname to displayname in "cover-image-header.php" in the forum How-to & Troubleshooting 8 years, 5 months ago
Cool – thanks for reporting back!
-
Boone Gorges replied to the topic Create link to logged-in member profile page? in the forum How-to & Troubleshooting 8 years, 5 months ago
I think you want something like this:
$user_id = bp_loggedin_user_id();
$user_profile_url = bp_core_get_user_domain( $user_id );
-
Boone Gorges replied to the topic Buddypress how to make two user friends by their user id via custom code in the forum How-to & Troubleshooting 8 years, 5 months ago
BP’s functions may not be completely loaded by the time functions.php is loaded, so it may not be possible to run directly in functions.php. That being said, there is very little that you should be doing directly in functions.php, aside from calls to
add_filter()oradd_action(). Similarly, your friend actions should take place inside of a…[Read more] -
halen royal's profile was updated 8 years, 5 months ago
-
Zonex Slusni aparati's profile was updated 8 years, 5 months ago
-
realitysecrets8's profile was updated 8 years, 5 months ago
-
Ankit Joshi replied to the topic Buddypress how to make two user friends by their user id via custom code in the forum How-to & Troubleshooting 8 years, 5 months ago
Yes I have checked all the functions but I am working in child theme functions.php file and buddypress friends_add_friend function is not working in this file directly. DO I need to import any file here?
So can you please let me know
-
Mendesire Secrets's profile was updated 8 years, 5 months ago
-
Boone Gorges replied to the topic Group Wizard Fails at Step 2 in the forum How-to & Troubleshooting 8 years, 5 months ago
Hi @angrywarrior – Really sorry to hear you are having troubles.
The “are you sure…” message indicates that a nonce check is failing. It makes sense that the nonce check is failing, since the nonce field is not being rendered on the second step of the wizard – from what you described, nothing is.
> next step is blank – you can only see the b…[Read more]
-
Henry Wright replied to the topic http://www.zzelzal.com/ site in arabic in the forum How-to & Troubleshooting 8 years, 5 months ago
Check out the Languages and Translations article:
-
Henry Wright replied to the topic WordPress and buddypress User in the forum How-to & Troubleshooting 8 years, 5 months ago
WordPress users are BuddyPress users. They’re stored in the
wp_userstable. -
Boone Gorges replied to the topic Groups not displaying properly in the forum How-to & Troubleshooting 8 years, 5 months ago
CSS changes must go in a CSS file; putting them into a header.php file won’t do anything, unless you use some specific syntax.
It’s possible that the style.css sheet that you are referencing is not actually being loaded, due to an improperly built child theme. You can tell by viewing the source of the page and looking for a file being loaded in a…[Read more]
-
dustin jonah's profile was updated 8 years, 5 months ago
-
stev hopper's profile was updated 8 years, 5 months ago
-
John Marshl's profile was updated 8 years, 5 months ago
-
dustin pedal's profile was updated 8 years, 5 months ago
- Load More