Horizontal Accordion

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This very module creates a block that contains a very easy to use and sexy horizontal accordion (so that what meant the name :o). In there you can put any text you want or an image.

Even if there are other accordion module out there, Horizontal Accordion is the first one to actually to work horizontally and do not require the views dependency. Fully configurable, the accordion adapts either itself to the tab dimension or the other way around. Plus it comes with 5 themes (for the moment), all very nice !

ECK Extras

Component type

module

Maintenance status

Development status

Component created

Component changed

Github Repository

Previous Release

https://github.com/drupal-rain/eck_extras/tree/7.x-2.0

Current Version

https://github.com/drupal-rain/eck_extras
https://github.com/drupal-rain/ktools

Add ECK extra functions not exist in the eck core.

=== Feature ===

* Path for ECK

Linked Field

Component type

module

Categories

Maintenance status

Development status

Downloads

38569

Component created

Component changed

Linked Field allows you to link fields in the field formatter settings. E.g. you have a content type teaser with an image and a link field and you want to link the image to the entered link.

You can either select a field for used for destination or simply enter a token you need (Token support) + HTML attributes for the generated link as well.

Remove Login Tabs

Component type

module

Maintenance status

Development status

Component created

Component changed

This Drupal 7 module does one basic thing, it removes tabs from the Login / Create Account / Request Password pages. There is no configuration needed. A use case for this would be if you want a more elegant and streamlined interface for these pages and you want to link to the other pages.

Responsive Web Design Images

Component type

module

Maintenance status

Development status

Downloads

712

Component created

Component changed

An easy to use simple helper module for making your images responsive.

Features:

  1. Loads the correct image size depending on the set image breakpoints, this means that you have to set image styles for these breakpoints.
  2. Only loads when it shows on the browser window
  3. Responsive images do not directly depend on the window's width but on the image container which can have % width of the window.

Available Settings:

EPUB Export

Component type

module

Maintenance status

Development status

Downloads

3252

Component created

Component changed

Overview

This project builds content objects from drupal and bundles them into an
EPUB 3.0 document. Currently it will export a rendered entity seperate of all
of the page markup and gather all the referenced resources within the content
and bundle those into one EPUB document.

That is, this module looks at the content and determines what should be included
in the EPUB document. The actual build process takes place during cron, make
sure to run cron as a user that has access to the content necessary otherwise
the build will fail.

Node Lazyloader

Component type

module

Maintenance status

Development status

Downloads

1380

Component created

Component changed

This is a small helper module which will automatically lazyload all nodes for sites with multiple nodes on a page, which will make the site load faster.

All nodes will only load when it's visible to the browser window. Similar to Block Lazyloader but this time it's the node content.

QueryPath filter

Component type

module

Maintenance status

Development status

Downloads

529

Component created

Component changed

QueryPath filter module allows you to alter HTML output with jQuery CSS 3 selectors style, just before displaying it on your website.

Overview

QueryPath filter lets you create custom rules to apply to HTML output before display. These rules can be written in the same fashion as jQuery CSS3 selectors and methods.
For example :
$('li:first-child').addClass('first');

Manage your rules, then apply the input filter to one or more text formats.