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

Multiple Select Resize

Multiple Select Resize allows the admin user to set the size of a select field by visiting the admin/config/content/multi-select admin page.

Pending User

Adds AJAX Block for Site Admins to approve pending user registrations.

Node secret preview

Intro

The Node Secret Preview module allows the editors to generate a preview url for a node.
This url can be accessed by anyone so that also people outside of the website (non users) can check it out.

Use case

The new content (node) has to be checked by an external revisor before publishing.
So:

  1. The editor creates a new content
  2. The editor emails the preview url to content revisor for approval.
  3. The revisor gives the editor/administrator feedback about the new content
  4. The editor/administrator takes some action (edit or publish the content).

How it works

After creating a new node, the editor can copy the preview url from the node editing form (Page Preview Url section).
The url looks like this:

https://www.your-site.com/node/1/preview/80669f1eeaad7f4367b6d9831e913f11

and it contains the nid and a token, generated using the nid and the website hash salt.

Following the example above, when the revisor visits the url, the module rebuilds the token using the nid and, if it matches the token in the url, access is granted and the node is rendered.

Warning

Since the module uses the "$drupal_hash_salt" config, it's important not to change its value otherwise the old links (the ones you have already communicated) will not work.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained