Re: BuddyPress.org’s Unified Search – How can I get it?
Ok, so I went back to this because it’s need in our site… I got most of it to work:
#1. is fixed by pulling this code in the add-on to the functions.php
//show blogs search result
function bpmag_show_blogs_search(){
?>
<a href="" >
<?php
}
//Hook Blogs results to search page if blogs comonent is active
if(bp_is_active( 'blogs' ))
add_action("advance-search","bpmag_show_blogs_search",10);
#2 DOES work… something wrong with something I did when I tested it.
#3 Does NOT work despite reading through and trying a number of things a the DEV site.
http://buddydev.com/buddypress/creating-the-sitewide-globalunified-search-page-for-your-buddypress-theme/
I posted on the site to get some help.. if/when I get an answer I repost here…