-
@mercime updated the Activity Streams page, on the BuddyPress Codex 9 years, 10 months ago
Activity streams aggregate all of your activities across a BuddyPress installation.
Enabled BuddyPress components make use of the activity stream component, which means any sort of activity can be recorded. […]

-
Board Results Date 2017's profile was updated 9 years, 10 months ago
-
Henry Wright replied to the topic App in the forum Showcase 9 years, 10 months ago
I haven’t used it myself but AppPresser is a popular choice.
-
Henry Wright replied to the topic Database interactions, what's the right way? in the forum How-to & Troubleshooting 9 years, 10 months ago
A nice plugin to test query performance is Query Monitor. If you use custom queries a lot, it’s super useful.
-
Paul Wong-Gibbs replied to the topic PHP 7.0 compatibility in the forum Installing BuddyPress 9 years, 10 months ago
Should be working fine.
-
Boone Gorges updated the Navigation API page, on the BuddyPress Codex 9 years, 10 months ago
BuddyPress’s Navigation API (BP 2.6+) provides an interface for developers to modify BP’s nav menus in group and user contexts.
Examples
Changing the position of the user’s Notifications nav […]
-
AngryGerman replied to the topic PHP 7.0 compatibility in the forum Installing BuddyPress 9 years, 10 months ago
Has there been any update on this, i.e. is BuddyPress fully compatible with PHP 7 at this point?
-
Paul Wong-Gibbs replied to the topic Bp Emails not recognising {{recipient.name}} in the forum How-to & Troubleshooting 9 years, 10 months ago
recipient.usernamewill probably? only work if the recipient has a user account on the website. They most likely won’t when the email’s sent, which is one reason why it might not work.I’ll test this myself after work, and if so, try to think up a solution.
-
Paul Wong-Gibbs replied to the topic Multisite in the forum Installing BuddyPress 9 years, 10 months ago
Do you want the look/feel to be different for each site — sharing the same data — or do you want a distinct social network running on each site?
-
Henry Wright replied to the topic Control Social Interaction in the forum How-to & Troubleshooting 9 years, 10 months ago
I can’t speak for Paid Memberships Pro because I haven’t used that plugin but it can’t be done with BuddyPress out-of-the-box. You would need to find a plugin.
-
Kapil Benara's profile was updated 9 years, 10 months ago
-
Schweizer Solutions GmbH replied to the topic bp_activity_add strips html in the forum How-to & Troubleshooting 9 years, 10 months ago
Hey Paul,
thats great, it works! Big thanks 🙂
Cheers
Andreas -
Slava Abakumov replied to the topic Get "Edit Cover Image" link outside of Buddypress page in the forum How-to & Troubleshooting 9 years, 10 months ago
messages_get_unread_count()uses info about logged in user.
bp_get_members_component_link()– about displayed user.Logged in user – is based on cookies.
Displayed user – is based on the page user currently viewing.That’s why
messages_get_unread_count()works everywhere when user is logged in, whilebp_get_members_component_link()will work…[Read more] -
Slava Abakumov replied to the topic need help in making a social network website with buddypress. in the forum Showcase 9 years, 10 months ago
Yes, I’m sure. Technically it can be done, but some coding will be involved, and that is not a 5 min task. As a starting point you can check this codex page.
-
@mercime updated the Administrator Guide page, on the BuddyPress Codex 9 years, 10 months ago
This section provides an overview of the available tools to help you manage your BuddyPress community.
SectionsBack-end Administration Panels
Front-end Management ToolsBack-end Administration […]
-
@mercime updated the Notifications page, on the BuddyPress Codex 9 years, 10 months ago
The notifications component was added to BuddyPress 1.9 and works identically to the previous core notifications functionality, but now separates everything into it’s own component. This page will give you a quick […]

-
@mercime updated the WordPress Blogs page, on the BuddyPress Codex 9 years, 10 months ago
Some of the most powerful features of BuddyPress relate to how it enhances your multisite network. Creating a network allows your members to start their own full-powered public or private WordPress blogs. Members […]
-
Slava Abakumov replied to the topic need help in making a social network website with buddypress. in the forum Showcase 9 years, 10 months ago
You can use BuddyPress Member Types Generator plugin to create members types.
Or use BuddyPress Member Types plugin, they have a bit different functionality. The 2nd one seems to have more features.
Different “Types of feeds” is not easily achievable, only with custom coding.
Custom login and registration pages – lots of solutions for custom…[Read more]
-
@mercime updated the BuddyPress Widgets page, on the BuddyPress Codex 9 years, 10 months ago
BuddyPress provides widgets which you can add to any of your theme’s widget areas. To activate these, go to dashboard menu Appearance > Widgets.
(BuddyPress) Friends
(BuddyPress) Groups
(BuddyPress) Log […]
-
Slava Abakumov replied to the topic how to change cover photo using link url? in the forum How-to & Troubleshooting 9 years, 10 months ago
Unfortunately, it’s currently impossible to do that via an option or a plugin.
So far, image *must* be uploaded for BuddyPress to place it in a proper place and display.But if you are tech-savvy, you could try to filter
bp_attachments_get_attachment()function, that is used to get the URL to a cover image. And build a custom form, where users…[Read more] - Load More