Clean Comments

Component type

module

Maintenance status

Development status

Downloads

966

Component created

Component changed

Clean comments is a plug & play module that cleans up the display of comments for usability and readabilty of the comment threads.

How it works

Clean comments adds a small js file (clean_comments.js) to every page load.

For now it only hides the comment links (delete, edit, reply, etc), and when the user hovers over the comment, it toggles the links visibility.

The height of the comment block element is set through JS inline at the begining in order to avoid jumping when toggling the links visiblity.

Community Media Header

Component type

module

Maintenance status

Development status

Downloads

57844

Component created

Component changed

This module is used to add a header image to pages. You can use a single image for all pages or configure the context so there is a different header per section, type, or any other context supported by the Header Image module. If you are using the Community Media Slideshow on the homepage w/ the Community Theme, the slideshow will automatically override the cm_header.

custompage_layouter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Custom Page Layouter

Custom Page Layouter provides a simple inline interface for resizing and sorting elements on a Custom Page. This module provides both: an easy object oriented way to configure pages for developers, and an intuitive Drag & Drop interface for users.

Webform Classes

Component type

module

Maintenance status

Development status

Downloads

13572

Component created

Component changed

A simple, small add-in that adds an editable class against each webform component to the webforms module.

The module is available in both D6 and D7 versions.

No Drupal 8 release will be created as this functionality has been incorporated into the webforms module under advanced, element classes.

Release 7.x-3.0 adds the ability to add user defined attributes (including javascript) to webform components.
Release 7.x-3.1 adds the ability to add user defined classes to nodes whilst displayed in edit mode.
N.B. 7.x-3.x is alpha code

Image Preset

Component type

module

Maintenance status

Development status

Downloads

2170

Component created

Component changed

Image Preset provides a new field formatter for image file entities, allowing you to directly choose an image style (from ImageCache), rather than having to create view modes and jump through hoops for every image style you want to display.

Usage:

  1. Enable module
  2. Choose 'Image Preset' as the field formatter from wherever you're configuring the field (Views, DisplaySuite, etc.)
  3. Choose your ImageCache preset

Views Slideshow Parallax

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The goal of this project is to create a views slideshow display and content type that will ultimately allow you to create a featured content slider that uses parallax to animate several elements independently from each other when the carousel slide changes

I will be aiming to produce something that will function like this (including browser fallbacks)
http://tympanus.net/Development/ParallaxContentSlider/

A sample content type is included that will contain fields for

slabText

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

What does the slabText jquery plugin do?

Put simply, the script splits headlines into rows before resizing each row to fill the available horizontal space. The ideal number of characters to set on each row is calculated by dividing the available width by the CSS font-size – the script then uses this ideal character count to split the headline into word combinations that are displayed as separate rows of text.