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

mailtoweb

Allows Drupal to receive (not send) mail.

Noty Messages

Noty Messages is a library that brings in customization available in the noty
jQuery plugin (http://needim.github.com/noty/) into Drupal, and allows the the
library's rendering of messages overtake Drupal's default message theming style.

REST Auth

Overview

This module allows users to login to the site using a RESTful web service. If the user is associated with a Drupal user, that user is logged in. If not, a new user is created.

This module assumes that the web service returns a JSON payload and that both a username (or email) and a password are required for third-party authentication.

Configuration

Settings can be found on Administration » Configuration » People » REST Auth

  • Host: The fully-formed URL of the authentication service.
  • Username parameter: Username parameter name that will get passed to the web service.
  • Password parameter: Password parameter name that will get passed to the web service.
  • Email parameter: If the user name is an email, this is not needed. Otherwise, enter the email parameter name that will be returned from the web service.
  • Authentication side: This option allows you to determine where authentication happens.
    • Provider: Authentication happens on the web service and you receive a fully-formed JSON object describing the user. HTTP codes determine success or failure.

Amon

This module provides a watchdog implementation that sends all watchdog messages and exceptions to an Amon server.

Pages

Subscribe with RSS Subscribe to RSS - Integrations