This project is not covered by Drupal’s security advisory policy.

A simple tool to display either a random logo on every page refresh, else display a specific logo on specified pages and a default set logo on all unspecified ones.

Instructions for 5.x version:
To use, simply install the module (you'll need to move the supplied logo.php file into your top level Drupal folder) and enter your preferred settings in 'admin/settings/logotool'. Then uncheck your themes 'Use the default logo' and point the 'Path to custom logo' to; logo.php
Instructions for 6.1.x version:
Install and enable the module, then enter your preferred settings in 'admin/settings/logotool'.
Instructions for 6.2.x version:
Install and enable the module, then enter your preferred settings in 'admin/settings/logotool'.
If you are upgrading from the 6.1.x branch please ensure you run update.php
Instructions for 7.2.x version:
Install and enable the module, then enter your preferred settings in 'admin/config/system/logotool'.
If you are upgrading from the 6.2.x branch please ensure you run update.php - you *cannot* upgrade from the 6.1.x branch, you will have to upgrade to 6.2.x first.

The module has different display modes so you can select whether to simply use random logos on every page of your site or specify logos to be displayed on specific pages (and choose whether to display a default logo or a random logo if there isn't a match).

If desired, this module can also be used with the imagecache module. Each logo can have an individual preset applied to it through the logotool management page. Please be aware that with any image manipulation such as this, animated gifs will not survive the process...

The 5.x and 6.2.x branches support displaying specific logos for different locales (when locale is enabled) for individual pages.

To ensure compatibility make sure:

  • The module automatically creates a folder in your files directory called 'logos' (you do have the option to change this in the settings should you so choose) ensure your files directory can be written to
  • Make sure your webserver can read and access the logo files and the folder they're contained in
  • Note that this module will NOT work with "aggressive" caching

Please note that no logos are provided with this module.

Project information

Releases