How-Tos

From Tweeki
Revision as of 13:56, 10 February 2015 by Thai (talk | contribs) (→‎Navigation)
Jump to: navigation, search

Navigation

Show navigation or parts of it only for logged in users

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' );

Add links to the standard sections in the footer

use Mediawiki's default mechanisms