This module provides dynamic [Log in/Create account][My account][Log out] menu links. Before the user is logged in, only the [Log in/Create account] link is shown(this can be configured as two links: [Login] and [Register]). After the user is logged in, [My account][Log out] links are shown. By default, these links are in the "Account menu". However, they can be moved to any other menus through the admin/settings/accountmenu page to suite any menu structure.
These links are fully configurable through the admin/build/menu interface: they can be disabled, the link labels can be changed. They can be moved to any other menu using admin/settings/accountmenu and re-arranged to nested under another parent items using admin/build/menu. Note: whenever you move the links to another menu via the admin/settings/accountmenu page, configuration changes are lost. So first move to where you want the links to be, then set configuration.
The [Log in] link takes the user to the Drupal login screen and after sucessful login, brings them back to the page from where they click the link.
It allows you to make Views with image fields to create a galleries. These galleries can be attached to nodes themselves or act as stand-alone galleries. Because it uses Views this module is extremely flexible.
Updated Documentation
The documentation has recently been updated. Please open an issue if you are having problems but please be specific about which step you are having trouble with: http://drupal.org/node/758724
Multiple Styles
Drupal 7 version now includes two styles to choose from.
Default
This uses the 'css/views_galleriffic_default.css' stylesheet.
Thumbnails above
This uses the 'css/views_galleriffic_above.css' stylesheet.
The Drupal Path module matches only full URLs when creating SEO-friendly aliases. This module extends that behavior by also matching known sub-paths and replacing them with their respective alias. For example, if node/1 is aliased to content/alias, this module rewrites the link to the node edit page node/1/edit to use the aliased URL content/alias/edit instead. This also includes Views URLs taking a node as argument (node/%/yourview), in short, every URL that is based on, or extends, an existing alias. In combination with the Pathauto module it is possible to get rid of all remaining exposed internal URLs.
This module provides an Ubercart payment method. It helps to display the shop's bank account details to the customer so a direct money transfer can be initiated by the customer. Depending on where you are from you might call this method bank transfer, wire transfer, giro transfer or direct deposit.
Features
There are two ways to use this module (or a combination of both):
Put all the information you need to show to the customer into the "Payment instructions" field
Or use the provided bank details fields which is the recommended option for multilingual websites
(current fields: Account owner, Account number, IBAN, Bank code (useful for BSB / Sort code / Bank code / Clearing number / Routing transit number or Bank transit number), SWIFT, Banking institution, Branch office)
A token (Drupal 7: [uc_order:payment-bank-details] / Drupal 6: [order-payment-bank-details]) is created which can be use to display the payment information on the invoice.
Optionally the order ID can be displayed along the payment details as 'Reason for payment'.