Google Code-in

Component type

module

Development status

Component created

Component changed

This project exists to let us organize and propose tasks for Drupal's application as a mentoring organization for Google's Code-in contest. If Drupal is accepted for the program, this will project will be where we moderate new tasks and track student progress.

You can propose a new task here. Please mark your idea as "needs review". Thanks!

Drupal Variables

Component type

module

Categories

Maintenance status

Development status

Downloads

1266

Component created

Component changed

The Drupal Variables module lets you:

  • View List of all the Drupal Core & Custom Variables
  • Add New Variables

Sponsorship:

This project is sponsored by SourceN. We provide specialist consulting services in Enterprise Drupal, Views & Panels, Visit us at www.sourcen.com or Contact us.

Field Group

Component type

module

Maintenance status

Development status

Downloads

2536153

Component created

Component changed

Fieldgroup will, as the name implies, group fields together. All fieldable entities will have the possibility to add groups to wrap their fields together. Fieldgroup comes with default HTML wrappers like vertical tabs, horizontal tabs, accordions, fieldsets or div wrappers.

Link Intelligence

Component type

module

Maintenance status

Development status

Downloads

9752

Component created

Component changed

Link Intelligence (LI) provides multiple methods to facilitate automated and manual linking of related web page content. It is designed with easy plug-and-play defaults for simple install and forget auto-linking, yet is highly configurable to enable advanced linking strategies.

Menu position

Component type

module

Maintenance status

Development status

Downloads

163119

Component created

Component changed

Often times site builders want certain types of content to appear in a specific position in the navigational menu. The simplest solution, adding all of that content individually to the menu system, has performance and usability issues. (Imagine hundreds of menu items added to one spot in the menu.)

This module allows for the creation of rules that will dynamically add the current page into the menu system at the requested spots.

This includes affecting:

  • The main links of the theme
  • The secondary links of the theme
  • The breadcrumb trail
  • Menu blocks provided by core's Menu module
  • Menu blocks provided by the Menu Block module

Ubercart Checkout Tweaks

Component type

module

Maintenance status

Development status

Downloads

5974

Component created

Component changed

This module adds several useful features to the Ubercart checkout.

Checkout error logging

Ever wanted to know why your customers are abandoning their orders at the "in checkout" state? Enabling this module can give you some pointers, as any errors encountered when the checkout page is submitted are recorded in the order admin comments.

Drupal Instant search

Component type

module

Categories

Maintenance status

Development status

Downloads

1490

Component created

Component changed

Instant search is an enhancement that shows search results as you type.

It works as follows:
The url for the instant is at /instant
The user types his search word, once he finishes typing (javascript keyup) the module automatically submits the search word and returns the search results.
The search results are displayed at the same page of the instant search.

Instant search is also integrated with Top searches module. if Top searches module exists, the instant search auto-completes top search words.