What theme are you using? Have you tried changing to BP Default theme to see if issue is resolved?
What plugins are installed? Have you tried deactivating all plugins except BuddyPress to check if wp-admin shows up as expected? If that works, activate plugins one by one to check which is causing the mystery of the missing toolbar.
thanks a lot for the clue, it was “theme my login” themed profiles module. I changed this line in the module’s php file and everything goes perfect:
`if ( $theme_my_login->options->get_option( array( ‘themed_profiles’, $user_role, ‘restrict_admin’ ) ) )
return true;`
@johnconner You’re welcome. Thanks for sharing how you solved the issue 🙂
Marking this as resolved.
I have same problem
I use BP Default theme & my theme but both of them my users can’t see it & my all plugin is same as before
I didn’t have problem with buddypress 1.6.4
Link to my site>you can go to my profile
Best regards
@johnconner, would you be able to let me know the exact line you replaced with the new line? I’m not technical at all, and am having a hard time figuring out which line in the themed profiles module to replace. Would really appreciate your help!