Difference between revisions of "How-Tos"
From Tweeki
| Line 6: | Line 6: | ||
$wgTweekiSkinHideAnon = array( 'navbar' ); | $wgTweekiSkinHideAnon = array( 'navbar' ); | ||
| + | |||
| + | === Add links to the standard sections in the footer === | ||
| + | |||
| + | use [http://www.mediawiki.org/wiki/Manual:Footer#Add_links_to_the_footer Mediawiki's default mechanisms] | ||
Revision as of 11:56, 10 February 2015
Just add the navigational sections and elements you want to hide for anonymous users to the $wgTweekiSkinHideAnon array in LocalSettings.php, e.g.
$wgTweekiSkinHideAnon = array( 'navbar' );