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

Organic Group Statistics

Adds statistics to organic groups:
- count of nodes, comments and members
- last node/comment/member

So the user could sort groups by the count of members

Ubercart 2 VAT support

This module provides support for European VAT pricing and regulations in Ubercart 2, allowing your store to show product prices inclusive of VAT. You do not need this module if you only want to charge VAT at checkout.

Usage

After installation you should add a new tax rule with the VAT rate for your country at /admin/store/settings/taxes. Ensure you select the correct product class and taxable line item options here, such as shipping and discount coupons if applicable. The module provides extra conditions that you can use to apply the tax to EU countries only.

Configuration options at /admin/store/settings/taxes/vat allow the store owner to choose whether to enter product prices inclusive or exclusive of VAT, and whether to display suffixes on prices regarding taxes and shipping. The cart and checkout can be configured to show VAT amounts separately. An option is also available to recalculate prices after a rate change, so VAT inclusive prices stay the same if you do not wish to pass on a VAT increase to your customers.

EU B2B VAT rules can be implemented by using this module in conjunction with uc_vat_number.

etracker

Logo: etracker Trademark

Adds the etracker web statistics tracking system to your website.

D&D Character Generator

D&D Character Generator on the Turn Watcher website

History

This module is used to run the D&D Character Generator created by Jesse Smith inside your Drupal installation (D6 only).See his website: http://slicer69.tripod.com/

Note that this is for the table top game Dungeons & Dragons version 3.5 only.

Happy gaming!

Demo

You can test a demo here: Turn Watcher—D&D Character Generator.

Functions

The generator is written in Javascript. Once loaded, the user does not need access to your server anymore except to save the results in a file (feature that may be turned off.)

Configuration

The module has a set of permissions: administer & view. Make sure you give 'view' permissions to your users!

Additions

The result is a new page on your site here: /dnd_character_generator (a link will appear in your Navigation menu)

The page displays Jesse's generator tweaked to fit a theme with a page of 500px or more in width. Thinner pages will break because the generator uses tables with a hard coded width.

License

Note: the original code is licensed under the GPL and thus can be made available on the Drupal website.

Related Project

Modal Frame API

This module provides an API to render an iframe within a modal dialog based on the jQuery UI Dialog plugin. You should not install this module unless another module requires you to, or you wish to use it for your own custom modules.

It is an alternative to Popups API (Ajax Dialogs) which implements its own library and API to manage popup dialogs. On the other hand, the Modal Frame API is based on the jQuery UI Dialog plugin and it is specially built to deal with iframe elements with very little effort (and no particular AJAX requirements).

For themers, this module provides a default template for rendering child pages within modal frames (modalframe-page.tpl.php) that can be copied to the theme directory and customized to suit the particular needs of the site. It is also pretty easy to adapt the provided stylesheets to match the look of the site.

Requirements related to jQuery UI: jQuery UI version 1.7.x (1.8.x. not yet supported) Note that you also need jQuery 1.3.x, currently provided by jQuery Update 6.x-2.x.

Highly recommended: onBeforeUnload API (enhances synchronization of parent/child windows). See reference: #669436: In search for alternatives to the unload event.

Builtin support for: Dirty Forms.

Modules using Modal Frame API: Modal Frame Contrib Package (includes mini-modules that implement the Modal Frame API to enhance the usability of a few day to day tasks in every Drupal site), Node Relationships, Modal Frame CCK Editor, Modal Frames from Menu Items, Subnodes by Taxonomy.

Modal Frame API is pretty simple, but powerful at the same time.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained