Extension:GoToCategory

From MediaWiki.org

Jump to: navigation, search
Manual on MediaWiki Extensions
List of MediaWiki Extensions
GoToCategory

Release status: stable

Description Checks search terms agains the Category namespace for Go 'jump to page' functionality
Author(s) Tim LaquaTalk
Last Version 1.0 (04-06-2008)
MediaWiki 1.12+
License No license specified
Download MediaWiki SVN

GoToCategory extension checks search terms against the Category namespace for Go 'jump to page' functionality. This allows category names to be entered in to the search/go box and have the Go functionality work the same as it does for pages in the Main namespace.

[edit] Installation

  1. Create a new folder (directory) in the following location:
    $IP/extensions/GoToCategory
  2. Download the following required file:
  3. Copy the files in to the new GoToCategory folder
  4. Add the following code to your LocalSettings.php (at the bottom)
require_once( "$IP/extensions/GoToCategory/GoToCategory.php" );

[edit] Usage

  1. Follow Installation Instructions
  2. Enjoy
Personal tools