Limit Timezone

Component type

module

Maintenance status

Development status

Component created

Component changed

Limit Timezone
---------------
This will filter the list of selectable timezones from the giant list.

Usage
------

* Setup your default country timezone and save it by going to "Admin -> Config -> Limit Timezone Settings"

Restrictions
-------------

* Right now, it's small and it's only limiting on user profile page (seeing as that's initially what I wanted).
* It can easily modified to work on ANY form though, simply remove the conditional statement.

Future Development
------------------

Form Builder Field

Component type

module

Maintenance status

Development status

Downloads

4860

Component created

Component changed

The Form Builder Field uses the Form Builder module for the ability to build forms on a entity basis. The form submission does nothing out of the box. It implements hook_form_builder_field_action hook for the form to do something. There is a module included call form_builder_field_email that adds a form builder email field that integrates with form builder field to send emails.

Requirements

Transcribr (Module)

Component type

module

Maintenance status

Development status

Downloads

279

Component created

Component changed

This module is the backbone of the Transcription Distribution. It would be better for you to download the entire distribution, which includes the theme and install profile. The distribution is available here: http://drupal.org/project/transcribe_distribution

More detailed documentation is on the way!

The "Crowdsource Transcription" distribution ships with the transcribe module, which consists of the following:

Responsive Background Images

Component type

module

Maintenance status

Development status

Downloads

6290

Component created

Component changed

Responsive Background Images is an easy to use, simple helper module for making your background images responsive. It can be used with either static or slideshow background types, and will always fill the full window space with your image(s). The slideshow background effect is automatic with this module if you enable more than one image.

Disable "Language neutral"

Component type

module

Maintenance status

Development status

Downloads

11327

Component created

Component changed

[EN]


Disable "Language neutral" in creating the material and other extras.
P.S. By default all new languages will disable in selector "What languages are active in this type?" in each content type. If required, enable new language in this selector for given type.


Logic Block

Component type

module

Categories

Maintenance status

Development status

Downloads

2449

Component created

Component changed

Logic block is a module designed to give site administrators extra control over how blocks are displayed - extending the default options for each block in some new ways.

Some things logic block can do

1) Merge two blocks into one
2) Prevent a block displaying if it contains certain words
3) Show another block if one is empty
4) Show a different block depending on a user's language

A default block is specified, and then its content is processed by this module in a one of four ways (although this module supports extending these).

Ajaxify Drupal with JQuery Ajax

Component type

module

Maintenance status

Development status

Downloads

25991

Component created

Component changed

Ajax links API module help you to load any content to a specified DIV or ajaxify whole drupal site, using JQuery Ajax. This module will also load JS for Ajax-loaded content by using Drupal.attachBehaviors(). In case you dont want to load js or css, you can alter tpl for path/node type.

Links will work as normal if Javacript is disabled so no effect on web crawlers used by search engines.In HTML5 browsers, title bar and url will change using history.pushState(). Also, it will update active class on links.