Use a third-party CSS or JS Framework, a self-hosted service like a CRM, or a third-party service with the site.

Google_Calendar


This project is merged with Gcal

.

This module allows you to manage your google calendars. Apis provided by module will allow you to create, update, delete, fetch calendar details. You can also create, update, delete, get, move an event from particular calendar. You can fetch calendar settings, color details, etc.

This module uses google api php client refer http://code.google.com/p/google-api-php-client/ to interact with google and manage calendars

Requirements
Google OAuth2 - Required for authenticating with google.

Api Functions

Create Calendar

$params = array(
    'Summary' => 'My Calendar',  //Title of the calendar
  );
google_calendar_calendar_create($params, 'Calendar_Account');   //Calendar_Account is the name of the oauth2 account managed with the help of Google OAuth2.

Create Event

$params = array(
    'Summary' => 'My Event',  //Title of the event
    'Start' => '2012-12-24 12:30:00',
    'End' => '2012-12-24 14:30:00',
    'Timezone' => 'Asia/Calcutta'
  );
google_calendar_event_create($params, 'Calendar_Account');   //Calendar_Account is the name of the oauth2 account managed with the help of Google OAuth2.

Privatemsg notification sender

Important note

You do not need this module (anymore) if you are using one of these privatemsg releases:

  • 7.x-2.x-dev (snapshots of 2013-01-11 or later). Please check the release notes on how to convert and migrate your existing settings.
  • 6.x-2.x-dev (snapshots of 2013-01-12 or later). Please check the release notes on how to convert and migrate your existing settings.

About

The privatemsg module optionally notifies users per email once they have received a private message. Unfortunately, the sender of these notifications (the email's from header) always points to the site admin's email address (6.x-1.x branch) or to a dedicated but still global from address (7.x-1.x branch). This may lead to the effect, that the recipients of privatemsg notification mails blindly reply to the site owner instead of the originator (or a dedicated "dead mailbox").

This plugin module remedies that by allowing to set either the pm originator or a dedicated (e.g. "noreply") address as the notification mail's sender.

WP Migrate

This module is built on the Migrate Module Framework for migrating wordpress content into Drupal 6 as WordPress Migrate is only for 7.x.
Through this module one can import wordpress posts, pages, comments, tags, categories, users .

Documentation for developers :
Follow README.txt for performing migration using wp migrate.

Dependencies :
Migrate - http://drupal.org/project/migrate (Contrib Module) must be enabled.

Related Projects :
These other modules can also be used to import Wordpress content into Drupal :

Advantage over other modules :

It reads the provided database and accordingly creates required csv files, xml folders having seperate xmls for each node and comment whereas other modules require one big WordPress eXtended RSS (WXR) file which eventually makes the system slow.

UpTime Widget (UptimeRobot)

The UpTime Widget module provides customizable widgets showing the website's uptime ratio (e.g. 99,98%). using monitoring data from UptimeRobot.com

Website statistics are only complete with uptime information. It shows you care about server reliability and makes you more trustworthy for potential customers. Because it's a normal Drupal block it can however also be shown to a certain role only (e.g. webmaster) or on specific pages.

It uses the service from UptimeRobot.com:
"Monitors your websites every 5 minutes, totally free.
Get alerts by e-mail, SMS, Twitter, RSS or push notifications for iPhone/iPad."

Notificare

Notificare logo

This project is obsolete. Notificare Service discontinued after February 15th 2014

SLiMS

SLiMS on Drupal Screenshot

SLiMS/SOD module is useful for those who want to publish bibliographies
listed on the OPAC (Online Public Access Catalog) of SLiMS (Senayan

Pages

Subscribe with RSS Subscribe to RSS - Integrations