-
Kokiri replied to the topic Display Avatar Changes in Activity Feed in the forum How-to & Troubleshooting 1 year, 3 months ago
Unfortunately that code didn’t work for a code snippet.
-
Upen Singh replied to the topic Activity shortcode on homepage in the forum How-to & Troubleshooting 1 year, 3 months ago
Hi @lanceelliott72
Try this plugin
https://wbcomdesigns.com/downloads/shortcodes-for-buddypress/ -
Varun Dubey replied to the topic Custom Development in the forum Creating & Extending 1 year, 3 months ago
First, ensure that BuddyPress is loaded and initialized before your plugin tries to call its functions. Since BuddyPress hooks its initialization to WordPress
bp_init
action, which typically fires on wp or init at a priority of 10, you should ensure your hook runs after this or directly onbp_init
with a lower priority (higher number).You can…[Read more]
-
5 pięknych sposobów łączenia spódnic maxi: od mody ulicznej po imprezę's profile was updated 1 year, 3 months ago
-
Varun Dubey replied to the topic Custom Development in the forum Creating & Extending 1 year, 3 months ago
Ensure the BuddyPress plugin is active and add custom code in child theme functions.php or a custom plugin or using the code snippet plugin. xprofile_get_field_data is a valid function https://hooks.wbcomdesigns.com/reference/functions/xprofile_get_field_data/
-
flyradar's profile was updated 1 year, 3 months ago
-
linebet's profile was updated 1 year, 3 months ago
-
PlatR's profile was updated 1 year, 3 months ago
-
goodcharlottemerch's profile was updated 1 year, 3 months ago
-
frankieromerch's profile was updated 1 year, 3 months ago
-
FINN Interior Design & Construction's profile was updated 1 year, 3 months ago
-
Abhishek Saini replied to the topic Hide own profile in the forum How-to & Troubleshooting 1 year, 3 months ago
If you want to hide currunt loggedin user from member directory you can easily use this code snippet.
`function buddyx_exclude_users( $args ) {
if ( is_admin() && ! defined( ‘DOING_AJAX’ ) ) {
return $args;
}$excluded = isset( $args[‘exclude’] ) ? $args[‘exclude’] : array();
if ( ! is_array( $excluded ) ) {…[Read more]
-
Mohammad Imran replied to the topic Display portion of user bio in membership directory in the forum How-to & Troubleshooting 1 year, 3 months ago
@stephunique with the help of this code snippet, you can display the user bio on member directory.
/**
* User Bio on member directory.
*
* @return void
*/
function display_user_bio_on_member_directory() {
if ( ! bp_is_members_directory() ) {
return;
}
global $members_template;
$member_id = $members_template->member->id;
$bio =…[Read more] -
godsmackmerch's profile was updated 1 year, 3 months ago
-
Mohammad Imran replied to the topic Fatal error in the forum Installing BuddyPress 1 year, 3 months ago
@serranospc Please paste the error log that are help which type of issue you are facing and it is also help how to replicate the issue.
-
Varun Dubey replied to the topic Custom Development in the forum Creating & Extending 1 year, 3 months ago
@mattdotnet BuddyPress does not save profile field values inside the user meta
you can fetch them using the following approach and sync them with your requirement$field_name_gender = 'Gender'; // Replace with your actual xProfile field name
$field_name_location = 'Location'; // Replace with your actual xProfile field name// Get…[Read more]
-
Varun Dubey replied to the topic No way of banning users? in the forum How-to & Troubleshooting 1 year, 3 months ago
-
darnellrhodes's profile was updated 1 year, 3 months ago
-
Security Camera Specialist's profile was updated 1 year, 3 months ago
-
Kế Toán Vũng Tàu M.I.T GROUP's profile was updated 1 year, 3 months ago
- Load More