Node Reference URL Formatter
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Makes it posible to output url from nodereference
Makes it posible to output url from nodereference
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.
Install the module from the module page in the administration, and
go to the Keys API interface and configure your Yahoo Application ID.
This version supports Keys version 6.x-2.x and the new Yahoo! PlaceFinder API.
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.
Payline is a french payment system.
http://www.payline.com/
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.
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.
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;
}
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:
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.