Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2012 at 19:57 UTC
Updated:
2 Feb 2012 at 21:08 UTC
I have a view that pulls in a collection of nodes via node id. I'm using the Node:Nid filter, and have it set to allow multiple inputs separated by the '+' sign. This part works beautifully.
I was wondering if I could sort the view by the order of the nids? I thought it might do this by default if I remove all sort criteria, but no joy. I'm looking and I don't see a way to sort the view by this data.
Any advice you might be able to give me would be greatly appreciated.
Comments
Comment #1
thechanceg commentedI guess some other people had the same idea I had. The Views Arguments Extras module handles my situation perfectly.