I was messing with views using nodequeue to bring some nodes to the top based on orders. While this works, when I use ascending, the nodes that are not in nodequeue will actually be above the other nodes that are in nodequeue (so that didn't make sense) When I use descending in views, it will display the order I want backwards, so I have to send up placing the items in the queue backwards.
So seem like I can use it and just make the order go backwards, but in nodequeue page - the things I want to show on top of views will actually be reversed and be at the bottom of the list.
Can the nodequeue page in admin have an overall sorting button that can sort based on ascending and descending orders? (currently only displayed in ascending order)
Sorry this seem long and confusing...
Comments
Comment #1
ezra-g commentedTo be clear, you're creating a view that sorts by nodequeue order but doesn't require that nodes in the view be in any queue?
Could your use case be fulfilled if you use the "Reverse in admin view" option when configuring the queue?
Comment #2
giggler commentedThank you ..the "reverse in admin view" is what I was looking for...