Skip to:
Content
Pages
Categories
Search
Top
Bottom

Sorting topics by Replies, Date, Name, Activity…


  • Radzio125
    Participant

    @radzio125

    Hi, I want to add sorting options on the single forum topics list. Something similar to sorting options in the BuddyPress members list / groups list page. I want to add several options:

    <select id=”topics-order-by”>
    <option value=”active”>Last Activity</option>
    <option value=”replies”>Most Replies</option>
    <option value=”users”>Most Users</option>
    <option value=”newest”>Newly Created</option>
    <option value=”alphabetical”>Alphabetically</option>
    </select>

    Is this possible? BuddyPress use ajax to filter results but this can be without ajax. I will be grateful for help.

  • You must be logged in to reply to this topic.
Skip to toolbar