Posted by david.a.king on July 1, 2009 at 9:41pm
Hi,
I use views to sort nodes of multiple types and a specific category by created time - however, i have one content type which i'd like to drop to the bottom of the list automatically - it's not too important, and no new content of that type will ever be created again - i would still like to have it available here but not at the expense of "pushing down" other content types. Is there any fancy thing i can do to achieve this with views?
drupal 5.x
thanks,
david.
Comments
_
You should be able to do this by filtering out the content type you want to appear at the bottom from the view and add an "attachment" display set to appear below the view and include only that content type in that view.
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
could you expand on how i
could you expand on how i might add an "attachment"? the list is paginated if that makes a difference..
_
In the list of view displays there's an "attachment" type which is just a way to attach another view to a page view.
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
i'm thinking this might only
i'm thinking this might only be available in 6.x/views 2.x? can't find any reference to it..
_
duh... sorry I missed the d5 tag on your post. Yes, it's a views2 feature. Maybe try the http://drupal.org/project/viewfield module which does have a d5 version?
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.