- Any -
Krumo
The Krumo is based on the Krumo debug tool which is included with the Devel module.
It is designed to assist developers in debugging variables by providing a simple block that can be configured to display all of the elements of a given array or object. Krumo is an alternative to php's built-in print_r and var_dump functions.
Krumo will print out a stack of variables using css and dhtml in way that is more human readable than the alternatives.
Variables cab be added to a stack through a simple function call. The stack is in turn displayed in a block using Krumo to format the results.
ISPConfig
The ISPConfig module is a tool for configuring a remote ISPConfig installation directly from your drupal environment. It uses the ISPConfig Remoting Plugin, which is based on SOAP. It allows you to create, edit and delete servers, hostingplans, resellers, websites, clients, users, databases and any other entities known to ISPConfig.
The ISPConfig module uses the PHP5 SOAP extension. So make sure it is installed and working on your drupal machine.
Requirements
- PHP 5's SOAP extension.
- ISPConfig 2.0. The module does not work with ISPConfig 3.0
- The ISPConfig Remoting Plugin to be installed and configured on the ISPConfig server to be used.
Links
ISPConfig Homepage
ISPConfig Remoting Plugin
Benefits
The benefits for the community would be a failsafe drupal installation based on a default hostingplan, which can later be adjusted on a site per site basis and a uniform platform for all users of a drupal website (developers, clients, email clients) to make changes to their account details themselves (instead of the administrator).
Simplenews Multiple Signup Block
This small add-on module to Simplenews provides a new block which lets users subscribe or unsubscribe to all of your newsletters in a single operation. Simplenews itself provides one block for each newsletter, which is good in some cases, but can make your site look cluttered if you have many newsletters. This module takes the combined form that Simplenews already provides at newsletter/subscriptions and displays it in a block.
The goal is to eventually have this functionality included in Simplenews proper.
Written by Hannes Lilljequist / SthlmConnection.
Teaser Thumbnail
The Teaser Thumbnail module allows you to automatically generate thumbnails for your node teasers and RSS feeds from the pictures included in the body or the attachments of the nodes. This module depend on ImageCache 2 and works with views.
Geocode
This module implements an API to convert the information you already have into geographic information. It support a variety of input formats and runs them through pluggable backends to produce geographic information. In addition to Latitude / Longitude points, this API also supports more complex geographies such as lines and polygons.
It also provides a CCK widget for for the Geo project's Geo Field module. This widget allows you to populate geo fields from other fields in your content such as a postal address, text fields containing a city name, or even an image that contains embedded geographic information.
Javascript Countdown Timer
The Countdown Timer module provides a timer implemented through javascript which gives you a countdown (second-by-second) to a certain date and time in the future. It uses the onload event (or document.ready in jquery) and then dynamically searches content/blocks/teasers for certain css classes and then injects itself. A really basic dynamic clock was added in 6.x-2.13

