|
|
Line 15: |
Line 15: |
| | | |
| * [http://meta.wikimedia.org/wiki/Help:Recent_changes Recent Changes Help] | | * [http://meta.wikimedia.org/wiki/Help:Recent_changes Recent Changes Help] |
− |
| |
− |
| |
− | == History: Special pages ==
| |
− |
| |
− | * Page [[MediaWiki:Common.css]] contains site wide CSS additions.
| |
− | ** Added CSS to hide title on home page. [https://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_hide_the_main_page_title.3F See MediaWiki FAQ Help]
| |
− | * This page [[MediaWiki:Bottom-notice-ns-0]] contains a common page footer text. Had to install Extension: [https://www.mediawiki.org/wiki/Extension:PageNotice PageNotice Help]
| |
− |
| |
− | == History Notes: Site Extensions & LocalSettings.php changes ==
| |
− |
| |
− | 23/12/2016 - Robert
| |
− | * Added Page Header/Footer Extension "[https://www.mediawiki.org/wiki/Extension:PageNotice PageNotice]". Create global page header and footers.
| |
− | * # RWC - Turn off user skin choice -- $wgAllowUserSkin = false;
| |
− | * Added googleAnalytics Extension "[https://www.mediawiki.org/wiki/Extension:Google_Analytics_Integration googleAnalytics]"
| |
− | ** $wgGoogleAnalyticsAccount = 'UA-89413061-1'; # Our GoogleAnalytics UA number
| |
− | ** $wgGoogleAnalyticsIgnoreSpecials = array( 'Userlogin', 'Userlogout', 'Preferences', 'ChangePassword', 'OATH'); # Ignore these oages
| |
− | ** // Use 'noanalytics' permission to exclude specific user groups from web analytics, e.g.
| |
− | ** $wgGroupPermissions['sysop']['noanalytics'] = true;
| |
− | ** $wgGroupPermissions['bot']['noanalytics'] = true;
| |
− | * Added Spam control Extensions "[https://www.mediawiki.org/wiki/Extension:BlockAndNuke BlockAndNuke]"; Special page = "Block and Nuke". Allows mass blocking and deleting of user contributions.
| |
− | * Added Spam control Extensions "[https://www.mediawiki.org/wiki/Extension:UserMerge UserMerge]"; Special page = "Merge and delete users". Allows to merge users into single user we call "Spammer"
| |
− | * Added old wiki restrictions
| |
− | && $wgGroupPermissions['*']['createaccount'] = false; # RWC 14-Mar-2011, Users can no longer create accounts
| |
− |
| |
− |
| |
− | Rob: Note this is a copy of old installed extensions (these below are not installed)
| |
− |
| |
− | === Google +1 ===
| |
− |
| |
− | 6-Jul-2011 Allows you to include Google +1 button in 4 different versions very simply.
| |
− | * [http://www.mediawiki.org/wiki/Extension:Google_%2B1 Google1 Extension Help]
| |
− | * [http://www.google.com/intl/en/webmasters/+1/button/index.html Google +1 Info page] | [https://code.google.com/apis/+1button/ Another +1 Info page]
| |
− |
| |
− | With the tag <pre><google1></google1> (same as default Small version)</pre>
| |
− | * Version 1: <pre><google1 style="1"></google1> (Small version)</pre>
| |
− | * Version 2: <pre><google1 style="2"></google1> (Medium version)</pre>
| |
− | * Version 3: <pre><google1 style="3"></google1> (Standard version)</pre>
| |
− | * Version 4: <pre><google1 style="4"></google1> (Tall version)</pre>
| |
− |
| |
− | <google1 style="1"></google1>
| |
− | <google1 style="2"></google1>
| |
− | <google1 style="3"></google1>
| |
− | <google1 style="4"></google1>
| |
− |
| |
− | ==== Google1_mod.php ====
| |
− | Notice the Google1.php only allows one +1 per page. So I created a modified version called Google1_mod.php (which is currently running). <br />
| |
− | The spec says you can put more than one +1 on a page if you use the href="" attribute to specify the associated URL (you can not use an invalid URL or add a bookmark)<br />
| |
− | In this modified version you can use style=1,2,3,4 same as above or "small", "medium", "standard", or "tall".<br />
| |
− | ''Note:'' Using Google's embedded code pings the Google server so don't be surprised if your page runs a little slower. <br /><br />
| |
− | The original code always included script. In the modified code if you use href="" then no script is respecified.<br />
| |
− | If all your google1 code contains href="" then somewhere in the page add the following to invisibly add the google script include
| |
− | * <pre><google1 style="script"></google1></pre>
| |
− |
| |
− | Examples:
| |
− | * <pre><google1 style="small" href="http://website.com/page1"></google1></pre>
| |
− | * <pre><google1 style="medium" href="http://website.com/page2"></google1></pre>
| |
− | * <pre><google1 style="standard" href="http://website.com/page3"></google1></pre>
| |
− | * <pre><google1 style="tall" href="http://website.com/page4"></google1></pre>
| |
− | These do not function 100% because the URLs are fictitious. Google wants real URLs. So normally you would use the link to the .PDF etc next to the +1.<br />
| |
− | <google1 style="small" href="http://opensourcehelminththerapy.org/mediawiki2/title=Help:Editing001"></google1>
| |
− | <google1 style="medium" href="http://opensourcehelminththerapy.org/mediawiki2/title=Help:Editing002"></google1>
| |
− | <google1 style="standard" href="http://opensourcehelminththerapy.org/mediawiki2/title=Help:Editing003"></google1>
| |
− | <google1 style="tall" href="http://opensourcehelminththerapy.org/mediawiki2/title=Help:Editing004"></google1>
| |
− |
| |
− | * <pre><google1 href="http://website.com/page1"></google1></pre>
| |
− | * <pre><google1 style="1" href="http://website.com/page1"></google1></pre>
| |
− |
| |
− | <google1 href="http://opensourcehelminththerapy.org/mediawiki2/title=Help:Editing"></google1>
| |
− | <google1 style="1" href="http://opensourcehelminththerapy.org/mediawiki2/title=Help:Editing"></google1>
| |
− |
| |
− | === NoTitle ===
| |
− |
| |
− | Robert: This is deprecated so we now use CSS to do this.
| |
− |
| |
− | Put __NOTITLE__ on any pages where you want to hide the title.
| |
− | * [http://www.mediawiki.org/wiki/Extension:NoTitle NoTitle Extension Help]
| |
− |
| |
− |
| |
− | === EmbedVideo ===
| |
− |
| |
− | Embed web video such as YouTube
| |
− |
| |
− | * [http://www.mediawiki.org/wiki/Extension:EmbedVideoPlus EmbedVideo Extension Help]
| |
− |
| |
− | Example:
| |
− | {{#ev:youtube|H0tpzODdR0c|200}}
| |
− |
| |
− | == Log of Changers ==
| |
− |
| |
− | <pre>
| |
− | File: \mediawiki2\LocalSettings.php
| |
− |
| |
− | # monobook is the old Wikipedia skin
| |
− | $wgDefaultSkin = 'monobook'; # was 'modern'
| |
− | # this means existing users preferences are set to monobook as well. Instead remaining on modern.
| |
− | $wgAllowUserSkin = false;
| |
− |
| |
− | ## Set page logo
| |
− | $wgLogo = "wormLogo.png";
| |
− |
| |
− | ## Set site icon
| |
− | $wgFavicon = "wormLogo.ico";
| |
− |
| |
− | # Extension - EmbedVideo code. Enable the embedding of videos.
| |
− | # See http://www.mediawiki.org/wiki/Extension:EmbedVideoPlus
| |
− | require_once('extensions/EmbedVideo/EmbedVideo.php');
| |
− |
| |
− | # Extension - NoTitle. Add __NoTitle__ to any page to hide the title.
| |
− | # See http://www.mediawiki.org/wiki/Extension:NoTitle
| |
− | require_once("$IP/extensions/NoTitle/NoTitle.php");
| |
− |
| |
− | # Extension - ParserFunctions (use by imported MediaWiki Templates)
| |
− | # See http://www.mediawiki.org/wiki/Extension:ParserFunctions
| |
− | require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" );
| |
− | # If you want to use the integrated string function functionality
| |
− | $wgPFEnableStringFunctions = true;
| |
− |
| |
− | # Extension - GoogleAnalytics
| |
− | # http://www.mediawiki.org/wiki/Extension:GoogleAnalytics
| |
− |
| |
− | # RWC 14-Mar-2011, Users can no longer create accounts
| |
− | $wgGroupPermissions['*']['createaccount'] = false;
| |
− |
| |
− | </pre>
| |
− |
| |
− | == Other ==
| |
− |
| |
− | * [[Special:ListUsers/sysop]]
| |