Skip to main content

Drupal Node Order module

By December 17, 2012June 12th, 2015Development

“Node order” module allows users to sort the nodes of a selected content type via simple drag-and-drop interface in the admin area.

This is useful for sorting non-chronological nodes like bios, e-commerce products, testimonials , sliders or whatever you would like.

Below is a Screenshot of drag-and-drop usage:

screenshot_node_order

Node order module uses default node sticky functionality, that’s why it’s easy to integrate it with your site. By default Drupal nodes are sorted by stickiness first, then by creation date.

Download

You can download the module at the following link node_order-7.x-1.0.zip

How to use.

  1. Install the module.
  2. Go to the “Node Order setting” configuration page (admin/config/content/node_order) and choose which content types to use it for.
  3. Then when you navigate to content list page (admin/content) the links to Node order pages will appear in Primary nav.
  4. After sorting the nodes and saving the order – the values of “sticky” fields will get updated.

To do

  • Migrate to Drupal 8