Posted by Phoenix2020 on October 16, 2009 at 10:18pm
Jump to:
| Project: | Views |
| Version: | 6.x-2.6 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
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
#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 =)