Drop Down Menu Tweak
I just noticed that there is yet another location in the Buddy Press core where blogging functions are used and that is in the search bar type box:
Since on this platform there is only going to be the 1 blog which controlled entirely by admin then there’s no need to offer the function of searching for all blogs on the platform. To remove this code then we need to open the file; “wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php” and remove the following block of code:
This bit of code simply adds the “Blogs” option to the drop down menu if the BB Blogs is installed. So deleting this code removes the option from the menu. If you prefer you can put a ‘#’ symbol to the left of “$Selection_box” which will comment this line out so its not executed but it still remains in the source code for any future use or just for reference purposes. Many programmers like to leave original code in place, which is fine. Whatever!