CKEditor AutoEmbed

Component type

module

Categories

Maintenance status

Development status

Downloads

1157

Component created

Component changed

Usage

This module will create a plugin for CKEditor that will provide a direct auto-embed functionality, Just paste the link in your editor and it will be automatically embedded, It's very much similar to the WordPress behaviour.

Single Sticky

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allows to have only one sticky node of given content type at the same time.

When an administrator marks a blog post as sticky, a confirmation is displayed,
showing the title of the current sticky post (if any) and asking the
administrator to confirm the action.

Bootstrap Social Sharing Buttons

Component type

module

Maintenance status

Development status

Downloads

5016

Component created

Component changed

This module provides a very simple set of social buttons with super clean markup optimised for use with Bootstrap (e.g. https://www.drupal.org/project/bootstrap). The emphasis is on ease of use and simplicity.

The buttons can be placed on your site in either vertical or horizontal layouts, via either Drupal's block system, or inserted into any content via one or both of the following tokens:

[socbutt:horizontal]
[socbutt:vertical]

Trim

Component type

module

Maintenance status

Development status

Downloads

1157

Component created

Component changed

Trim strips all leading and trailing whitespace from all fields in all form submissions.

The module trims prior to validation, so for instance if you have an integer field and a person entering data fat-fingers a space after a number, he gets a successfully saved node rather than an error message about invalid input.

Node.js Content Sync

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds full synchronization of visible nodes with content on the server. Whenever a node is updated by a content editor, all active visitors viewing the node will see the content replaced with an updated version.

Useful for
Breaking news events, live webcasts, collaborative editing.

  • Supports nested nodes either through node reference fields or node embed input filter.
  • Supports nested webform nodes and other dynamic node content.

Usage:

  • Enable the module and nodejs integration dependency. All nodes now sync.

Create and Translate

Component type

module

Maintenance status

Development status

Downloads

238

Component created

Component changed

Create and translate is a module that adds a submit button on the node add form to create the node and go directly to the translation page.
On the creation of the node, the button will only show up when selecting a language.

You will save a lot of time creating nodes and their translations without clicking too much around.

There's a settings-form available where you can enable/disable this feature by content type.
There are permissions to enable the use of this feature by role.

Dependencies: Translation, Locale

JSON Fieldset

Component type

module

Maintenance status

Development status

Downloads

580

Component created

Component changed

Attach fieldgroups to an entity without creating tables for those fields, and store the data as a json string as if it was a textfield.

One of the more complex user interface issues yet to be solved is to provide groups of fields to the content manager while maintaining a sound data model. These groups of fields would generally be described as meta data for the content object being curated, and do not serve any purpose outside of the context of its parent object.