ABN adds a new field type that stores and validates Australian Business Numbers.
This field also (optionally) pulls data from the Australian Business Register for publicly available information on entered ABNs. Syncing is done on cron runs using the Drupal core queue API to keep existing information fresh and the frequency of periodic polls can be configured to help manage server load for sites with large amounts of ABN data.
The data from the ABR is made available for display through formatters compatible with Views, Display Suite, etc. in the same way as user entered data.
Sponsorship
This module was originally developed as an entry for a competition run by Reality Loop. The theme of the competition was growing Drupal within Australia.
Ongoing development is partially sponsored by Ivory Co. and Godel.
Installation
In order to enable syncing data from the ABR you will need to lodge an application for a GUID (Api key) with the ABR at http://www.abr.business.gov.au/RegisterAgreement.aspx and then enter it in your Drupal site at "admin/config/services/abn" (you will need the relevant permissions to view this page).
This simple module provides a page path to show the latest node in full page view in the same manner as if one were to visit, say, node/123, where 123 is the very latest node created. It queries the db for the max entity_id and redirects to it, automatically presented by its url alias.
How to use
This module adds a new "node path" suffix /latest to display the latest node in full node page view. Additionally, append the content/entity type to get the latest of a certain type. Ex:
node/latest
node/latest/article
node/latest/any-content-type-machine-name
Download and enable the module.
Why this module
The goal of this module is not to reinvent the wheel but to make things simple for new Drupalists. Also, I found no straightforward way of achieving the same: I had tried setting Site Front Page to "node" and leaving the count 1, but the node shown was a Teaser view-- even when I changed Teaser > Body to Default (untrimmed). Have tried a Views approach, but even this "Full Content" view wouldn't invoke all the node hooks of other modules. In the end, what I really needed was a complete and honest Full Node Page view without hardcoding a specific nid/entity_id in the path, and this module was born.
A standardised solution of integrating Youtube APIs with Drupal. Provides a YouTube CCK field which can be used with Youtube URL or uploading a video directly to Youtube.
This module extends the functionality provided by the Insert module, by extending the inserted markup for the image, to contain a text below the image. For all available styles, a variation with additional text is added the list of choices, and the entered description text is added to the wysiwyg where it's still editable in its own container. The inserted markup can be overridden by a template.