Tammie,
In another thread that I cannot find, you gave the following instructions to remove the sidebar search:
3. To remove the buddypress search go into sidebar.php and remove (line 61-69):
<div class="light-container">
<form action="<?php echo bp_search_form_action() ?>" method="post" id="search-form">
<input type="text" id="search-terms" name="search-terms" value="" size="18"/>
<?php echo bp_search_form_type_select() ?>
<input type="submit" name="search-submit" id="search-submit" value="<?php _e( 'Search', 'buddypress' ) ?>"/>
<?php wp_nonce_field( 'bp_search_form' ) ?>
</form><!– #search-form –>
</div>
also remove the same chunk of code in sidebars/bp-sidebar-blog.php, bp-sidebar-home.php and bp-sidebar-page.php.
The attached file shows what happened when I followed these instructions. I got my php comment delimiters around the search box rather than removing the search box.I checked that I put the delimiters outside the <div> sections.
As you can see, three search boxes on one page is too many. One or two must go.
I am using BP Daily's default.css. It would be nice if these changes could be done in the settings.
1. Would you tell me where I made my mistake with my edits?
2. Also, would you tell me how I can remove the row with the date/time. I like the date/time but I wish I could put it where it does not take a whole row.
Thanks,
Ed
[attachments are only viewable by logged-in members]