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

Zendesk Forms

This module can display forms to the drupal user and submit the entered data to
Zendesk. The forms can be used programmatically or just be embedded via the
provided block(s).

VarHammer (of steel)

VarHammer (of steel) is a tool that auto generates configuration form pages
for any desired Drupal variables. If your site have a lot of settings
stored in Drupal variables and you want to provide easy access for non-
developers but don't want to spend time to create a custom admin interface,
this module might be useful for you.

Usage:

Create a Drupal variable named "varhammer_settings" and go to admin/config
and you will see a VarHammer section with links the defined settings form.

You can set the variable programmatically but the easiest way is to do it in
the $conf array in settings.php or to use the Strongarm module (eventually
combined with Features).

Configuration example (as used in settings.php):

<?php
$conf['varhammer_settings'] = array (
'paying_user' =>
array (
'title' => 'Paying user settings',
'permission' => 'access administration pages',
'description' => 'some kind of description',
'settings' =>
array (
'max_per_user' => 'Max connections per user',
'api_key' => 'The API key to the gateway',
'default_product_id' => 'the ID of the default product',
'other_stuff' => 'other stuff here',
'other_stuff2' => 'other stuff here2',
),
),
'performance_settings' =>
array (
'title' => 'Performance settings',
'permission' => 'access administration pages',

flux Dropbox API

Integrates with the dropbox API based upon the flux Services integration.

This is an integration module, so it does not expose any end-user functionality. It integrates Drupal with the dropbox API by integrating with the Rules module. Therefore the module integrates the BenTheDesigner/Dropbox PHP 5.3 SDK for the Dropbox REST API.

Similar projects

The Drobox client module allows users to have a "Send file" page where users can send a file directly to their Dropbox account.

Requirements

API

  • The module connects to Dropbox via the BenTheDesigner/Dropbox PHP 5.3 SDK for the Dropbox REST API and provides a clean API for developers to interact with Dropbox.
$account = entity_load_single('fluxservice_account', $id);
$stream = fopen('php://temp', 'rw');
fwrite($stream, 'Keep calm & trust Doc Brown!');
$account->client()->putStream($stream, 'doc_brown.txt');
fclose($stream);

Credits

This project has been initiated and is maintained by drunomics.

Justuno

The most powerful free marketing app in the marketplace! Justuno is used by over 50,000 businesses around the world to build email lists and convert traffic.

Monitoring

Overview

This project introduces a vendor independent framework for deeply monitoring Drupal and all its projects / modules. It provides a 360 degree perspective on Drupal system health, being a critical piece for true enterprise Drupal platforms.

Our goal is to make monitoring an affordable and well established standard feature. These days, every website is somehow mission critical and the era of lazy-/unmonitored enterprise applications need to have an end.

With this vendor independent definition, we recommend every contrib module to provide own sensors that allow us to measure module health by default.

The project monitoring is no monitoring application on its own. It provides a lightweight sensor definition framework with a set of sensors that can be collected by any monitoring product. Integrations into the most popular Open Source products Nagios / Icinga (monitoring system) and Munin (trends monitoring grapher) will be available out of the box. Integrating additional monitoring products is easy.

Status

The base platform for sensor definition is production ready. Publishing of the integration into products and contrib modules will follow soon. Contact us if you need it NOW and want to support development.
There are no known major issues.

Features

A list will follow.

Requirements

Pages

Subscribe with RSS Subscribe to RSS - Integrations