iCalendrier - Simple daily calendar

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Simple Block plugin that displays daily informations :

  • day name
  • current week number
  • day number
  • month
  • namdeday
  • moon phase

Nice to be displayed in the sidebar, header or footer. Two designs available, more will be added later.

Languages supported :

  • english
  • français
  • deutsch
  • italiano
  • español
  • português

More infos here : http://icalendrier.fr/widget/drupal-module

Form themer

Component type

module

Maintenance status

Development status

Downloads

746

Component created

Component changed

This module is a helper for customization of forms.

It does nothing that you wouldn't be able to do by yourself in a custom module, but tries to make it easier. It currently provides:

BU Templates - Browser Update Templates

Component type

module

Maintenance status

Development status

Component created

Component changed

Browser Update Templates module integrates with Browser update module.

This module provides a way to create a specifc page to warn about the "outdated" browsers by using a template file.

More info about Browser Update module here.

Fontawesome Shortcodes

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides functionality to insert fontawesome icons as shortcodes. the module depends on the Shortcode module on Drupal.

Dependencies:

Shortcode Module - https://drupal.org/project/shortcode
Filter (Drupal core)
Fontawesome - https://drupal.org/project/fontawesome (although any theme that imports the Fontawesome API should work)

User Picture Menu

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Creates a block with the logged in user's picture,
wich toggles the visibility of the user menu.
.
.
.
.
Try it:

git clone --branch 7.x-1.x ceaucari@git.drupal.org:sandbox/ceaucari/2358071.git user_picture_menu

jQuery UI Accessible Tooltips

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides an easy way for developers to add accessible tooltips to a site, using jQuery UI Tooltip.

$tooltip_link = theme('tooltip_link', array(
  'link_text' => t('A tooltip will be displayed when hovering or focusing on this element'),
  'tip_text' => t('This text will appear in the tooltip'),
  'classes' => array(
    'my-class',
    'my-other-class',
  ),
));

The output of this will be:

ZonePanels

Component type

module

Maintenance status

Development status

Downloads

831

Component created

Component changed

ZonePanels

Description
--------------------------
ZonePanels allow you can easy create dynamic layout for Panels, best to use with Bootstrap 3 theme.
ZonePanels allow you customize 6*12=72 regions for your layout.

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

KSS

Component type

module

Maintenance status

Development status

Downloads

737

Component created

Component changed

What is it?

KSS is a "Documentation for any flavor of CSS that you’ll love to write. Human readable, machine parsable, and easy to remember."

With this drupal KSS module you can generate an out-of-the-box living style guide for your custom theme. The style guide gets generated automatically during development.