Maintainers strive to actively monitor issues and respond in a timely manner.

Forest

So, yeah, I decided to name my first Twig theme, "Forest."

Bismuth

After using various approaches to theming different sites (base themes, starter themes & custom themes from scratch) Bismuth* was my first stab at a base theme.

It is an HTML5, source ordered theme with some mobile optimizations out of the box.

I'm working on D8 branch which will obviously have to be significantly reworked for Twig.

qTip Form API (Generate fancy tooltips via Form API)

What is qTip Form API?

qTip Form API is a development tool which allows you to create tooltips in code via the form api.
It uses the wonderful qTip plugin (version 2 or compatible).
Link: http://craigsworks.com/projects/qtip2/

How to install

  1. Install the libraries module (required dependency)
  2. Download the qTip2 library: https://github.com/Craga89/qTip2
  3. Rename the qTip folder and upload the qtip library inside your libraries folder, the result will be something like /sites/all/libraries/qtip the qtip js library should be at the path /sites/all/libraries/qtip/dist/qtip.min.js the qtip css library should be at /sites/all/libraries/qtip/dist/qtip.min.css
  4. Now that the library is installed; Install the module as normal

API Documentation

This module works by enabling an extra parameter to each form element.
This parameter contains an array of configuration which is then used to configure the qtip module.

To add a tooltip add the following to any form element:
'#qtip' => array(/*add your configuration overrides here*/),

inside the array you should place all your overrides.

Override settings use the same syntax as listed in the default settings
They are passed in as a php array instead of Javascript.

Settings documentation:
https://github.com/Craga89/qTip2/wiki/Core

File Content Viewer

This module provide additional file content view formatter for file fields.

Features :

Setting up Textarea Title, cols and rows.
Display File Link (Configurable).

Ctools tabs levels

Ctools tabs levels extends ctools content_type for Tabs to show deeper levels
then secondary. This might be usefull, if you want to render a separated block

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained