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.
HOF, or "Hall of Fame", is a module that provides publicly-visible summary statistics for a Drupal web site. What differentiates hof.module from the regular Drupal statistics is that HOF is meant to provide a public display of statistics, emphasizing credit to those who help a site to succeed.
The Media module provides an extensible framework for managing files and multimedia assets, regardless of whether they are hosted on your own site or a 3rd party site - it is commonly referred to as a 'file browser to the internet'.
Media is a drop-in replacement for the Drupal core upload field with a unified User Interface where editors and administrators can upload, manage, and reuse files and multimedia assets. Any files uploaded before Media was enabled will automatically take advantage of the many of the features it comes with.
Media's aim is to solve Drupal's long standing media handling problem.
Drupal 8
Drupal 8.4.x now comes with a module called 'Media' that is similar to the D7 version. It is included in core as of 8.4.x. See this documentation on how to configure the 'core' module , no need to download this module it is included in D8/D9/D10+ core releases.
This module is for D8+ only. For any D7 usage, please see Wysiwyg API, which (also) integrates the TinyMCE editor with your Drupal site and provides the same functionality for D7.
This module integrates Tiny's popular TinyMCE WYSIWYG editor into a Drupal 8+ site for editing advance site content. It is an alternative to CKEditor, the default core editor.
For now the module offers all the basics to use TinyMCE 5 both as a self-hosted or cloud-hosted library. It allows to enable open-source or premium plugins like any other implementation of the library.
Images uploaded through the editor can be stored in the public files folder in a "tinymce" subfolder.
This module does not provided advanced integration with other modules like media_library or entity_embed for now. Any help is welcome to help this come true !
This is the main project for all Drupal documentation, except contributed projects. For contributed projects create an issue in the issue queue for that project.
To learn more about helping with documentation efforts, start with the Contribute to documentation section of the handbook.
This module allows customizable filtering of hits from particular user roles or from crawlers.
Benefits
For sites with light traffic (i.e., most sites), a large percentage of the gross hits recorded by statistics.module are either from the site administrator or from search engines. Filtering out these hits makes the collected statistics more accurately reflect traffic from real, human visitors.
Download the module and simply copy it into your contributed modules folder:
[for example, your_drupal_path/sites/all/modules] and enable it from the modules administration/management page.
More information at: Installing contributed modules (Drupal 7)
Configuration
After successful installation, you just need to go to Statistics settings page (admin/config/system/statistics) and configure as you want.
To ignore search engines, you must install and enable the Browscap module.