Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 2 of Ticket #4637


Ignore:
Timestamp:
10/31/2012 04:06:33 PM (12 years ago)
Author:
DJPaul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4637 – Description

    initial v2  
    33When working on turtleshell, I wanted to add filter controls to the activity directory, just like how BP-Default has a dropdown box. Unfortunately, these are hardcoded into the BP-Default templates. We already register activity types, but we don't have a template function to output the data.
    44
    5 My patch implements such a template function and allows choice between rendering the activity types as a dropdown box or as radio buttons.
     5My patch implements such a template function and allows choice between rendering the activity types as a dropdown box or as a select dropdown.