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 |
Download snapshot
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
Check usage (experimental) |
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