Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Domain Individual Logo

Domain Individual Logo allows drupal to use a different Logo for each domain in use. It needs Domain Access module to run.

More to come...

Angles

An API module that allows you to define blocks as Angular JS controllers.

Static image map

Static image map is a simple module to create the pointers in the static image(Map). It is used to display the company or customer or distributor

SwinxyZoom

SwinxyZoom is a image zoom jQuery plugin that can be applied to any image field.

Open Exchange Rate Money.js

Block layout example

This module provides support for the money.js currency conversion script from http://josscrowcroft.github.io/money.js/ along with support for the Open Exchange Rate currency conversion data.

How to use

  1. Install
  2. Get API key from https://openexchangerates.org/ (look for free developer key or just go to it at https://openexchangerates.org/signup/free)
  3. Enable module and look for its configuration in admin/config/services/moneyjs
  4. Download money.js from http://josscrowcroft.github.io/money.js/
  5. Download accouting.js from http://josscrowcroft.github.io/accounting.js/
  6. If you have Libraries module, copy money.js and accounting.js to sites/all/libraries/moneyjs/. If not, just put them in the folder for this module.
  7. Run cron to pull in latest conversion rates. Link to do this is on admin page. If nothing populates check the logs.

Now how to you get it to work on your site. Right now, that is done via a full HTML block:

Add something like the following to a custom block:

<div id="moneyjs"><fieldset style="margin:auto;width:225px"><legend>How much is $999.99 in your currency?</legend>
    <select name="currency" id="currency" style="width:200px;"></select><h2 id="price" style="text-align:center">999.99</h2>
</fieldset> </div>

Pages

Subscribe with RSS Subscribe to RSS - Developer tools