Closed (fixed)
Project:
Views (for Drupal 7)
Version:
4.7.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2007 at 10:29 UTC
Updated:
8 Feb 2007 at 07:52 UTC
Lets say I want to have a list to be sorted by title ascending, but without possibility to change sorting order (for users). Currently it's not possible.
Comments
Comment #1
ultraBoy commentedI found a way to fix it but it's ugly, because it adds a header for sorting. And I'd like to have a view sorted and *without a header*. Maybe a call of _views_view_build_sorts should be added somewhere in views_query.inc but I'm not so deep in views...
Comment #2
merlinofchaos commentedDefault Sort is only for the click-sorting. Look down in the 'sort criteria' section for regular non-user-interactable sorting.
Comment #3
ultraBoy commentedRight...
Thank you Merlin