QueryLoader2 integration

Component type

module

Categories

Maintenance status

Development status

Downloads

696

Component created

Component changed

Overview

A module for easy embedding and configuring of the jQuery QueryLoader 2 library into any Drupal site. The plugin has been included with the module with permission from the original author.

Selectivizr

Component type

module

Maintenance status

Development status

Downloads

2368

Component created

Component changed

Drupal integration with the Selectivizr JavaScript library.

What is Selectivizr?

From selectivizr.com

Selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.

According Wikipédia (http://en.wikipedia.org/wiki/Polyfill):

RDFa

Component type

module

Categories

Maintenance status

Development status

Downloads

1571

Component created

Component changed

RDFa allows to express structured data in markup languages such as XHTML and HTML5. Drupal 7 implements RDFa 1.0. The aim of this module is to implement the new features of RDFa 1.1, and in particular RDFa 1.1 Lite which allows for simpler markup when compared to RDFa 1.0.

Commentsblock

Component type

module

Maintenance status

Development status

Downloads

14069

Component created

Component changed

Puts comments in a block. COMMENTSBLOCK-DEMO

Why

Often people want to put something between the comments an the body or they want to put a block between the comment form and the comments. Or they just want to be able to sort by date ...Thats why this module was created.

What it does

Put comments and comment from in a block
OR
Put only comment form in a block and use a views block to display comments.

jsTree

Component type

module

Maintenance status

Development status

Downloads

2094

Component created

Component changed

Jstree is a Drupal 7 module, which provides support for the jstree jQuery plugin.
See a demo here: Tree menu DEMO

Config

Download the library: http://www.jstree.com
Extract the zip into sites/all/libraries. The folder name should be jstree.

Structure is like:
sites/all/libraries/jstree
sites/all/libraries/jstree/jquery.jstree.js

RTL

Component type

module

Maintenance status

Development status

Component created

Component changed

RTL means Right to Left, it's a term used to describe the status of the interface when viewing it in a language like Arabic (right to left written langauge). The current status of RTL in Drupal core is to flip some CSS rules in your style files. The aim of this project is to make this fully automated. You create a theme or a module? no need to worry about RTL support, we will do that for you!

Some discussion:
Towards a better RTL solution

Scheduled Logo

Component type

module

Maintenance status

Development status

Component created

Component changed

Do you want Drupal to change your logo during special events like holidays? Use this module to schedule when your logo will automatically change.

Schedule as many changes as you want - set everything once and watch your logos update all year long!

Menu Subtitle

Component type

module

Maintenance status

Development status

Downloads

2846

Component created

Component changed

This module adds a new field to menu items to set a subtitle to show on menu links!

Actualy it should work on primary/secondary menu and normal menu items.

TODO:
#show the subtitle above the menu link as option
#generate the subtitle with custom php code
#integration with views
#integration with token

KNOW BUGS:
1. This module breaks Context module UI configruation
2. This module stops theme_menu_link() hooks from being run at the theme layer