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.