Is it possible to change the sort order of a view with arguments?
Let's take a table for example. Normally it is sorted by field 3, asc. If there is a special argument in the url, it should be sorted by field 4, desc. Is this possible?
There are some tutorials for this out there, but all are for Drupal 5.
Comments
Comment #1
merlinofchaos commentedRight now this is only possible by writing custom argument handlers, which is a fairly advanced task and more than I can explain here.
Comment #2
Bilmar commentedIf anyone knows of any good resources to learn/understand how to do this please post here for the community =)