[buddypress-trac] [BuddyPress] #2611: WordPress MS, Blogs menu

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Wed Sep 1 12:54:55 UTC 2010


#2611: WordPress MS, Blogs menu
---------------------+------------------------------------------------------
 Reporter:  thekmen  |       Owner:            
     Type:  defect   |      Status:  new       
 Priority:  normal   |   Milestone:  1.2.6     
Component:  Core     |    Keywords:  blogs link
---------------------+------------------------------------------------------

Comment(by boonebgorges):

 The My Blogs dropdown on the admin bar appears when you have Network mode
 activated and blog tracking turned on in Dashboard > BuddyPress >
 Component Setup. In my opinion, this is the best option for checking
 whether to display the dropdown. Simply looking to see whether blog
 registration is turned on is problematic, since the Super Admin could turn
 off blog registration after blogs have already been created.

 If you want to remove the dropdown, put the following in bp-custom.php:
 {{{
 remove_action( 'bp_adminbar_menus', 'bp_adminbar_blogs_menu', 6 );
 }}}

 Going to suggest wontfix for this ticket.

-- 
Ticket URL: <http://trac.buddypress.org/ticket/2611#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list