CMF 7.x

Component type

module

Maintenance status

Development status

Component created

Component changed

CMF is useful, has 7500+ installs. I can't see why some people think a module with 150 installs and that requires Views is better than CMF, but I'm going to stick with what is *useful* and *used* by people.

This is work on a 7.x branch. Hopefully, it will get merged into the main CMF branch when it ready to run.

Search & Replace

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a search and replace functionality in form of a pluggable filter. By this you can do a profanity filter, a glossary, automatic linking and enhance the user experience of your website.

Plugins

Source

Select anything as source. CSV, Views, feeds you name it.

Replace

Choose from different replace methods.
Basic string replace, a regular expression or DOM parsing.

Style

Rewrite the found string to your needs.
Make it a link, different CSS styles or mabe popups.

Permission Control

Component type

module

Maintenance status

Development status

Downloads

746

Component created

Component changed

This module is a Drupal Permission Redistribution System, so when you are using permission control module, there is a permission assignment page which has limited perms you selected, and an administrator who is not Drupal Admin could grant perms to others.

It is very good for an sub-administrator who is not drupal admin, but who needs privilege to grant some perms to some role. Such as OA admin, Department Admin, etc.

Similar project: Custom Permission

Ajax Document Viewer

Component type

module

Maintenance status

Development status

Downloads

4386

Component created

Component changed

Ajax Document Viewer module allows the user to provide a document viewer for the uploaded documents in the drupal.

The module provides integration with 3rd party service Ajax document viewer (http://www.ajaxdocumentviewer.com/) and helps to view your documents through Ajax.

Views Skip replacement option

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This little module extends every datafield wich uses the standard views_field_handler with a replacement option, to skip a defined number of characters.
Its quite the oppsoiteeffect of the trim function in views.

Example:
"This is my data value"
trim 10 characters: "This is my"
skip 10 characters: " data value"
or with ellipsis
trim 10 characters: "This is my..."
skip 10 characters: " ...data value"