|
TheTangentBundle forumspace!
Browsing How to Hacking page titles on MediaWiki |
|
| Dirtysouthafrican (2) | Hacking page titles on MediaWiki - 2007-03-26 20:15:20 |
Registered: unknown Posts: 473 | This is not terribly enlightening but I wanted MediaWiki 1.9.2 to show only the lowest level subpage name rather than /the/entire/hierarchy, since my installation makes heavy use of the subpage feature. Thus, I edited Article.php to look like the following:
and added the following member to the OutputPage class in OutputPage.php
In the mean time I'll try to figure out how to do this as an extension. |