Views Regex Rewrite

Component type

module

Categories

Maintenance status

Development status

Downloads

1370

Component created

Component changed

Provides a new "Global: Regular Expression rewrite" field for selecting in views.

This then lets you re-write the value of the field based on a list of regular expression rules.

The idea is that you use a token in the Text field, and then the regular expression fields can be used to modify the final output, avoiding messy PHP input or custom module code.

Simpleads Better Random

Component type

module

Maintenance status

Development status

Downloads

399

Component created

Component changed

The Problem:
Random ordering in Simpleads sucks a little bit: if you have field_ad_status in your simplead node, it will respect its value, BUT, only after it made a query. So, if you have inactive ads in your group, it will query an ad at first and then check if it is active and if it is not, SimpleAds won't show the ad and you will lose an impression.

VBO Browse

Component type

module

Maintenance status

Development status

Downloads

504

Component created

Component changed

VBO Browse allow you to pick entities in a view and browse them with First/Previous/Next/Last links in a block.

Quick start

  1. Enable the module
  2. In Structure » Blocks, move the "VBO Browse" block in a visible region
  3. In your view, add a VBO field and select "Browse entities" action.
  4. Save the view, go to the view page, then select some entities and click on "Browse entities" button (or select it in the drop down list).
  5. You should be redirected to the first selected entity's page, and the "VBO browse" block should appear.

Mandatory Summary

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Requires the use of the Summary field that precedes the Body field in a standard content type. It, by default, also expands the summary field and makes it mandatory.

(Drupal 7) If using the Body field, you MUST select "Summary input" on the Body field's settings page:
admin/structure/types/manage/[content type name]/fields/body

No configuration needed - simply install the module and enable.

Installation via Drush:

Local Storage

Component type

module

Maintenance status

Development status

Downloads

549

Component created

Component changed

Overview

This module provides local storage caching of user's data that is entered into form elements, preventing its loss after accidental page refresh or its closing.

There are two possible states for fields that use local storage caching:

  • default value: default value of a field, the one that really is saved in the database
  • restored value: value restored from local storage

The module plugins to control local storage caching - one can toggle form element value between restored or default state.

Biblio link2view

Component type

module

Categories

Maintenance status

Development status

Downloads

588

Component created

Component changed

The module aims to link from some entry in a biblio-node naming (for example) a series title to some other node which shows a view listing all records for this series (let's call it a backlink). That means for example, a series title in a biblio record will be automatically linked to an according view listing the acticles/books of the named series.