Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.8
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2009 at 16:22 UTC
Updated:
3 Jan 2010 at 21:40 UTC
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
Comment #1
merlinofchaos commentedA flag is the way to go -- this is more or less how sticky works.
Comment #2
jim0203 commentedThe flag works great - thanks!