I got it work with the tutorial in buddydev: http://buddydev.com/buddypress/creating-the-sitewide-globalunified-search-page-for-your-buddypress-theme/
I just made one function more:
`function bpmag_show_activity_search(){
?>
<?php
}
add_action(“advance-search”,”bpmag_show_activity_search”,10);`
Bye.
key, with a little search, in bp-activity-templatetags.php i search this:
`$content .= apply_filters( ‘bp_activity_permalink’, ‘ · activity->id, $activities_template->activity ) . ‘” class=”view” title=”‘ . __( ‘View Thread / Permalink’, ‘buddypress’ ) . ‘”>’ . __( ‘View’, ‘buddypress’ ) . ‘‘, &$activities_template->activity );`
Then i delete
` class=”view”`
The link now is working perfectly without AJAX. Thanks