-
David Cavins replied to the topic Fatal Error When Activating Pending Account in the forum How-to & Troubleshooting 3 years, 7 months ago
Thank you for reporting this issue. The fix is in this commit: https://buddypress.trac.wordpress.org/changeset/13320
We’ll release a maintenance release to address it, but if you need it fixed now, add the conditional in the commit is the solution.
This issue only affects admin users using the Pending Memberships screen, so the problem shouldn’t…[Read more]
-
Diana K. Cury started the topic Site search can't find activities in the forum How-to & Troubleshooting 4 years, 1 month ago
Maybe I’m missing something, but I’d like to be able to search for activities (member’s updates), currently, the search results returns 0 activities, no matter what I search.
-
Toni started the topic How to have some public viewable pages? in the forum How-to & Troubleshooting 9 years, 2 months ago
Hi, how do or can I create pages that are viewable without login? Or is that a bad idea?
http://eslbuddies.toni-esl.com
A link to the applicable documentation topic would do.
I do want the BuddyPress to remain intact and not potentially effected structurally by external WP stuff.I have a MultiSite install with BuddyPress plugin as the main…[Read more]
-
Andrew Tibbetts started the topic Assign Default Member Type in the forum How-to & Troubleshooting 9 years, 10 months ago
I am trying to assign a default member type when users register from a non-buddypress registration form. This is the action I’m adding:
add_action( 'user_register', 'default_member_type', 10, 1 );
function default_member_type( $user_id ) {if ( ! bp_get_member_type($user_id) ) {
bp_set_member_type( $user_id, 'member' );
}
}
…and the…[Read more]
-
nipponmonkey replied to the forum topic BP Private Community restricting css styling for logged out users in the group BuddyPress Private Community 14 years, 7 months ago
@jcassano, this plugin makes no permanent changes to WP or BP. It makes not changes to the any database tables or anything to do with CSS.
The plugin works by checking the login state and the BPPC settings […]
-
balaianu posted an update in the group Buddypress Sidebar: 14 years, 9 months ago
Hi,
I need some help, please. I have found that if I activate this plugin, all works well except the display of the sidebars on accessing any category page of the main BP blog.
Say, for example, you go to the main BP blog. You have some posts, one of wich is in the “News” category. You click the link to the “News” category to see all the posts…[Read more]
-
Virtuali posted on the forum topic BP Global Redirect Question in the group How-To and Troubleshooting: 14 years, 9 months ago
There ya go 😉
-
Ali Erkurt posted on the forum topic How to like blog posts? in the group BuddyPress Like: 15 years, 3 months ago
no comment?
@terrirosas
Active 3 years, 5 months ago