This project is under active development.

Shared Email Password Reset

This module will have users reset their password based on both email and user name, there are some cases where this module can help when using the

Top Modules CMS

This is a test of using the profiler module for creating sub profiles in conjunction with the drupal.org drush make capabilities. Immediately this install profile will not provide any features other than testing, but if this method is successful, this will become an extension to the top modules base installation and provide a more robust CMS installation profile with wysiwyg, etc.

Argument Picker API

Argument Picker is a simple API to access and elaborate arguments in a flexible way.
Basically it allows, given URL arguments like:

example.com/myview/make:Volkswagen/model:Polo/year:2008/

to retrieve one of those arguments through a function:

arg_picker_get_selector_argument("make")

which - in the specific example - would return "Volkswagen".

This module essentially adds the possibility to assign labels to arguments, through this syntax:

www.example.com/your_view/LABEL1:ARG1/LABEL2:ARG2/LABEL3:ARG3

and then allows you to retrieve any argument using the label as a reference.

Some of the helper functions are dedicated to specific modules (i.e. Views), enhancing the accessibility of arguments:

www.example.com/your_view/something/bar:1/foo:4/other/parameters

Assuming "your_view" has a "foo" argument, using argument_picker, you could easily setup this argument's default value with:

<?php
return arg_picker_get_view_argument("foo");
?>

which would return "4" (for the example above) or "all" (when the argument is not present).

Mollom API module

Use this module to interface with the Mollom backend API as documented at http://mollom.com/api.

SMSbox Integration

This project will provide integration with the smsbox.be SMS service.

Zopim Live Chat

Agent engaging user with the zopim live chat

Description

This module adds the necessary script to the footer of ones site for prompting users to chat via Zopim Live Chat.

What is Zopim Live Chat?
Zopim increases engagement between you and your visitors, by allowing them to chat with you! Great for improving interaction with your users and increasing the time they spend on your site.

Pages

Subscribe with RSS Subscribe to RSS - Under active development