sbrajesh

Brajesh Singh

Aug 16th, 2010
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.48 KB | None | 0 0
  1. function bpmag_show_activity_search(){
  2. ?>
  3. <div>
  4. <h2><?php _e("Activity Search","bpmag");?></h2>
  5. <?php locate_template( array('activity/activity-loop.php' ), true ) ;  ?>
  6.  
  7. <a href="<?php echo bp_get_root_domain().'/'.BP_ACTIVITY_SLUG.'/?s='.$_REQUEST['search-terms']?>" ><?php _e("View All matched activities","bpmag");?></a>
  8. </div>
  9. <?php
  10. //endif;
  11. }
  12.  
  13. //Hook Groups results to search page
  14. if(bp_is_active( 'activity' ))
  15. add_action("advance-search","bpmag_show_activity_search",2);
Add Comment
Please, Sign In to add comment