Re: Login Bar
Hey driz,
Check out /wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php.
The function for bp_login_bar() is there… create your own function based off that and modify it to your liking!
Create this new function in /wp-content/plugins/bp-custom.php and then call on your new bar in your BP member template.