Extension talk:FooterManager

About this board

Extension Download Link Failed

2
98.206.246.120 (talkcontribs)

The Download Link no longer works. Anyone have a version on git?

Kghbln (talkcontribs)

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.

Reply to "Extension Download Link Failed"
50.151.163.209 (talkcontribs)

Curious if anyone has had FooterManager working with MW 0.0.17. Currently have the extension installed, but array functions are not working.

Reply to "Extension Support"
Kghbln (talkcontribs)

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' => 'Позволяет настраивать иконки и ссылки, обычно размещаемые внизу страницы, а также добавлять баннеры (обычно это счётчики аналитических систем)',
);
SimonLitt (talkcontribs)

I added this translation at the FooterManager.i18n.php file. Thank you.

Reply to "i18n"
Kghbln (talkcontribs)

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?"

SimonLitt (talkcontribs)

Now this is not possible. But you can disable the powered by icon and define it again after the required icon.

Kghbln (talkcontribs)

That's what I thought judging from the example provided by you. Still I was kinda hoping ... Cheers

Reply to "Use case possible"
There are no older topics