sbruner
Partner at SlipFire, a New York City based WordPress Development shop. Organizer of WordCampNYC, and the WordPressNYC Meetup. (Follow me on Twitter)
Interests
Snowboarding, Mountain Biking, playing with my Daughter.
-
sbruner replied to the forum topic Remove search box from header in Default bp theme in the group How-To and Troubleshooting
@tommyhoang glad to hear you got it working. The header widget is supposed to be where you put it.
Just move it in your header.php file to where you want it to show. -
sbruner replied to the forum topic Remove search box from header in Default bp theme in the group How-To and Troubleshooting
@tommyhoang what says your ”footer and header are ready to be used as widgets.”? Did you place the proper code in functions.php?
-
sbruner replied to the forum topic Remove search box from header in Default bp theme in the group How-To and Troubleshooting
@tommyhoang– you don’t need step 2. You just need to place the code from step 3 into your header.php file where you want the widgets to show up. This article might help as well: […]
-
sbruner replied to the forum topic Remove search box from header in Default bp theme in the group How-To and Troubleshooting
@tommyhoang– why not widgetize your header! http://wpmu.org/how-to-widgetize-a-page-post-header-or-any-other-template-in-wordpress/
Make sure to do it in your BP child theme… don’t hack bp-default.
-
sbruner started the forum topic Upgrade error: 1.2.8 to 1.2.9 in the group How-To and Troubleshooting
We had a BP site running WP 3.1.4 multisite and BP 1.2.8. Upgraded WP to 3.2.1 and immediately upgraded BP to 1.2.9. The upgrade seemed to hang and eventually timed out.
On the front end, everything seems to working fine. […]
-
sbruner joined the group Creating & Extending
-
sbruner posted on the forum topic After the Deadline & BuddyPress in the group Creating & Extending:
Now available, for your spelling pleasure:
http://wordpress.org/extend/plugins/after-the-deadline-for-buddypress/
-
sbruner joined the group How-To and Troubleshooting
-
sbruner posted on the forum topic Remove search box from header in Default bp theme in the group How-To and Troubleshooting:
add the following in your child theme’s functions.php file;
add_filter( 'bp_search_form_enabled', false );bye, bye, search box!