Search Lucene Tagcloud

Component type

module

Categories

Maintenance status

Development status

Downloads

2366

Component created

Component changed

End of life

Search Lucene API has reached “end of life” and is deprecated in favor of other projects. View the Search Lucene API project page for more details. As a result, supporting modules such as this one have reached end of life as well. If you are interested in picking up maintainership, please post an issue to the queue.

Node and Comments Form Settings

Component type

module

Maintenance status

Development status

Downloads

28893

Component created

Component changed

I cannot longer mantain this module. I'm really sorry, but I've tried making time to maintain this one but there's always something urgent that prevents me from doing it. Co-maintainers are also welcome.

I often find myself doing the same hook_form_alter just to do the same things over and over again. It's just a waste of time. This module lets you change several 'small' behaviors with hook_form_alter, in both nodes and comments, doing it per content type so you can configure different aspects of your nodes/comments.

Delivery time slots for Ubercart

Component type

module

Maintenance status

Development status

Downloads

3416

Component created

Component changed

Delivery time slots for Ubercart

Features:

  • Add on checkout pane a delivery timeslot selection for your customer.
  • Admin can create default timeslot for week days and special date (exception).
  • Admin can define on wich shipping quote delivery apply and max limit by timeslot.
  • Admin can view list of timeslot with print version.
  • Add delivery information on order view and action.

New version 6.x-2

New version add time slots per shipping methods.

Yamli - Smart Arabic Keyboard

Component type

module

Maintenance status

Development status

Downloads

2105

Component created

Component changed

Yamli is a JavaScript tool that works as Arabic Character conversion tool and Smart Arabic Keyboard.
The idea behind it, is to convert Latin written letters into Arabic letters.
It works with form input elements ( text fields and textareas ). So, as users type, Yamli starts to convert the input letters into recognized Arabic words.

Drupal Queue

Component type

module

Maintenance status

Development status

Downloads

16835

Component created

Component changed

Backport of Drupal 7 Queue API.

Note: if you use Drupal Queue, make sure to configure Drupal cron and Drupal Queue's own cron entry point. See README.txt for details.

Drupal Queue Drupal 7 issues

Based on an initial patch to Drupal 7 core by chx, dww, neclimdul et. al.

Views Crosstab

Component type

module

Maintenance status

Development status

Downloads

4890

Component created

Component changed

This views style plugin displays the results of a view as a crosstab (also commonly called a pivot table) - grouping rows by one field, columns by another, and using an aggregate function (count, sum etc) of a third field for the table data.

For example, this module will take a table view with linear output like:

User Content Type Node ID
Anita Blog 1
Anita Page 3
Barak Page 5
Jamila Blog 2
Jamila Blog 4
Jamila Page 6

And turn it into a crosstab that counts the number of each type of content for each author:

User Blog Page Total
Anita 1 1 2
Barak 1 1
Jamila 2 1 3

A default view "content type count by user" that does just this is included with this module.

Security note: A security vulnerability was discovered and has been fixed. Users of previous versions are strongly advised to update to version 6.x-1.0-alpha2 or higher, 7.x-1.0-alpha1 or higher, or a dev release dated on or after November 14, 2013.