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.
Autload JS automatically loads javascript files found in your theme's "js" subfolder.
Which files it loads depends on which page the user is viewing and where you put the files. It will load all files in the 'all' folder on every page, or all files in the 'front' folder on the front page. Options for page path, node type, first component of the URL, and more exist.
For example, as soon as it's turned on, your javascript files are loaded automatically just by naming them right:
path/to/theme/js/all.js - Loaded on all pages
path/to/theme/js/front/file1.js - Loaded on front page
path/to/theme/js/front/file2.js - Also loaded on front page
path/to/theme/js/nodetype--blog.js - Loaded on blog nodes
etc.
Display suite add on to output taxonomy terms with all parents, for each taxonomy field you'll find a new field called "Term with parents: vocabulary".
This module allows content creators/maintainers to add maps to content via the addition of a "Google Map Field" field type that can be added to content types.