Alias Preserve

Component type

module

Maintenance status

Development status

Component created

Component changed

Alias Preserve

The alias preserve module is used to preserve URL aliases created that were updated and are no longer valid. For example, using pathauto, when you create a node, a path(path 1) is created for this node based on the node's title; however if the title of this node is later updated, the URL alias is also changed(path 2 is generated). Old aliased may be needed in the following cases:

Online Booking Tool

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This extension is for creating an appointment tool for your website.
The intention for this tool was to be used on a project management website.
Once a project is made, you can use this tool to add a new appointment.
With it you can select the date and time and see if it's available.

This is also a very useful tool on company websites where clients need to schedule an appointment and see if the hour that they are available is suitable.

See the demo website for an example of what this extension is used for.

SVG Image Map

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

SVG Image Map is a module developed for Drupal 7 with the scope of generating HTML image map markup from an SVG image map like the one's found here: http://en.wikipedia.org/wiki/Wikipedia:Blank_maps .

The markup is generated at the url 'svg_image_map' , where the svg has to be uploaded, the width and height of the resulting image map have to be set, and the markup is generated ( just the tags actually).

Remote Editor

Component type

module

Maintenance status

Development status

Component created

Component changed

Edit Content on Your site using Editors on Remote server
Currently Supported Editors:

  1. TinyMCE
  2. CKEditor
  3. Color Picker
  4. Address Picker
  5. Date Picker

Roadmap:

  1. Support to other editors like Keypad
  2. Passing Options/Settings to editors
  3. Releasing the Editors on github

Code mostly taken from Image Editor module

Bot : Urban Dictionary

Component type

module

Maintenance status

Development status

Component created

Component changed

Integrates with the bot module and adds a new "define" command that allows you to look up the definition of a word via urbandictionary.com

Example:

eojthebrave: define bot
bot: Simple computer program used to perform highly repetitive operations, e.g. trawling websites to collect email addresses.  ... http://urbandictionary.com/bot

Popup Confirm Survey

Component type

module

Maintenance status

Development status

Component created

Component changed

Popup Confirm Survey is a small module, the only purpose of which is to popup a survey confirmation box and redirect to the survey content type. The survey content type can be set from configuration section. The popup confirmation is created as a block, so administrator privileged users can easily configure the required pages as well. We have used the overlay method (eg: lightbox, highslide etc) to show the confirmation popup.

Click here for access the project Issues page

PDF Marker

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

PDF Marker offers you on-the-fly stamping feature to a purchased file in a ubercart product node. It can be used to stamping any texts (buyer's name, time and date the file was purchased, order information, etc) into certain area of PDF file to be downloaded by the buyer. This module, hopefully, helps you to sell PDF files with drupal's ubercart ecommerce suite.

Mail Merge

Component type

module

Categories

Maintenance status

Development status

Downloads

943

Component created

Component changed

The Mail Merge module allows the site owner to send out emails to a set of email addresses using a process similar to what Microsoft Office Mail Merge or Open Office Mail Merge does. This module does not require that the users are already present in the site itself which would be the typical scenario for small corporate websites.

Features

Blajax

Component type

module

Maintenance status

Development status

Downloads

2133

Component created

Component changed

Overview

Blajax eases working with blocks both for a user and a site admin. It adds a toolbar to each block that enhances drupals standard block behaviors. This is, besides, somehow similar to the "contextual links" approach in Drupal 7 and thus there will most likely be no 1:1 port for D7. I'll leave the project open to see if D8 will still leave a gap or provide Ajax powered block refresh ootb.

Features

  • Configurable toolbar with optional functions (probably more to follow):
    • Hide - if a user is allowed to disable the block, he can do this with one click. He no longer needs to leave the current page to edit is profile settings.
    • Minimize/maximize - any block that may be disabled can instead be minimized to a simple caption bar.
    • Refresh - depending on configuration and permission, the user may refresh the single block without having to reload the entire page. Very helpful e.g. while editing a node.
    • Configure - depending on permissions, a direct link to the block's configuration page
  • Auto-refresh Each block can be configured to update itself via Ajax within individual intervals.
  • Full REST fallback - All functions except auto refresh will also work on browsers without Javascript enabled.
  • Customizeable appearance - choose between icons and/or text links, determine jQuery effects and behavior as you like.
  • Full theming support - all visuals can be overridden with custom icons, css and templates or theme functions.