Menuperformance

Component type

module

Maintenance status

Development status

Downloads

2987

Component created

Component changed

Drupal's regular menu system administration doesn't scale very well. This is due to the fact that for all node edit pages, node type edit pages and vocabulary edit pages (when Taxonomy Menu is active), Drupal loads all menu items from all menus in the system. For large amount of menu items, this slows down the system to an unusably slow speed, or even causes timeouts.

This is a known problem in Drupal core. This comment is from the menu module:

Youtube Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

756

Component created

Component changed

#D8CX: I pledge that Youtube formatter will have a full Drupal 8 release on the day that Drupal 8 is released.

The youtube formatter module provides a simple textfield display formatter for youtube links. Its especiallay lightweight, because it doesn't add a new field to the system. It's a simple displayformatter for the cores textfield.

Avalible formatters

youtube preview
This formatter will display the preview image, provided by youtube, in a selected image_style.

Apachesolr Location

Component type

module

Categories

Maintenance status

Development status

Downloads

4473

Component created

Component changed

Overview

This module is an add-on for the Apache Solr Search Integration module.
It will make it possible to index info from a location field (city, zip, province, country and coordinates) into an Apache solr index. Additionally it provides extra facets for city, zip, province and country.

Site variables

Component type

module

Maintenance status

Development status

Component created

Component changed

The Site variables module allows developers to create a settings menu and page from which users with proper permissions can edit variables used on the site, in a very simple way.

Site variables provides a hook to define which variables should be editable.

Synchronising drupal users information with civicrm

Component type

module

Maintenance status

Development status

Component created

Component changed

The idea of this module is to map drupal user's fields to his related civicrm contact's fields so every time a change is made in the drupal side, the change is automatically reflected on the civicrm side.

The state of this module is very initial and a lot of improvements can be done:

Entity Translation Filter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Entity Translation Filter is a minimalist approach of making multilingual
content managed via entity translations correctly selected / filtered in views
(and later probably other content listing queries).

The module cares a.t.m. cares automatically for correct translation selection
for node based views when using entity_translation.module for managing
multilingual content.

The current approach employs hook_rewrite_query.
Later solution might include a dedicated and explicitely addable views filter.

Chosen Element

Component type

module

Maintenance status

Development status

Downloads

921

Component created

Component changed

This is a helper module that gives you the ability to create Chosen select box elements. It uses hook_elements to create a "chosen_select" element type. So for select boxes that you want to use Chosen, set its type to "chosen_select" instead of "select".

This module requires the Libraries API module, and for you to have the Chosen library files on your system. Put chosen.jquery.js and chosen.css inside a folder located here: sites/all/libraries/chosen/