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

sevi’s picture

Try setting the default value of the weight_level1 to the maximum.

sevi’s picture

Status: Active » Closed (fixed)

this may work because draggableviews uses neither the first nor the last value of the allowed values.
So putting new values at

  • the very bottom or
  • the very top
  • can be accomplished by setting default values to the first/last value. (.. of the root level order field!)