Guiders-JS D6

Component type

module

Maintenance status

Development status

Component created

Component changed

D6 port of Guiders-JS.

The purpose is to integrate this port back into Guiders-JS module.

D6 needs a slightly patched version of guiders.js library due to outdated jquery version included in core. You can download the patched guiders.js library here https://github.com/mwsam/Guiders-JS while I'm trying to get it included in original repo.

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):

Mobile Subdomain

Component type

module

Maintenance status

Development status

Downloads

5610

Component created

Component changed

  1. Detect if the user is on a mobile device such as an iPhone, Android, Blackberry or webOS.
  2. Redirect the user using to a subdomain of their choice. ie http://m.siteurl.com

A configuration page is available that allows the site administrator to change the mobile prefix to any subdomain they would like to use.

This module supports multiple domains that are aliased to the same Drupal site. ie: domain.com would redirect to m.domain.com and domain.org would redirect to m.domain.org

Node to JSON

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a set of callbacks that turn nodes into JSON. This is useful for Javascript code that wants to render nodes.

Each node is first run through a .tpl.php file, via the normal theme system. This makes it easier to have the presentation that arrives at your javascript layer be as Drupal would construct it.

Quote plus

Component type

module

Maintenance status

Development status

Downloads

2130

Component created

Component changed

No time, no further development. If you want to take over or fund the required time, drop a line!

Quote plus is a suite of modules extending the core comment functions with a set of quoting capabilities you would expect primarily, but not only in forum systems as well as format filters to display custom formatted quotes. All extensions can be configured per node type/per filter format.

SocialiteJS

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal integration with the Socialite JavaScript library.

What is Socialite?

From http://socialitejs.com/

Socialite provides a very easy way to implement and activate a plethora of social sharing buttons — any time you wish. On document load, on article hover, on any event!

If you're selling your soul, you may as well do it asynchronously. Socialite won't cause document rendering to hang while waiting for 50kb of social media.

jQuery News Ticker

Component type

module

Maintenance status

Development status

Component created

Component changed

jQuery News Ticker is a very lightweight, jQuery plugin drupal module which displays news ticker, inspired from the BBC news ticker.

There are prev-next and play-pause controls for quickly navigating through the items.

How to Install

After you activated the module (at "admin/modules"), you can put the block to any region on your page (using "admin/structure/block").

JQuery Loadinganimation

Component type

module

Maintenance status

Development status

Downloads

5446

Component created

Component changed

Problem solved:

Typically there is a disturbing effect if you have to wait longer time for a page to be loaded. A loading animation helps to make the loading process appearing shorter psychologically.
This module provides a loading layer over the whole page, preventing people from re-submitting / clicking again after submission and "enjoy" waiting time. ;)

Description:

JQuery loadinganimation module shows a loading layer on page loading events.
These may be triggered by form submission, clicking a hyperlink or executing an AJAX call.

Ubercart Conditional Attributes

Component type

module

Maintenance status

Development status

Downloads

2172

Component created

Component changed

What is Ubercart Conditional Attributes?

This module can be used to define dependency relationships between options and attributes for each product class. Once established, these dependencies will be applied to all products of that class. Dependent attributes will only be shown (for "enable"-type dependencies) or hidden (for "disable" type dependencies) once the option on the parent attribute is selected.

For example, say you run a pizza online store and you offer a free drink when the user orders a large pizza. Your pizza product class could have a 'Size' attribute with options Small/Medium/Large and a 'Drink' attribute with options for various popular soda brands. Conditional Attributes could be used to define 'Size' as a parent attribute with option 'Large' enabling 'Drink'. The drink selection would then remain hidden until the time when the user selects 'Large' as their choice for 'Size'.

Features

  • Dependency relationships are applied to all products within a given product class at once
  • Functions with several product classes
  • Has support for both 'enable' ("show only when") and 'disable' ("hide only when") relationship types
  • Hidden attributes are removed from the cart product entirely
    • Hidden attributes that are marked as required will not cause problems
    • Hidden attributes will not cause any product price alterations
  • Nested dependent attributes are supported (e.g. an option in A enables B and an option in B enables C)
  • Compatible with the uc_node_checkout and uc_aac modules (after patches - see #1425238: Compatibility with uc_aac module)