Closed (fixed)
Project:
DraggableViews
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2012 at 22:50 UTC
Updated:
28 Mar 2012 at 12:00 UTC
A common scenario - you want to both have a way of arbitrarily sorting the order of nodes in a list and have an admin page to manage the list. So, you create a view, add a page with a table to list all of the applicable content and add the DraggableViews field & sorter to control the order; then add a block, retain the same sort options but override the output and change it to display node teasers in a slideshow. That's the theory. What steps am I missing in order to make this work or is it not possible yet? Thanks :)
Comments
Comment #1
Frederic wbase commentedSame issue over here. I don't understand, in the 7.x version the sort display must be in the same view as the display you wan't to reorder.
How does it work now?
Comment #2
ygerasimov commentedIn block display you should override and remove draggableviews field. Also you need to override and save settings of the draggableviews sorter to make sure the source of your weights is your Page display.
Please advise you if you still have problems with set up.