Buddypress integration with wordpress

It sounds like what you need is WordPress MU not BuddyPress; BuddyPress is more like a social network type plugin with profiles, but if you’re talking about your users making a blog with blog post then WordPress MU is the way you want to go.

bbpress plug-ins and buddypress [closed]

Yes, it is possible. However, your buddypress theme must be compatible with bbpress or else /forums won’t be setup correctly. Reference: http://devpress.com/blog/how-to-make-a-site-like-devpress/ bbPress for Forums or Message Board Although BuddyPress has group forums, I don’t have it enabled on DevPress. It’s because I prefer having a central forum for interaction and support instead of having … Read more

Is it possible to use WP_USER_QUERY to search by username using a wildcard? [closed]

I found the following class in the add user autocomplete plugin . It extends the normal searcha and allows ‘*’; Example: $wp_user_search = new A2B_User_Query( array( ‘search’ => $s . ‘*’ ) ) ; class A2B_User_Query extends WP_User_Query { /** * @see WP_User_Query::get_search_sql() */ function get_search_sql( $string, $cols, $wild = false ) { $string = … Read more

Show buddypress profile fields in a multsite blog [closed]

try switch to the main blog where buddypress is installed, echo the profile fields then switch back to the current blog. $bp_blog = 1; // the blog id of your buddypress install, often 1 switch_to_blog($bp_blog); echo bp_get_profile_field_data( ‘field=Name’); restore_current_blog(); if that doesn’t work, maybe the user in question is not a member of your main … Read more

Buddypress Group creation step reordering [closed]

See function groups_action_sort_creation_steps() inside bp-groups/bp-groups-actions.php. See $temp var, is an array, you can change her index. Default: Array ( [0] => Array([name] => Details, [slug] => group-details), [10] => Array([name] => Settings, [slug] => group-settings), [20] => Array([name] => Avatar[slug] => group-avatar) [30] => Array([name] => Invites[slug] => group-invites) ) Re-order: Array ( [0] => … Read more

BuddyPress admin bar links are broken [closed]

Buddypress requires pretty permalinks to function properly. If you have set them up already try to go to the permalinks admin page and resave them and see if that helps. If your host won’t let wordpress write to an .htaccess file, that page will also show you what should be in it. http://codex.buddypress.org/troubleshooting/navigation-links-return-404-errors/ http://codex.buddypress.org/getting-started/before-installing/

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)