I need to sort some of the "Group Discussion" discussion threads in reverse Chrono order. Is it possible? How is it done?
Thanks.
|
I need to sort some of the "Group Discussion" discussion threads in reverse Chrono order. Is it possible? How is it done? Thanks. |
|||||||
|
|
It is the BP_has_forum_topics() method that handles the displaying of the group forum topics. The bp_has_forum_topics() function will accept a number of parameters that will manipulate the data being returned. List forum topics by type: Accepted arguments: newest,popular,unreplied,tags (if type equals “tags”, define the “search_terms” argument and list the tag you wish to filter by) Default value: newest |
|||
|
|