Difference between revisions of "How-Tos"

From Tweeki
Jump to: navigation, search
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 13:56, 10 February 2015

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