Download & Extend

Title Overrides

What is Title Overrides?

Title Overrides is a module to provide title overrides for any page in as simple as an interface as possible. This module differs from the Page Title module in that this overrides both the <title> meta tag as well as the <h1> tag. You also have the option of entirely removing the page title from any page, which will remove the <h1> tags as well as remove the piping from the meta title. This improves search engine optimization for pages that have been overridden.

Usage

All overrides need to be return separated, one on each line. Each override will need to follow one of two formats:

  • system|drupal-node-link|pagetitle
  • node|nid|pagetitle

If you are attempting to override a system page do not include the preceding slash, for example to override the title_override module settings page (D6) you would do the following:

  • system|admin/settings/title_override|My New Title!

To override a typical node page, you could do the following:

  • node|2|ello mate!

You also have the option of entirely remove a page title, for example:

  • node|2|

Downloads

Version Downloads Date Links
7.x-1.0 tar.gz (8.36 KB) | zip (9.15 KB) 2011-Oct-19 Notes
6.x-1.0 tar.gz (8.36 KB) | zip (9.13 KB) 2011-Oct-19 Notes

Project Information


Maintainers for Title Overrides

Issues for Title Overrides

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
nobody click here