Buddypress Adding a Nav item and Calling Custom Fields [closed]

The problem is that you’re not specifying which template BuddyPress should use to display your content. There are a couple of ways to do it (see https://github.com/boonebgorges/buddypress-skeleton-component/blob/master/includes/bp-example-screens.php for a few options), but I suggest the following // This is the screen_function called in bp_core_new_nav_item() function all_conversations_link() { add_action( ‘bp_template_content’, ‘all_conversations_content’ ); bp_core_load_template( ‘members/single/plugins’ ); } … Read more

How to add username in toolbar link?

Try pulling in the username directly from WordPress. I don’t think BP will do it for you by default. global $bp, $wp_admin_bar, $current_user; $bodytag = str_replace(“Admin”, “”, $current_user->user_login;);

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