From d12e611571e4fa6c10c3b742f1d4bb058c71c0ba Mon Sep 17 00:00:00 2001 From: Tom Hutchison Date: Sat, 3 Oct 2015 19:12:39 -0400 Subject: [PATCH] Configurations are not beta anymore, they are all functional --- README.md | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 86ab060..9fb90fc 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To activate Pivot for all users and anonymous visitors, you need to set the `$wg $wgDefaultSkin = "pivot"; -## Configuration (*not all are usable, BETA*) +## Configurations Use following features in `LocalSettings.php` to change the behavior. @@ -44,7 +44,7 @@ Use following features in `LocalSettings.php` to change the behavior. - `'fixedNavBar' => false` will allow the NavBar to scroll with the content, `true` will lock the NavBar. - `'navbarIcon' => false` no icon in mobile view, `true` to use the global set logopath image of the wiki. - `'showFooterIcons' => false` will show text in place of footer icons, `true` will output the icons as globally set. -- `'addThisPUBID' => '' empty string will not fire the AddThis script, `'ra-##-#######'` publisher ID will allow the run the AddThis script in async. +- `'addThisPUBID' => ''` empty string will not fire the AddThis script, `'ra-##-#######'` publisher ID will allow the run the AddThis script in async. - `'useAddThisShare' => false` default, do not use AddThis share, `true` will insert the share toolbox div directly under page title, but before the tagline. - `'useAddThisFollow' => false` default, do not use AddThis follow, `true` will insert the follow toolbox div in the `right-footer` area before icon or text output. @@ -65,24 +65,6 @@ These are the default values: 'useAddThisFollow' => false ); -### Usage of NavWrapperType - -With a setting like: - - 'NavWrapperType' => 'divonly' - -and the created div called `navwrapper` anonymous visitors can change the setting of navbar (fixed or sticky) by -User-Script (Firefox-extensions like greasemonkey or scriptish), users can take a gadget or their JavaScript, CSS ... : - - $('#navwrapper').addClass('sticky'); - - -Or you set class in LocalSettings.php with: - - 'NavWrapperType' => 'contain-to-grid fixed' - -and visitors will be able to remove this class by their own JavaScript or gadget ... - ### Notes on other skins