Re: [MediaWiki-l] Removing links

2014-11-21 Thread Legault, Phillip [ITSUS]
...@lists.wikimedia.org] On Behalf Of chris tharp Sent: Thursday, November 20, 2014 1:26 PM To: MediaWiki announcements and site admin list Subject: [MediaWiki-l] Removing links Hi This maybe the wrong place to ask this, but does anyone know how to remove the link that says Powered by in the case of Semantic

Re: [MediaWiki-l] Removing links

2014-11-21 Thread Stephan Gambke
It is hardcoded in SMW. To remove all footer icons you could add the following to your LocalSettings.php: $wgHooks[ 'BeforePageDisplay' ][] = function( $out, $sk) { $GLOBALS[ 'wgFooterIcons' ] = array(); }; Should work with any skin. On 20 November 2014 19:26, chris tharp

[MediaWiki-l] Removing links

2014-11-20 Thread chris tharp
Hi This maybe the wrong place to ask this, but does anyone know how to remove the link that says Powered by in the case of Semantic Mediawiki? I've found the code to remove the Mediawiki Powered by link and the system messages to remove the bottom links, but I can't seem to find it for Semantic