Keyword Auto Link

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The module provides a filter for text. The filter compares the words from
populated table and makes them as link. Link words is stored in the
database.

Note: Do not forget to include a filter in text format!

Project has been moved. The current branch is not developed.

See Simple Word Link

CKEditor Tabber

Component type

module

Maintenance status

Development status

Downloads

6620

Component created

Component changed

Add Tabs functionality in CKEditor project

Installation

  • Enable the module
  • Go to CKEditor instance configuration
  • Place it in the enabled buttons list
  • Enable the plugin in the list

Usage

Simply click the button, it will add 2 tabs with their header. You can then add a tab before or after one, or remove it by right-clicking on it.

This will output semantic tabs (with dl, dd and dt HTML tags).

Requirements

You need either CKEditor module or WYSIWYG module with CKEditor library

Tested with:

PHP Filter Lock

Component type

module

Maintenance status

Development status

Downloads

539

Component created

Component changed

PHP Filter Lock is a security module for Drupal. It disables the ability to edit text fields using the PHP input format until that text format is changed to another format.

In other words, it blocks users from creating new PHP content in text fields but still permits existing PHP content to load from the database.

Note that the PHP input filter must be named "PHP code" or this module will not work. A small patch is included that extends the core filter module to allow for specific input filter detection.

Avatar Uploader

Component type

module

Maintenance status

Development status

Downloads

7208

Component created

Component changed

The new ajax style uploader for user avatar (user picture), including avatar cropping after upload.
Gmail, Quora and more and more websites use this way for user picture uploader.

This module used Simple Ajax Uploader, and provide a basic uploader panel, for more effect, you can do your custom javascript.
Such as, users' mouse hover on avatar, the edit link will slideup, or others.

Also when user uploaded the photo, then this module provides a crop panel to crop image.

mathtexfilter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Replace every latex equation definition provided between [mathtex] and [/mathtex] by the corresponding image computed by the mathtex library

This module is doing more than just call mathtex. It first check if the LaTeX code corresponding image already exist on the server, and, if not, call mathtex to create it, and then provide it to the page content as a clean img tag, allowing compliance to other modules as print.

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]

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.