Change sort order by arguments?
Phoenix2020 - October 16, 2009 - 22:18
| Project: | Views |
| Version: | 6.x-2.6 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
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.

#1
Right now this is only possible by writing custom argument handlers, which is a fairly advanced task and more than I can explain here.
#2
If anyone knows of any good resources to learn/understand how to do this please post here for the community =)