I have a view which shows nodes of many different node types. I want them to be sorted with the newest node at the top of the view, but I want all of the nodes of a certain type to be placed at the bottom of the view, no matter how new they are.

I thought about doing this by setting a flag which is on for the special node type and off for all other node types, and then sorting by that flag, but is there a more elegant solution?

Comments

merlinofchaos’s picture

Status: Active » Fixed

A flag is the way to go -- this is more or less how sticky works.

jim0203’s picture

The flag works great - thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.