Difference between revisions of "Template:LocalSettings.php-Tweaks"

From SemanticOrganization
Jump to: navigation, search
Line 14: Line 14:
 
  # Settings for Page Forms
 
  # Settings for Page Forms
 
  $wgPageFormsAutocompleteOnAllChars = true;
 
  $wgPageFormsAutocompleteOnAllChars = true;
 
# Disable caching
 
$wgEnableParserCache = false;
 
$wgCachePages = false;
 
 
   
 
   
 
  # Allow display titles for automatically created page names
 
  # Allow display titles for automatically created page names
 
  $wgRestrictDisplayTitle = false;
 
  $wgRestrictDisplayTitle = false;

Revision as of 22:43, 26 November 2020

# Show Tweeki's advanced features by default
$wgDefaultUserOptions['tweeki-advanced'] = 1;
# Use Bootstrap Tooltips
$wgTweekiSkinUseTooltips = true;

# Enable String Functions
$wgPFEnableStringFunctions = true;

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

# Settings for Page Forms
$wgPageFormsAutocompleteOnAllChars = true;

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