maxlength: Play box

Component type

module

Maintenance status

Development status

Component created

Component changed

Fork of maxlength to create some patches.

(Patches commited, yay!)

Answers Alternative

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project was previously a sandbox alternative to the Answers project. The code has since been pushed to Answers, so this sandbox is obsolete. For Answers, please proceed there.

This project has been repurposed as a "wish list" for Q&A modules. It contains a desired features list and a comparison of existing drupal Q&A modules.

Overview

Several modules provide some form of Q&A functionality, including:

ESI API

Component type

module

Maintenance status

Development status

Downloads

828

Component created

Component changed

This module is a low level ESI handling API for module developers and a besic block integration for site admins.

It handles ESI tag build and different levels of caching policy. It is able to cache blocks itself using complex cache identifiers computed using series of variables.

It provides a downgrade mode that is able to load all ESI elements using a simple and efficient piece of JavaScript if the site is not behind an ESI gate.

You can use this module safely without any ESI gate if you need to provide comprenhensible and fine tunable block AJAX loading/caching mecanism.

Hub

Component type

module

Maintenance status

Development status

Downloads

1783

Component created

Component changed

Alternative storage and retrieval mechanism for custom forms.

How does it work?

The most common use-case is to use Hub in a custom form in your
administration UI. You can do this by return hub_closure(). The
hub_closure() function will handle populating default values, as
well as display the data structures in the form element's
#description for priviledged users.

Javascript Storage

Component type

module

Maintenance status

Development status

Downloads

2005

Component created

Component changed

Provides a javascript api for storing user data in one or more of the following locations:

  • Cookies
  • Local storage
  • Session storage
  • Internal(Drupal) database
  • External database

This is an api module. It is useless on its own. Only install this module if other modules you are using requires it.

The module is useful for sites that exists behind a web-cache. With this module a cached page can store user data to an external service.

Views Item Per Page

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows you to display a selector at the bottom of a view. This selector allows the visitor to choose how many items to show per page in the current view.

UPDATE : This module has been made obsolete by the version 3 of Views