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.

CKEditor Exclude

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Disable CKEditor for certain forms.

Usage:

1. Goto edit Global CKEditor Profile — admin/config/content/ckeditor/editg
2. Add in Exclude settings form id and input name in format: form_id|input_name. Example — disable CKEditor in Page Body field: page_node_form|body[und][0][value]

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.

Date Formats

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a simple module that implements a field format for the datetime field type.

It currently displays the date as an age in years or as a zodiac sign.

In the future this module will support multiple field formats for datetime where there is a need to calculate a value based on one or more date fields, such as:

Tourism Management

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Liberación de sotware libre subvencionado por el Departamento de Industria e Innovación del Gobierno de Aragon

Las funcionalidades básicas del módulo a desarrollar serán las siguientes:

Views COntent SCroll from EVerywhere

Component type

module

Maintenance status

Development status

Downloads

614

Component created

Component changed

Display content on a very special way.
This module provides a views plugin to display content items form 8 different locations and 4 directions while scrolling. Can be used to display a single page or to build a whole website with multiple sections, and an optional top navigation bar.

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.

Auto Abbreviate

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Puts abbreviate (<abbr>) tags around admin-defined acronyms. For example, an admin defines HTML as "HyperText Markup Language" and body content containing plain text "HTML" automatically becomes <abbr title="HyperText Markup Language">HTML</abbr>.

Commerce Rounding

Component type

module

Maintenance status

Development status

Downloads

1082

Component created

Component changed

Commerce Rounding adds additional line item with rounding if you need to round the price to integers or to some certain amounts of cents.

It was inspired by the solution suggested by the Commerce authors, e.g. here.