#4643 closed enhancement (fixed)
Use $_GET['s'] in bp_has_activities()
Reported by: | DJPaul | Owned by: | DJPaul |
---|---|---|---|
Milestone: | 1.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Activity | Keywords: | |
Cc: |
Description
The members, groups, and blogs components all support search via $_GET[s]. bp_has_activities() does not.
This functionality would be useful for themes, and turtleshell, that want to offer easy searching.
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [6483]) Add query string search support to bp_has_activities. Fixes #4643
This change brings the activity component inline with the members,
groups, and blogs components in terms of being able to search with a
?s= parameter on the URL.