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 is maintained by Ukrainian developers.
Please consider supporting Ukraine in a fight for their freedom and safety of Europe.
Since Drupal 6 and Drupal 7 lose support in favor of Drupal 8, we strongly recommend that you upgrade your resources to Drupal 8 and focus on supporting Drupal 8 core and modules. To appreciate the efforts to upgrade your resource from the Drupal core 6 and the Drupal core 7 to the Drupal core 8 version, you can use the "Drupal 8 upgrade evaluation" module. Suggestions for refinement and optimization "Drupal 8 upgrade evaluation" are very welcome.
The migrate module provides a flexible framework for migrating content into Drupal from other sources (e.g., when converting a web site from another CMS to Drupal). Out-of-the-box, support for creating core Drupal objects such as nodes, users, files, terms, and comments are included - it can easily be extended for migrating other kinds of content. Content is imported and rolled back using a bundled web interface (Migrate UI module) or included Drush commands (strongly recommended).
The QueryPath Examples module (included with this module) provides examples of using QueryPath inside Drupal to handle database lookups, RSS parsing, and FAPI integration to query the MusicBrainz XML service.
At one step you create node with translations. Taxonomy and other cck
fields bind to these translations too.
LangsAtOnce creates additional title, body fields for selected languages. So
when you go "create node" page you face with normal fields and
title/body areas. These additional ares will be added as translations.
Utility functions for scholarly publications/content, e.g.
search, download, and attach PDF according to node title (+ field authors) or from field URL linking to PDF
rename attached PDFs according to title (+ other fields, e.g. year, author)
normalize concatenated author list field (lots of diverse variants to consistent Surname, Forname; Sur...)
split/join authors from/to concatenated/multiple field
Currently, you find the functionality in admin/content/node in the drop down list as well as partly in the menu next to 'edit'; also see admin/settings/scholarly