Extension:GoToCategory
From MediaWiki.org
|
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
- Create a new folder (directory) in the following location:
$IP/extensions/GoToCategory - Download the following required file:
- Copy the files in to the new GoToCategory folder
- Add the following code to your LocalSettings.php (at the bottom)
require_once( "$IP/extensions/GoToCategory/GoToCategory.php" );
[edit] Usage
- Follow Installation Instructions
- Enjoy

