[buddypress-trac] [BuddyPress] #3240: search.php functionality needs updating
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Thu Jun 9 22:45:37 UTC 2011
#3240: search.php functionality needs updating
---------------------+-------------------------
Reporter: DJPaul | Owner: modemlooper
Type: defect | Status: assigned
Priority: normal | Milestone: 1.3
Component: Theme | Version: 1.3
Resolution: | Keywords:
---------------------+-------------------------
Comment (by boonebgorges):
> if ( bp_has_forum_topics( 'search_terms=searchword') )
Yes, though you might have fewer troubles with urlencoding if you do
bp_has_forum_topics( array( 'search_terms' => 'searchword' ) );
--
Ticket URL: <https://trac.buddypress.org/ticket/3240#comment:19>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list