BuddyPress – User Login instead of Full Name [closed]

The reason it’s not working in the sidebar is likely because the sidebar content is outside the Loop, and $post data, and thus, $post->post_author, are only available inside the Loop. You could try setting a variable equal to $post->post_author while still inside the Loop, and then passing that variable to get_userdata() in your function call … Read more

How to split out BuddyPress notifications drop down items to their own top level? [closed]

Assuming that you are talking about the WP Toolbar, not the BuddyBar. (The basics of doing this for the BuddyBar are the same at the BP level, but the details of rendering the content are different.) It will be instructive to look at how BP itself builds its Notifications dropdown, in bp_members_admin_bar_notifications_menu() (bp-members/bp-members-adminbar.php). It uses … Read more

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

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

How to remove ( 0, 0 ) from forum page in bbpress [closed]

From my understanding, these are produced by the function bbp_list_forums(), as called in the template file bbpress/loop-single-forum.php. You should be able to copy that template into your theme and change the call to bbp_list_forums() as follows: <?php bbp_list_forums( array( ‘show_topic_count’ => false, ‘show_reply_count’ => false ) ) ?> See bbPress’s inline docs for bbp_list_forums() here: … Read more

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