Template: LocalSettings.php-Tweaks

From SemanticOrganization
Revision as of 09:14, 16 August 2018 by Admin (talk | contribs)
Jump to: navigation, search
# Show Tweeki's advanced features by default
$wgDefaultUserOptions['tweeki-advanced'] = 1;

# Enable String Functions
$wgPFEnableStringFunctions = true;

# Enable Semantic MediaWiki
enableSemantics('YOURDOMAIN.TLD');
$smwgEnabledEditPageHelp = false;
$smwgLinksInValues = true;

# Settings for Page Forms
$wgPageFormsAutocompleteOnAllChars = true;

# Disable caching
$wgEnableParserCache = false;
$wgCachePages = false;

# Allow display titles for automatically created page names
$wgRestrictDisplayTitle = false;