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 (2008-04-06) |
| MediaWiki | 1.12+ |
| License | No license specified |
| Download |
SVN [?]:
|
| Check usage and version matrix | |
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.
Installation [edit]
- 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" );
Usage [edit]
- Follow Installation Instructions
- Enjoy
