Opened 14 years ago
Closed 14 years ago
#2724 closed enhancement (fixed)
bp_thread_has_messages order
Reported by: | aesqe | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | 1.5 | |
Component: | Messages | Keywords: | private messages, order, has-patch |
Cc: | aesqe |
Description
Here's a patch that allows the order of private messages in a thread to be set as either ASC or DESC via bp_thread_has_messages() args.
I guess someone started working on this and never got around to finishing it, because everything was pretty much already in place, just the $order variable was missing in a few places.
Attachments (1)
Change History (6)
#2
@
14 years ago
- Cc aesqe added
- Keywords has-patch added
here's the complete patch, it works as expected, and i hope that my way of implementing it conforms to buddypress standards.
also, sorry for the huge patch file, really don't know why tortoise included two whole files :/
ok, it's not that simple after all, needs a javascript patch too. i'll take a deeper look, sorry for this.