-
Slava Abakumov wrote a new post on the site BuddyPress.org 9 years, 3 months ago
BuddyPress 2.8.0 “San Matteo” is now available for download from the WordPress.org plugin repository, or right from your WordPress Dashboard. “San Matteo” focuses on various improvement for developers, site […]

-
Slava Abakumov updated the Prelaunch Checklist page, on the BuddyPress Codex 9 years, 3 months ago
Releasing BuddyPress to the world is a big deal, and takes quite a few manual steps to ensure safe & comfortable updates & upgrades are had by all. Below are the steps release leads go through with each & every […]
-
Eokulmebs's profile was updated 9 years, 3 months ago
-
Alicia started the topic Instagrams with Emojis Breaking when Embedded in the forum How-to & Troubleshooting 9 years, 3 months ago
I just thought I’d share a problem I spent hours hunting down. With BuddyPress active when I would embed an instagram with an emoji title/description in a post the embed was broken. This only affected instagrams w/ emojis in the text.
Removing this filter fixed it for me –
remove_filter( 'the_content', 'bp_activity_at_name_filter', 10, 2 )… -
Marcos Faria's profile was updated 9 years, 3 months ago
-
Slava Abakumov replied to the topic buddypress activity stream restructuring the gravatar position in the forum Ideas 9 years, 3 months ago
-
Stephen Edgar updated the Template Tag Reference page, on the BuddyPress Codex 9 years, 3 months ago
This page is currently undergoing review and updating. References marked with ? have been reviewed for current accuracy.
General Template Tags
bp_get_loggedin_user_nav()Uses the $bp->bp_nav global to render […] -
Hugo Ashmore replied to the topic Hidden Groups and Forums not showing for members of them in the forum How-to & Troubleshooting 9 years, 3 months ago
Apparently ticketed:
https://buddypress.trac.wordpress.org/ticket/7443We’ll consider a possible solution or ‘hack’ 🙁 to avoid the issue.
-
Henry Wright replied to the topic Echo slug of custom nav component in the forum Creating & Extending 9 years, 3 months ago
Using the
buddypress()function avoids the need to declare a global. Try to avoid globals in your code if you can. -
Mac started the topic How to post code to user wall using SyntaxHighlighter Evolved in the forum Third Party Plugins 9 years, 3 months ago
I’m using a vanilla build of the WordPress Theme 2017, BuddyPress, and SyntaxHighlighter Evolved.
I’ve searched the forums and have found a few postings about SyntaxHighlighter Evolved, but the last I saw was 2014.
Currently, I’m trying to allow users to be able to post code from their wall in a format that is similiar to SyntaxHighlighter…[Read more]
-
Henry Wright replied to the topic Echo slug of custom nav component in the forum Creating & Extending 9 years, 3 months ago
I’m not aware of a function. Anyone else here know of one?
You should be able to avoid the global by doing this:
echo buddypress()->bp_nav['foo']['link']; -
Henry Wright replied to the topic Echo slug of custom nav component in the forum Creating & Extending 9 years, 3 months ago
Try
buddypress()->foo->slugwherefoois the name of your item. If this doesn’t work then “foo” may need to be a component. -
Bunty commented on the post, BuddyPress 2.8.0 Release Candidate 1, on the site BuddyPress.org 9 years, 3 months ago
excited for this release
-
kenchoku's profile was updated 9 years, 3 months ago
-
Slava Abakumov replied to the topic BuddyPress error with Styling in the forum How-to & Troubleshooting 9 years, 3 months ago
Also, don’t forget to check the theme – switch to any default, like 2017, 2016, 2015 etc.
-
Slava Abakumov replied to the topic BuddyPress error with Styling in the forum How-to & Troubleshooting 9 years, 3 months ago
First thing to try in this case – disable plugins one by one and check whether it affects the uploading.
Thus you will nail plugin that generates this issue. -
Psynema started the topic BuddyPress error with Styling in the forum How-to & Troubleshooting 9 years, 3 months ago
Hello I have VideoZoom and the lastest versions of WP/BP and whenever a user logs into their profile page and uploads an avatar (not the banner image) the page displayed is UNSTYLED – ie menus as plain text and when uploading the avatar, it doesn’t display the picture/crop and the picture upload always is a few pixels when it should display the…[Read more]
-
@mercime updated the Component API page, on the BuddyPress Codex 9 years, 3 months ago
This page is under review and shouldn’t be published until revised – ~hnla
This page documents the Component API (Application Programming Interface) available to BuddyPress plugin developers, and how to use […]
-
Slava Abakumov updated the BP_ENABLE_MULTIBLOG page, on the BuddyPress Codex 9 years, 3 months ago
This page is incomplete or needs checking and verifying or updating.
BP_ENABLE_MULTIBLOG is a BuddyPress constant that, when defined as true, allows your BuddyPress content to be displayed on any site in […]
-
@mercime updated the Installation page, on the BuddyPress Codex 9 years, 3 months ago
Before installing BuddyPress, please make sure that you’ve checked the minimum server requirements and WordPress version compatibility.
Automated InstallationDownload and install WordPress.
Head to your […] - Load More