Appcache Conditional

Component type

module

Categories

Maintenance status

Development status

Downloads

628

Component created

Component changed

This module provides HTML5 offline functionality for Drupal sites. This is commonly known as the "HTML5 Appcache", and is supported by most major browsers.

This is a copy of the Drupal project "appcache" by deviantintegral but here are few differences that make this project useful within webapp generation.

This project was made ​​on the occasion of a talk about "Platform First Design" during Drupal Days of Milan 2014.

Contextual Toolbar Links

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

INTRODUCTION

This module copies the useful contextual links into the admin toolbar.

INSTALLATION

Just download and install the module.

CONFIGURATION

The module has some minimal configurations.
You can access them via admin/config/user-interface/ctl.
The TABS configuration is used for the default drupal tabs.
You can display other modules (e.g. node_clone, etc.) by
configuring the ACTIONS part of the module.

Parallax Effects

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project has been deprecated as the Skrollr library was dropped by the author.

---

There is a growing need for our clients to have various "parallax effects" added to existing Drupal sites.
This has been traditionally done at the theme level, ad-hoc, on an as-needed basis.
Unfortunately that has resulted in ugly implementations that become tedious for developers
that may inherit a project down the line.

This module attempts to make the delivery of parallax effects as simple as possible,
using Skrollr, and Skrollr-stylesheets.

Views Hybrid

Component type

module

Maintenance status

Development status

Downloads

853

Component created

Component changed

Provides a field formatter for entityreference fields that allows auto-displaying a specified number of results from a selected view below the selected entity reference(s).

This combines the automation of a view with the manual control of a multivalue entityreference field.

Any defined view mode can be used to display the entities, or they can be displayed as a simple list of linked titles.

Parallax Backgrounds

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Create parallax backgrounds to any page. This module will add blocks to the page.tpl.php files that can have background images, uploaded by the user through the UI. Please e-mail me or send me message if you have other ideas or want to contribute.

Field Formatter Template

Component type

module

Maintenance status

Development status

Downloads

2391

Component created

Component changed

Description
--------------------------
Field Formatter Template (FFT) allow you can easy create formatter template for any field.

Installation
--------------------------
1. Copy the entire fft directory the Drupal sites/all/modules
directory or use Drush with drush dl fft.
2. Login as an administrator. Enable the module on the Modules page.

Sticky Sharrre Bar

Component type

module

Maintenance status

Development status

Downloads

2131

Component created

Component changed

Sticky Sharrre Bar - module for Drupal based on http://sharrre.com, http://imakewebthings.com/jquery-waypoints and http://sensationalfix.com/flat-social-icons-eps/ free icon pack.
Provides sticky block for social network sharing.

CSS Reset

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a simple module that adds a CSS Reset at a module level. One benefit of this appoach is that the 'reset' can be loaded before other modules that include some css etc. This means that the 'reset' should only normalise the user agent's styles and not styles that have been defined in other core and contributed modules that may be loaded by Drupal before the theme layer.