matchsilikon.blogg.se

Mediawiki mobile
Mediawiki mobile







#Mediawiki mobile skin#

Once you do this, the ability of a user to select whatever skin will be removed. This is key to making a responsive wiki, and is one of the largest migration requirements when you want to move a wiki that previously used Vector (and likely a lot of tables for layout) to Pivot. 'wikiNameDesktop' => &$GLOBALS,Īs you build a wiki out with Pivot you will likely use the responsive grid from Foundation. Add the following after wfLoadSkin( 'pivot' ) in LocalSettings.php to change the feature defaults: These are the default values and the example of the array to change the defaults. 'useAddThisFollow' => '' default empty string, do not use AddThis follow, your_addthis_specific_div_class_string will insert the follow toolbox div in the right-footer area before icon or text output with your custom div class.'useAddThisShare' => '' default empty string, do not use AddThis share, your_addthis_specific_div_class_string will insert the share toolbox div directly under page title, but before the tagline with your custom div class.'addThisPUBID' => '' empty string will not fire the AddThis script, 'ra-#-#' publisher ID will allow the run the AddThis script in async on content pages only.'showFooterIcons' => false will show text in place of footer icons, true will output the icons as globally set.Useful to overcome MIME type server configurations not set correctly. 'preloadFontAwesome' => false set to true to preload Font Awesome as a element.'navbarIcon' => false no icon in mobile view, true to use the global set logopath image of the wiki.Set to display a longer name in desktop view. 'wikiNameDesktop' => &$GLOBALS default sitename.Set to display a short version without changing the systems wikiname. 'wikiName' => &$GLOBALS default is the sitename.'showRecentChangesUnderTool's => true a Link to "recent changes" will be created under "Tools".'showHelpUnderTools' => true a Link to "Help" will be created under "Tools".'usePivotTabs' => false set to true to enable Foundation tabs markup in wiki pages.'fixedNavBar' => false will allow the NavBar to scroll with the content, true will lock the NavBar.'showActionsForAnon' => true displays page actions for non-logged-in visitors.Use following features in LocalSettings.php to change the behavior.







Mediawiki mobile