iClew Business Kit

Component type

module

Maintenance status

Development status

Downloads

1508

Component created

Component changed

Introduction

iClew checks your Drupal site daily and delivers the improvement recommendations to your in-box. It helps you monitor your site performance, availability, traffic rank and content quality. With the improvement recommendations tailored for your site, you can improve your site and business by driving more traffic to your website or turning more visitors into paying customers.

Recommended Actions Status and Ages

includekrexx

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview

kreXX is a php debug tool, which displays debug information about objects and variables in it's own draggable debug output. It started out as a fork of Krumo, but after several refactoring sessions, there is very little left of Krumo.

Usage

Like Krumo, kreXX will be called in the PHP source code.

krexx($myObject);

Most of the time you will use this method. kreXX will analyse the $object and give you detailed information about it:

  • Public attributes of the object
  • Protected attributes of the object (can be toggled)
  • Private attributes of the object (can be toggled)
  • Content of the traversable part of the object (can be toggled)
  • Result of all configured debugging callbacks (can be configured)

In case the variable is not an object, it will simply display its content.

Country taxonomy importer

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

Imports country/state/region names to a taxonomy from geonames.org

This module uses the "children" (http://www.geonames.org/export/place-hierarchy.html#children) function of geonames.org. This seems to just drill down by administration divisions, which may be different for each country.

Why I made this to work in the front end with javascript rather than with the batch API, I don't know. I must have been drunk that night.

Field collection Tokens

Component type

module

Maintenance status

Development status

Downloads

684

Component created

Component changed

UNSUPPORTED - NO FURTHER DEVELOPMENT

This module allows administrators to define custom tokens for any field_collection fields on their nodes.

The 'token' display mode is used for rendering subsituted field_collection fields. Rendering falls back to 'default' display mode if 'token' mode is not used.

Best used together with token_filter so users can use tokens in textareas to target field_collection values.