Difference between revisions of "Setup for tweeki.kollabor.at"

From Tweeki
Jump to: navigation, search
Line 22: Line 22:
 
=== Messages ===
 
=== Messages ===
  
 +
for all changed Tweeki messages and their defaults [{{fullurl:Special:AllMessages|prefix=Tweeki&filter=modified&lang=en&limit=50}} see full list], or the [{{fullurl:Special:AllMessages|filter=modified&lang=en&limit=50}} complete list of all changed system messages]
 +
 +
* {{Setupmsg|Tweeki-login}}
 
* {{Setupmsg|Tweeki-navbar-left}}
 
* {{Setupmsg|Tweeki-navbar-left}}
 
* {{Setupmsg|Tweeki-navbar-right}}
 
* {{Setupmsg|Tweeki-navbar-right}}
 +
* {{Setupmsg|Tweeki-subnav}}

Revision as of 23:39, 30 June 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;
$wgGroupPermissions['user']['createaccount'] = false;
$wgGroupPermissions['user']['edit'] = false;
$wgGroupPermissions['sysop']['createaccount'] = true;
$wgGroupPermissions['sysop']['edit'] = true;

// make the sidebar hideable with the #tweekihide parser function
$wgTweekiSkinHideable[] = 'sidebar'; 
// hide the edit button as well as the subnavigation (containing the toolbox 
// and personal links) 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