Yahoo Geocoding API

Component type

module

Maintenance status

Development status

Downloads

1626

Component created

Component changed

DESCRIPTION

The module makes it possible for other module developers easily to use
Yahoo! PlacerFinder API to find geo coordinates for a given address.

The module it self don't do anything out of the box, by provides a
function to fetch the geo coordinates.

INSTALLATION

Install the module from the module page in the administration, and
go to the Keys API interface and configure your Yahoo Application ID.

Version 6.x-2.x

This version supports Keys version 6.x-2.x and the new Yahoo! PlaceFinder API.

Contact Save

Component type

module

Categories

Maintenance status

Development status

Downloads

12835

Component created

Component changed

Never miss a contact message again! This module stores in the database all messages submitted through the core contact forms.

This solves the problem of e-mails which don't make it to their proper destination (due to a wrong email address, network failure, mail server problem, or spam blocker), which can cause misunderstandings, lost job opportunities, etc.

Additionally, this module provides a way to respond to these messages through the website, which can serve as a basic correspondence tracker, so that no messages go unanswered.

Office HTML filter

Component type

module

Categories

Maintenance status

Development status

Downloads

8751

Component created

Component changed

This filter cleans up HTML generated by Microsoft Office. It can remove header tags (<style>, <script>, etc...) and their contents, and can convert HTML entities to their plain-text equivalents. This filter can be used in conjunction with the core HTML filter to completely filter out the plethora of HTML generated by Microsoft Office.

Floating Manager Menu

Component type

module

Categories

Maintenance status

Development status

Downloads

8891

Component created

Component changed

The people managing content on the sites you build are frequently not site administrators, and the usual administrative menus often do not fit the use case for these roles. Enter Floating Manager Menu.

Floating Manager Menu is intended as an alternative to such modules as Simple Menu and Administrator Menu with a focus on non-administrative content editors and managers. It allows you to include an unobtrusive and easily styled menu without the need to dedicate a region within your site's theme.

Menu rewrite

Component type

module

Maintenance status

Development status

Downloads

1392

Component created

Component changed

Provides an API for defining rules for rewriting the menu paths.

For example:

/**
 * Implement hook_menu_rewrite_rule().
 */
function development_menu_menu_rewrite_rule() {
  // Make 'Development' a primary item.
  return array(
    'admin/config/development' => 'admin/development',
  );
}

/**
 * Implement hook_menu_rewrite_alter().
 */
function development_menu_menu_rewrite_alter(&$items) {
  // Ensure 'Modules' menu item shows up first.
  $items['admin/modules']['weight'] = -11;
}

Node import via cron

Component type

module

Maintenance status

Development status

Downloads

4952

Component created

Component changed

Allows user or bot to add new or update existent data for specified tasks in theirs files and then process it via cron by Node import module. It may help if you want to automatize data import. Module works in several modes:

Quiz for register

Component type

module

Maintenance status

Development status

Downloads

1668

Component created

Component changed

This module allows administrators to choose a quiz for anonymous users if they want to register on the website. Quizzes should be created by using module Quiz. Quizreg uses existing quizzes to use one of them for test of users before registering on website.