Mess Letters Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

698

Component created

Component changed

This module was created JUST FOR FUN and shouldn't be used at production servers :-)

This module mess letters in node text acording to The Significance of Letter Position in Word Recognition PhD Thesis, 1976, Nottingham University, by Graham Rawlinson.

This is an input format filter and this means that data is not changed in database but only when user is reading it.

Simplify Node Add

Component type

module

Maintenance status

Development status

Downloads

4368

Component created

Component changed

This module can be used for simplifying the forms used to add and edit nodes. With this module you can define which fields to show to a user.

Newly added is the hook you can use to custom add fields that this module uses. You can use hook_simplify_node_add_gettypes().

Comment commander

Component type

module

Downloads

1213

Component created

Component changed

This module is related to the Comment Closer and Live Discussions modules. My needs changed a bit since I wrote them, and I had a couple of other custom modules I always activated, so I combined them into this utility module.

CKEditor SWF - Enhanced Flash embedding plugin

Component type

module

Maintenance status

Development status

Downloads

60968

Component created

Component changed

This module is an extension to the CKEditor module.

It also supports CKEditor installed through the Wysiwyg module.

It seriously enhances CKEditor's outdated Flash plugin:
with CKEditor SWF, inserting a SWF animation, a FLV video or a MP3 audio file becomes as easy as inserting an image file: just pick up a SWF, FLV or MP3 file from IMCE (or CKFinder) and that's it!

It is composed of 2 parts:

  1. A client-side CKEditor plugin that adds many features and fixes to CKEditor's default Flash plugin:
    • Allows SWF animation, FLV video and MP3 audio files easy embedding
    • Retrieves width and height from the SWF or the FLV file
    • Adds a lock/unlock button to maintain aspect ratio while changing width or height
    • Adds a button to reset width/height to the SWF file's default dimensions
    • Allows width/height percentage values
    • Adds a textfield in Properties tab to edit the base parameter
    • Adds a Flashvars tab to edit the flashvars parameter
    • Displays a real preview
    • Fixes various bugs of the default plugin
    • New (experimental, in dev)! Allows to directly paste a YouTube video URL into CKEditor SWF to embed it!
  2. A server-side input format filter that converts the Flash embedding markup generated by CKEditor into a standards compliant one:
    By default, CKEditor generates a <object><embed></embed></object> markup, which is not standards compliant.
    CKEditor SWF Filter converts it into the correct <object><object></object></object> markup.

    If you prefer, CKEditor SWF Filter can also use the SWFObject JavaScript library to embed the Flash content.

Graceful Email Obfuscation Filter

Component type

module

Maintenance status

Development status

Downloads

13977

Component created

Component changed

This email obfuscation module works similar to the technique described at the list apart article http://www.alistapart.com/articles/gracefulemailobfuscation/. It uses an input filter to "hide" email addresses, then uses javascript to "unhide" them for normal users. You can use this module anywhere you can use input filters (node body, CCK text fields, etc). This module also implements the core contact module for non-javascript browsers in order to keep clickable email links.

Linkit - Enriched linking experience

Component type

module

Maintenance status

Development status

Downloads

765074

Component created

Component changed

Linkit for Drupal 7

More information about Linkit for Drupal 7 can be found at https://www.drupal.org/node/2647538

Linkit for Drupal 8

Linkit provides an easy interface for internal and external linking with wysiwyg editors by using an autocomplete field. Linkit has by default support for nodes, users, taxonomy terms, files, comments and basic support for all types of entities that defines a canonical link template.