In LocalSettings.php I do:
function jidanni_less_skin_mess( $this, $nav_urls, $oldid, $revid ){ $nav_urls['permalink'] = false; #discourage permalinking on my site $wgHooks['SkinTemplateBuildNavUrlsNav_urlsAfterPermalink'][]='jidanni_less_skin_mess';
Seems to work. Guess that's how to do it.
On 04/02/07, Dan Jacobson jidanni@jidanni.org wrote:
In LocalSettings.php I do:
function jidanni_less_skin_mess( $this, $nav_urls, $oldid, $revid ){ $nav_urls['permalink'] = false; #discourage permalinking on my site $wgHooks['SkinTemplateBuildNavUrlsNav_urlsAfterPermalink'][]='jidanni_less_skin_mess';
Seems to work. Guess that's how to do it.
Er, good for you? We don't need to know about every thought you have regarding our software, you know. Discouraging permanent linking might be fine for you, but it's not really an issue for many other wikis.
Rob Church
wikitech-l@lists.wikimedia.org