Maintainers strive to actively monitor issues and respond in a timely manner.

Widget

Widget is peace of content that can be inserted in the pane.

WYSIWYG CKEditor Chinese

WYSIWYG module used the iso.inc from Drupal Core to get the language list, but for chinese support, it uses the zh-hans for Simplified Chinese, and zh-hant for Traditional Chinese.

Treewalk Previous / Next

Previous/Next (Back/Forward) links for entity and other pages, that allow to visit them in a sequence.

Unlike with the existing back/forward module, the sequence of items (entities etc) is not based on a view, but on hierarchical information already present in your site.

  • It provides a configurable block with prev/next links based on menu trees.
    The block is named "Treewalk Prev/Next (Menu)"
  • It provides Display suite fields with prev/next links based on entityreference / taxonomy_term_reference fields.
    The ds fields are named as "Treewalk Prev/Next (...)".

Example: Taxonomy + nodes

A structure with taxonomy and nodes:

term 1
- node 1.a
+ term 1.1
  - node 1.1.a
+ term 1.2
  - node 1.2.a
  - node 1.2.b
term 2
-  node 2.a
-  node 2.b
+  term 2.1
  - node 2.1.a
  - node 2.1.b
  + term 2.1.1
  + term 2.1.2
+  term 2.2
+  term 2.3

The module produces two back/forward sequences: One for nodes, another for terms.

Example 2: "parent node" entityreference (untested)

We need to model the book with an entity reference, where each node links to its parent.

book page 1
book page 2
+ book page 2.1
+ book page 2.2
  + book page 2.2.1
book page 3
+ book page 3.1

Drush Multiply

A Drush command to create multiple, identical sites within a single docroot. This is designed for classroom-based training, where many sites need to be created at once.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained