Node order works only with a limit of 20 nodes. This is due to the use of a static value instead of dynamically calculated value as the weight delta.
On line 47 in nodeorder.admin.inc change

'#delta' => 10,

to

'#delta' => $weight_delta,

The value is calculated just a couple of line above, but not used, so I guess it was forgotten.

Comments

chris.jichen’s picture

Issue summary: View changes

I am also experienced this issue. And i have confirmed the above solution is good.

  • dieuwe committed bbc2685 on 7.x-1.x
    Issue #1883188, by syngi: Sorting lists larger than 20 nodes does not...
dieuwe’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
Status: Active » Fixed

This should be fixed in the latest dev.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.