Clipboard block

Component type

module

Categories

Maintenance status

Development status

Downloads

772

Component created

Component changed

The Clipboard module provides blocks where you can copy your node for future use.

Select the content type you want to be "clipboardable" and drag and drop your node or copy it with the contextual menu.

Clipboard also provides a hook_clipboard_action where you can implement custom action on selected nodes.

Usage :

Go on Clipboard settings (admin/config/user-interface/clipboard) and set up the content type you want.
Active one or more Clipboard block and you're done.

TinyMCE Extended

Component type

module

Maintenance status

Development status

Component created

Component changed

This module simply allows site admins to embed iframes into content. It doesn't implement a button (that would be nice), and admins have to switch over to plain-text to actually do the embedding. But this module will keep TinyMCE from stripping out the iframe.

Media Insert

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Media has an input filter, and WYSIWYG integration for inserting the syntax for that input filter, but no way to embed media outside WYSIWYG. This module fills that gap, by adding an "insert" link next to media fields. When clicked, the links will insert a reference to the corresponding media file into the body field.

If you want to take this over, just ask. Otherwise, there no plans to develop it further.

Page Titles per Language

Component type

module

Component created

Component changed

This module allows you to quickly set page titles per language. It uses "Page Title" module logic and provides an interface to set Page Titles per language easily.

Requirements: Page Title (latest dev version), Locale

Jump Links

Component type

module

Maintenance status

Development status

Component created

Component changed

The Jump Links module provides a way to add random, miscellaneous links on a per-page basis. It generates a single block of these links which can be placed in any region on your site.

When adding or editing a Jump Link, the following form fields are available:

Google Translate Tools

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a copy/paste based integration with Google Translation Tools http://translate.google.com/translate_tools for your Drupal site.

Security was not addressed in this module and there is a hole, since you're pasting a script in that gets injected into the head of the document. Seems fine otherwise though. Fun little project for an afternoon, but I've found there are too many similar projects for this functionality and decided not to keep working on it.

Comment QA

Component type

module

Maintenance status

Development status

Component created

Component changed

Comment QA stands by Comments, Questions and Answers.

Comment QA extends the default Drupal commenting system by adding questions and answers (Q&A) capabilities to the Drupal commenting system.

Drupal comments, by default, will produce a sequence (or thread) of comments entered by users. This works for most sites featuring blogs, forums, etc. But it is not enough for sites where users need to ask questions and get answers from other users or from the owner of a node; a situation very common on B2B sites and communities of practice.

i18n comments

Component type

module

Categories

Maintenance status

Development status

Downloads

2666

Component created

Component changed

A very simple module which would allow you to show all/any comments attached to all node translations. Just a great way to communicate in truly multi-lingual environments.

For example I have node in English and Spanish. Drupal natural way would be to show comments for en/es translation separately (attached to en/es content). But i18n_comments will aggregate all English and Spanish comments for any translations. It doesn't matter if user will leave a comment to any node translation.