Difference between revisions of "Footer Examples"

From Tweeki
Jump to: navigation, search
Line 8: Line 8:
 
   |msg-footer-custom=LOGIN
 
   |msg-footer-custom=LOGIN
 
   |config-options=
 
   |config-options=
$wgTweekiSkinHideAll['footer-info'] = true;<br>
+
$wgTweekiSkinHideAll['footer-info'] = true;
 +
aha
 
$wgTweekiSkinHideLoggedin['footer-custom'] = true;
 
$wgTweekiSkinHideLoggedin['footer-custom'] = true;
 
   |content=<ul id="footer-places">
 
   |content=<ul id="footer-places">

Revision as of 20:55, 10 March 2017

Default

By default, footer-info is hidden for all users, and footer-custom (with a login link as standard content) will only be shown to anonymous users.

This is how the footer looks for anonymous users:

CONFIG Messages Configuration Options
  • MediaWiki:Tweeki-footer: FOOTER
  • MediaWiki:Tweeki-footer-custom: LOGIN
$wgTweekiSkinHideAll['footer-info'] = true;

aha $wgTweekiSkinHideLoggedin['footer-custom'] = true;

RESULT

Settings for tweeki.thai-land.at

CONFIG Messages Configuration Options
$wgTweekiSkinHideAll['footer-icons'] = true;
RESULT

Show footer-info

footer-info contains information about the time of the last edit and about the copyright. You can additionally set $wgMaxCredits to a non-zero value to show one, some or all of the contributors to a page.


CONFIG Messages Configuration Options
$wgTweekiSkinHideAll['footer-info'] = false;
RESULT