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

jamesmelzer’s picture

Status: Active » Closed (fixed)

never mind. problem solved

the fatman’s picture

I'm having the same problem, how do you manage to solve it?

the fatman’s picture

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