Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2611 closed defect (bug) (wontfix)

WordPress MS, Blogs menu

Reported by: thekmen's profile thekmen Owned by:
Milestone: 1.2.6 Priority: normal
Severity: Version:
Component: Core Keywords: blogs link
Cc:

Description

Wordpress 3.0.1 MS Enabled
BuddyPress 1.2.5.2

Under Super Admin/Options/Registration Settings, If you choose: User accounts may be registered, The My Blogs menu shows in the bp-admin bar and on the users profile page for all users.

I want only admin to create new blogs from the back-end so am using these settings, the links are pointless for all other site users.

Change History (2)

#1 follow-up: @boonebgorges
14 years ago

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.

#2 in reply to: ↑ 1 @thekmen
14 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

Replying to 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.

sounds good to me, thanks.

Note: See TracTickets for help on using tickets.