Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #3240, comment 22


Ignore:
Timestamp:
06/10/2011 12:20:22 PM (15 years ago)
Author:
DJPaul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3240, comment 22

    v1 v2  
    33In future versions, I want to build something like having a one search function to rule them all, which could be implemented into 1.3's component class. There is not enough time to do a proper job on 1.3 for this.
    44
    5 We should be able to build something similar, but less elegant, for 1.3 -- BP.org's search.php has all of the component loops in the same file, one after the other (also, the regular WordPress post loop_. We should do this the same, and just put a do_action at the bottom of the file which plugin authors can hook into.
     5We should be able to build something similar, but less elegant, for 1.3 -- BP.org's search.php has all of the component loops in the same file, one after the other (also, the regular WordPress post loop). We should do this the same, and just put a do_action at the bottom of the file which plugin authors can hook into.