Do you want to remove buddypress admin bar from all blog except the blog on which buddypress is activated. here is a small snippet of code that you can use to remove the buddypress admin bar.Put it into bp-custom.php function remove_bpadminbar(){ global $current_site; if($current_site->blog_id!=BP_ROOT_BLOG) //if current blog is not the one on which buddypress is …
Remove Buddypress admin bar from all blog except the main buddypress site
Jotted by Brajesh Singh in Buddypress, Buddypress Free Plugins, Buddypress Tricks, Plugins on November 5, 2009Fetching and Showing only Specific fields from Buddypress XProfile data
Jotted by Brajesh Singh in Buddypress, Buddypress Tricks on October 28, 2009so you want to fetch only specific fields from buddypress profile and want to show it somewhere (may be in the sidebar or on members directory page). here is a solution, you can either fetch the profile fields by passing name or by passing the field id. let us see the code, say you have …
Changing default avatar size cropped/used by Buddypress
Jotted by Brajesh Singh in Buddypress, Buddypress Tricks on October 26, 2009Well,If you have used buddypress,buddypress allows user to upload their own image for avatar/group avatar. By default, Buddypress allows thumb size to be 50×50 (pixels) and full size to be 150px X 150 px. If you want to fetch an avatar size greater than 150px, The avatar will look distorted. The easy solution is to …
Recent Comments