Closed (fixed)
Project:
DraggableViews
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
7 Sep 2008 at 12:53 UTC
Updated:
26 Sep 2008 at 16:46 UTC
I have used the example given to create a view that allows the manual ordering of a custom content type. When a new node is created it automatically appears at the top of the list and I would like it to appear at the bottom. How do I achieve this?
Comments
Comment #1
sevi commentedTry setting the default value of the weight_level1 to the maximum.
Comment #2
sevi commentedthis may work because draggableviews uses neither the first nor the last value of the allowed values.
So putting new values at
can be accomplished by setting default values to the first/last value. (.. of the root level order field!)