I’ve used this code on my own BuddyPress site. Works like a charm!
// Use a better image than default mystery man
function bp_custom_set_avatar_constants() {
define( 'BP_AVATAR_DEFAULT', get_stylesheet_directory_uri() . '/images/mystery-man.jpg' );
define( 'BP_AVATAR_DEFAULT_THUMB', get_stylesheet_directory_uri() . '/images/mystery-man-50.jpg' );
}
add_action( 'bp_init', 'bp_custom_set_avatar_constants', 2 );
Add this to your bp-custom.php
file, or, if you’re developing a theme, to your theme’s functions.php
file.
Related Posts:
- How to Modify/Change a Buddypress/WordPress Account Activation Process
- Integrating Buddypress, Wootumblog and WPMU Sitewide tags
- BuddyPress: Allow only one email domain to register
- Add BuddyPress Profile Menu Item [closed]
- wp_editor on front end – JavaScripts not included
- How to force buddypress users to complete profile after registration? [closed]
- how to get current user name by user_id in buddypress?
- How to override Member’s Avatars in BuddyPress [closed]
- Buddypress send email notification only if user is not logged in [closed]
- Delete all user attachments
- Login redirect to certain bp profile page
- Buddypress and WordPress on different subdomains with the same database?
- How to reply to Buddypress notifications? [closed]
- BuddyPress: How to get info of users filtered by some x-profile data? [closed]
- How to check if the current page is a “personal activity”-page in buddypress? [closed]
- Buddypress get member meta info for specific user ID [closed]
- How to get larger version of author avatar
- How to run scripts when a new blog is created in Buddypress?
- Showing the user’s username in registration email or activation page with BuddyPress [closed]
- Display four buddypress activies [closed]
- How to remove unused avatar uploads in buddypress [closed]
- Buddypress Fake (non-bot) Users [closed]
- BuddyPress | How to merge the “setting” & “profile” pages into one page? [closed]
- cubepoints/buddypress show new rank on activity? [closed]
- How to get Viewing profile ID in buddypress? [closed]
- Is it possible to have a network of BuddyPress sites, a-la WordPress MU, with single-sign-on? [closed]
- delete a photo tag in rtmedia [closed]
- Table ‘wp_signups’ doesn’t exist [closed]
- Is there a plugin or something that allows you to use BuddyPress without having to create a BuddyPress-ready theme?
- Buddypress – adding custom post to members
- BuddyPress – Get a List of Defined xProfile fields [closed]
- Can you use the buddypress profile system without installing the whole of buddypress? [closed]
- Best practices for securing a Buddypress installation?
- After Upgrade to Buddypress 1.2.6 from 1.2.5.2 , admin bar area displayed incorrectly for guest-visitors
- User-based media gallery
- Customizing the BuddyPress blog loop
- BuddyPress returning incorrect xprofile date [closed]
- Buddypress, BBPress – deqeue bp, bbp css and get group member count
- Using WordPress as an API [closed]
- How to carry over existing wp users to a new buddypress installation [closed]
- BP Profile search results won’t link to user’s profile page [closed]
- Capture Webcam Video within Buddypress (and BuddyPress Media) [closed]
- New Post Notifications for Users – BUDDYPRESS
- BuddyPress: Conditionally filter directory based on Xprofile Field [closed]
- Will multiple BuddyPress groups slow down a site? [closed]
- Showing content to specific BuddyPress Member Types
- Display count of new members registered today [closed]
- Format Buddypress Date Picker Output [closed]
- WordPress SEO plugin (by Yoast) and BuddyPress [closed]
- How to get the group_id from the “groups_join_group” action in buddypress [closed]
- Truncate latest activity in buddypress
- Conditional tags to differentiate between profiles and activity with buddypress [closed]
- How can I display a buddypress group name in the header.php so that it shows when viewing each single group? [closed]
- Fill the content of newly added Profile Tab (BuddyPress)
- Include Buddypress & bbPress styles/scripts conditionally [closed]
- Change xprofile visibility options in Buddypress [closed]
- How to get all users that uploaded avatars or have gravatars? [closed]
- Problems with redirecting a BuddyPress custom subnav item [closed]
- how to make all buddypress users status “recently active”? [closed]
- WordPress Super Admin menu not enabled
- SQL Query members by profile fields Buddypress [closed]
- Customize Activity Stream – Buddypress [closed]
- WordPress/Buddypress theme has suddenly stopped working [closed]
- I’m trying to use the Group Extension API in BuddyPress but keep getting a fatal error [closed]
- BuddyPress user bio in profile [closed]
- bbpress plug-ins and buddypress [closed]
- How to split out BuddyPress notifications drop down items to their own top level? [closed]
- BuddyPress – User Login instead of Full Name [closed]
- Displaying the errors from my BuddyPress script
- How to add a new variable to blog creation form?
- BP Profile Search with limited range
- validation email signup form buddypress
- Redirecting non-logged in users trying to view Group pages but not the Group directory
- adding xprofile for this user
- Add usermeta on Buddypress register
- How to customize BuddyPress Notification triggers?
- Limit the total space in every user
- how can i add the repeater field in buddy press user edit profile
- Upload buddy press profile picture from custom page template
- How to add “create page” option for users in buddypress like facebook?
- how to create buddypress shortcodes?
- Buddypress user registration validation not working with custom select query
- Causing my WordPress functions to execute twice
- New accounts daily at WP Multi-User site under development, Analytics reports no traffic. What gives?
- Strange issues on sign up form
- How can I place ad code after every 5 activities in BuddyPress activity loop?
- Where am I gaining 6px height retrieving buddypress avatar [closed]
- How to get custom field from BuddyPress Extended Profile
- is it possible to add_action via template.php rather than function.php for this specific buddypress hook?
- Buddypress – Custom Name For Logged In User’s Messages In Message Thread
- Missing “Registration” page with BuddyPress [closed]
- Some ways to debug code
- Adding custom HTML to each profile group tab [closed]
- Is it possible to allow BP Group Admins to Set which Menu Tab they would like to have as their Default landing page? [closed]
- Saving Custom Fields Defined in BuddyPress’ register.php
- buddypress bp_core_add_message() doesn’t fire why? [closed]
- BuddyPress – Message’s Send To auto-fill functionality not working
- Force buddypress groups to be private [closed]
- BuddyPress Activity Stream – Remove/Replace […] from blog post excerpts
- BuddyPress Xprofile Field Meta Key?