(Mysite) Extra option to order elements of a group
New Oceans - December 9, 2007 - 11:14
| Project: | MySite |
| Version: | HEAD |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Using mysite I have created three basic blocks on my homepage, all filled with posts of a certain type:
- Website Pages (type = page)
- Blog Posts (type = blog)
- Side Notes (type = note, created myself)
Is there a sort order for the elements (posts) within each item (block)?
And is it possible to manipulate the sort order (date, weight, etc)?
Thanks,
Marc

#1
Hmm,
it seems the sort order is "last modified on top".
So then remains:
Is it possible to manipulate the sort order?
#2
There is generally no way to modify the sort order without altering the code.
This is a design decision.
It is possible, in theory, to allow users to set options for sorting each element. That would be a feature request.
#3
On the other hand, if you use Views, you can create Views that are sorted however you wish, and then load those Views into MySite.
#4
Good one, thanks!
I'll try views and see how it works ;)
Cheers,
Marc (from NL ;)
#5
Hi Ken,
As I prefer (that is: love) to use the standard features of Mysite module, I thought: let's make it a feature request.
In my opinion, it would be nice to give users at least the option to order elements by submission date.
So, would be great if you see some chance to add this functionality.
I'll dive into the code and do my best, but as I'm not a programmer... We'll see ;)
Thanks in advance.
CU, Marc
#6
Filing as a feature request against HEAD. This is, to me, low priority but nice to have.
#7
Ok, thanks a lot.