The Download Link no longer works. Anyone have a version on git?
Extension talk:FooterManager
I am afraid that the only way to get to the code is either to try contacting the author directly or one of the admins of a wiki currently using it. For the time being I am archiving this page now. A soon as the code is available again this may be reverted. Seems to be a useful extension.
Curious if anyone has had FooterManager working with MW 0.0.17. Currently have the extension installed, but array functions are not working.
Hi, I just changed FooterManager.i18n.php a bit and added the German translation. 'description' may be removed from FooterManager.php since it is not used anyway. Cheers
<?php /** * Messages file for the FooterManager for Wiki extension * * @addtogroup Extensions */ /** * Get all extension messages * * @return array */ $messages = array(); /** Message documentation (Message documentation) */ $messages['en'] = array( 'footermanager-desc' => 'Allow configure footer icons, footer links and website banners (often analytic systems)', ); $messages['qqq'] = array( 'footermanager-desc' => 'Short description of the FooterManager extension, shown on [[Special:Version]]', ); $messages['de'] = array( 'footermanager-desc' => 'Ermöglicht die Konfiguration von Icons, Bannern, Links und Skripten zur Nutzung in der Fußleiste', ); $messages['ru'] = array( 'footermanager-desc' => 'Позволяет настраивать иконки и ссылки, обычно размещаемые внизу страницы, а также добавлять баннеры (обычно это счётчики аналитических систем)', );
I added this translation at the FooterManager.i18n.php file. Thank you.
You are welcome. Cheers
Hi, is it possible to use this extension to add a second icon left of the "powered by mediawiki-icon" behaving just like the "powered by mediawiki-icon?"
Now this is not possible. But you can disable the powered by icon and define it again after the required icon.
That's what I thought judging from the example provided by you. Still I was kinda hoping ... Cheers