Difference between revisions of "Setup for tweeki.kollabor.at"
From Tweeki
Line 10: | Line 10: | ||
$wgGroupPermissions['*']['edit'] = false; | $wgGroupPermissions['*']['edit'] = false; | ||
− | // make | + | // make 'sidebar-right' hideable with the #tweekihide parser function (used on the main page) |
− | $wgTweekiSkinHideable[] = 'sidebar'; | + | $wgTweekiSkinHideable[] = 'sidebar-right'; |
// hide the edit button as well as the subnavigation (containing the toolbox | // hide the edit button as well as the subnavigation (containing the toolbox | ||
− | // and personal links) for anonymous users | + | // and personal links for editors) for anonymous users |
$wgTweekiSkinHideAnon = array( 'EDIT-EXT', 'subnav' ); | $wgTweekiSkinHideAnon = array( 'EDIT-EXT', 'subnav' ); | ||
// hide the standard footer icons for everybody | // hide the standard footer icons for everybody |
Revision as of 10:04, 6 November 2016
LocalSettings.php
[...] require_once( "$IP/skins/Tweeki/Tweeki.php" ); // load skin $wgDefaultSkin = "tweeki"; // make it the default // set permissions: this is read-only for the general public $wgGroupPermissions['*']['createaccount'] = false; $wgGroupPermissions['*']['edit'] = false; // make 'sidebar-right' hideable with the #tweekihide parser function (used on the main page) $wgTweekiSkinHideable[] = 'sidebar-right'; // hide the edit button as well as the subnavigation (containing the toolbox // and personal links for editors) for anonymous users $wgTweekiSkinHideAnon = array( 'EDIT-EXT', 'subnav' ); // hide the standard footer icons for everybody $wgTweekiSkinHideAll = array( 'footer-icons' );
Messages
for all changed Tweeki messages and their defaults see full list, or the complete list of all changed system messages
- Login
- Installation,Configuration,*Configuration Options,*Messages,*Parser Functions,*Hooks, *Custom Styling,*Preferences,Components,*{{#ask:[[Category:Components]]}},How-Tos,Changelog
- SEARCH,ICONWATCH,PERSONAL
- TOOLBOX
Semantic MediaWiki
has been installed via composer:
composer require mediawiki/semantic-media-wiki "~2.1" --update-no-dev