Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
Taxonomy Export is a light-weight module for managing exports and imports of vocabularies and terms. Currently the following features are supported:
Exporting vocabulary definitions
Exporting vocabulary definitions with all terms
Creating exports as a text string (ie: like Views and CCK's content_copy)
Creating exports as a file
Importing vocabulary / term definitions in install profiles, using Install Profile API
Updating existing vocabularies and terms, with the following caveats:
Updated items must have the same VIDs / TIDs. Just because two things are named the same doesn't make them the same. It is safest to attempt updates only on the same site the export was originally taken from.
When updating you must explicitly state (with the dropdown selector) which vocabulary you want to update.
Currently, updating vocabularies using the IPAPI function install_taxonomy_export_import_from_file() is not supported.
Because of limitations in Drupal's taxonomy.module implementation certain things will, likley, never be possible. For example, detecting malformed imports that could cause collisions.
The Whereis module is a proof of concept that allows you to send coordinates from your GPS-enabled phone to Drupal. At the moment this module doesn't do much except update a location-enabled node with a new latitude and longitude.