#4643 closed enhancement (fixed)
Use $_GET['s'] in bp_has_activities()
| Reported by: | DJPaul | Owned by: | DJPaul |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.7 |
| Component: | Activity | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(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.