uc_recurring 6.x-2.0-alpha5

New features

New Modules:
~~~~~~~~~~~~
uc_recurring_product - separate product features into its own module from the core recurring api.
uc_recurring_subscription - UI for managing site membership/subscriptions.

format_currency 6.x-1.0-alpha2

New features
Bug fixes

Mixed up left and right... Apologies it seems I'm five years old...

Added hook_filter stuff, could be useful?

filetree 6.x-1.2

New features
Bug fixes

Fixes download problem reported at #949396: Right-click to download.
Also adds new 'extensions' option. By default, file extensions will now be shown. To disable this, set extensions="false".

format_currency 6.x-1.0-alpha1

New features

Initial release...

To use this module, insert this into your code;

  <?php $price = '12345.67'; ?>
  <?php $params = 'GBP'; ?>
  <?php // This is also possible but pointless; $params = array('symbol' => '$'); // It was intended that you'd search for Currency name but abandoned. ?>
  <?php print theme('format_currency', $price, $params); ?>

Pages

Subscribe with RSS Subscribe to RSS - New features