Enhance the site so that visitors can directly interact with it or among each other, enabling things like user-generated content, comments, voting, chat, or forms for data collection and interaction.
mgEveMatTracts is a contract pricing tool for Eve Online.
mgEveMatTracts allows a user to quote a contract quickly using current market prices supplied from eve-central.com via the mgEveItemPrices module, and allows the person receiving the contract to quickly validate the contract.
Contract pricing forms are setup via Eve Market groups.
Currently these market groups are configured:
Salvage
Minerals
Fuel Blocks
The module is configured by the site administrator to retrieve prices from eve-central.com using certain criteria, and then can optionally apply a multiplier (discount or increase) to those prices. For example.. The the price can be the median Jita buy price over the last seven days with a 10% discount.
This allows contracts to be priced very quickly without having to constantly update corp/alliance prices or manually calculate totals.
Provides an interface to the Eve Online static data dump database for other modules so that they don't require separate database configuration information.
This module automatically calculates scores for any node on a Drupal site. The score is calculated by adding together administratively controlled point values for given "events" relating to that node. Any module is able to provide new events by implementing hook_content_autoscore_events() and hook_content_autoscore_count($nid, $eventname).