Skip to main content
Tag

Module

Drupal Node Order module

By Development No Comments

“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’d like.

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.

Read More

Drupal Highlighting module

By Development No Comments

Syntax highlighting is very important when we want to show our code example on the Drupal site. It may be useful in the portfolio, if you’re a programmer or in blog posts to highlight pieces of code.

This module integrates JQuery syntax Highlight plugin into Drupal for syntax highlighting of source code snippets in any Drupal contents.

Please feel free to check out and use our Drupal Highlighting module.

Read More