Responsive Navigation

Component type

module

Maintenance status

Development status

Downloads

10237

Component created

Component changed

"Let thy menu be responsive!"

The Responsive Navigation module integrates the responsive-nav.js plugin into Drupal.

Features

Add a menu block provided by the Responsive Navigation module. Assign a menu in the settings. Configure responsive-nav.js features in the block such as animation speed, label and insertion point.

There's a built-in Drush command that let's you install or uninstall the responsive-nav.js plugin from Github easily with a single command.

Refer to the INSTALL.TXT for installation instructions and usage.

custom module add drupal_add_js and drupal_add_css

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Step 1) Create module info file "mythemescript.info" .

name = My theme Script
description = Developed by gajendra.
core = 7.x
engine = phptemplate

scripts[] = mythemescript.js
Using a preprocess_page function

To conditionally add js to the theme, you can use a process_page function:

Step 2) Create module file " mythemescript.module ".

ImageScale

Component type

module

Maintenance status

Development status

Downloads

428

Component created

Component changed

Provides image resizing and much more with ImageScale.co. Use the ImageScale service instead of core Image module to offload your image processing and serving load and gain access to an ever-growing roster of transformations.

wikiheader

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Add a wiki like header above content. Info like author, creation date, contributors and a call to edit.
Just print wikiheader_get_header($node) in your theme.

Javascript Templates

Component type

module

Maintenance status

Development status

Downloads

480

Component created

Component changed

Javascript Templates provides a simple workflow to add HTML templates to 1 Javascript file as output. You can add your own templates with a custom hook or alter currently available templates.

The main goal of the module is to use your templates within Javascript (for example in underscore.js templates). This prevents you to have any line of HTML within your Javascript code.

Mustache.js-like templates do NOT have my preference because they create <script></script> tags that are not elegant within your HTML DOM.

Selectize.js

Component type

module

Maintenance status

Development status

Downloads

4294

Component created

Component changed

Selectize is a jQuery-based custom
UI control. It's useful for tagging, contact lists, country selectors, and so on. It clocks in at around ~7kb (gzipped). The goal is to provide a solid & usable user-experience with a clean and powerful API.

It's a lot like Chosen, Select2, and Tags Input but with a few advantages. Plugin originally developed by @brianreavis.

Age Verification

Component type

module

Maintenance status

Development status

Downloads

1766

Component created

Component changed

The age verification module forces the user to select a date to pass an age gate to verify that they are old enough to view the site before passing the user back to the selected URL.

It features an Admin area to select Ages, paths to ignore, a text area for custom content and a user agents field.