Maintainers strive to actively monitor issues and respond in a timely manner.

Drupal Debug with Krumo

Usage example:

<?php
ddk($_SERVER);
?>

Visit this page:

Icon Fonts

NOTE: The old Icon Fonts module is now called Admin Icons - http://drupal.org/project/admin_icons. The new Icon Fonts module is in the 2.x branch.

Overview

The IconFonts module and its submodules provide an easy integration of icon fonts with the popular @font-your-face module.

Unlike from regular fonts, you can enable/disable single characters (icons) and assign css seletors to them. Thus it allows site builders to place icons without touching the theme. Example: Put this icon before the login menu item.

Requirements

  • @font-your-face module
  • some submodules might need the Libraries module

How to use the module

  • The core IconFonts module is an api module that provides its submodules an easy integration with the @font-your-face module. This means that besides the main IconFonts module you'll need to enable at least one of the submodules.
  • Most submodules require you to download a font library and copy it to the libraries folder (usually sites/all/libraries).
    Please make sure you read the readme.txt files of the submodules.
  • Once you've downloaded the appropriate font files you can enable the IconFonts module and the submodules you'd like to use as usual.

Draggable Images

Draggable decorative Images which displays randomly rotated, rotation works only on new browsers.

Disable Context Menu

A Windows XP style javascript alert showing the Message.

This module blocks the context menu to pop up for instance in order to prevent the user from downloading images. But you can also use it on various other elements.

Commerce WinBIZ

WinBIZ Logo

Overview

This module provides ability to export Drupal Commerce order data to the external bookkeeping / ERP / CRM application WinBIZ. WinBIZ is a third party software developed by La Gestion Electronique SA. See also http://www.winbiz.ch

Our goal is to create a high quality out-of-the-box integration.
All relevant administrative tasks with online shops should be covered with that combination without any line of custom code.

The exported data can be used to create invoice documents, reminders and of course for general bookkeeping. The module offers a settings page where the most important parameters can be set.

Features

  • Export Drupal Commerce order data
  • Configure certain exported fields on the settings page
  • Full Commerce Tax support
  • Notify WinBIZ about online (Creditcard) payments
  • Support payment account mapping
  • Developers can alter the exported values before the data is sent to WinBIZ

Known issues

  • The page callback on the Drupal side is not using user authentication for now, it is only protected by an authentication token which can be set on the settings page
  • Default currency of imported amounts is currently Swiss Francs (hardcoded)

Roadmap

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained