Closed (fixed)
Project:
Views (for Drupal 7)
Version:
5.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2008 at 13:23 UTC
Updated:
1 Sep 2008 at 23:37 UTC
I am trying to sort by sticky flag first and by date second. The date sort works perfectly, but the view ignores the sticky flag completely. I have tried toggling the sticky flag on nodes and it has no impact on the view's sorting. We have not customized the views module and these nodes are unmodified Page content type, so there are no custom-code issues. Thoughts?
Comments
Comment #1
jamesmelzer commentednever mind. problem solved
Comment #2
the fatman commentedI'm having the same problem, how do you manage to solve it?
Comment #3
the fatman commentedSorted mine.
D6 Views defaults the sticky to sort in ascending order, which put it at the bottom [?]. Changed it to descending and all's good.