What do you mean by a “Blogger style bar”? Do you mean one with position: absolute instead of position: fixed?
Sorry Boone it was not very clear – To cut a long story short I would like to add a bar to the top of user blogs that has a link to ‘Add a blog’ or ‘Next random blog’ for non users…..
The only way I can see is to add it to individual blog templates – I am sure that this has been dealt with before though and must have an ez solution.
Thanks once again.
Damian
Won’t the buddypress admin bar show up across all sites?
Like Andrea said, by default, the BuddyPress admin bar should show up on all your user blogs unless you disabled it or hid it.
Make sure your user blog theme’s footer.php has the following:
wp_footer();
OK – Spent the last hour checking to be sure and wp_footer(); is in the single theme I have enabled….
An example blog with that basic theme is at http://eddy.ukexpats.eu/
As you can see there is no ‘bar’ at all – – – – – I hope .
Can I confirm that I would like the ‘bar’ to appear for all visitors – including those not logged in…..
Damian
@damian2001, change to bp-default theme, you will see the bp-admin bar across all sites like the one at http://testbp.org/
Double check dashboard – BuddyPress > General Settings > Hide admin bar for logged out users?:> should be NO
Also make sure BuddyPress is activated network-wide.