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

ultraBoy’s picture

I 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...

merlinofchaos’s picture

Default Sort is only for the click-sorting. Look down in the 'sort criteria' section for regular non-user-interactable sorting.

ultraBoy’s picture

Status: Active » Closed (fixed)

Right...

Thank you Merlin