hi Stef
Can you point to the site.I hope you meant the top navigation bar.On my test site(I am also using buddypress 1.0.1),It is showing as usual.If you can point to your site,may be we can help.
Hi Brajesh
Thank you for you reply. Yes, i am talking about the top navigation bar. Mine isnt showing the propper shortcuts-please could you or someone advise me.
My domain is http://gvine.co.za
Your menu bar seems fine to me without login.
For displaying a shortcut to the logged in members profile in this bar
Create your own function like bp_adminbar_authors_menu for logged in members profile and add an action to bp_adminbar_menus
e.g.
function bp_adminbar_logged_members(){
....
....
}
add_action( 'bp_adminbar_menus', 'bp_adminbar_logged_members', 100 );
Thanks for the help guys. i have decided to revert back to buddypress 1.0 Hope all the bugs get fixed.
1.0.1 is a bug fix version, and it’s more stable than 1.0. If you’re experiencing problems after an upgrade, I’d advise you/us to figure out what happened rather than avoid the update/issue all together.
When 1.0.2 comes out, chances are you will still experience the same problems you did with 1.0.1, so the sooner we know what happened is the easier for everyone.