User talk:Hughpickens
Contents
- 1 Changes on 01-23-14
- 1.1 I am preventing anonymous editing with:
- 1.2 I am not allowing users to create new pages
- 1.3 On 01-23-14 I am allowing the administrator to create new pages
- 1.4 I am no longer allowing anyone to create an account
- 1.5 I am allowing the html tag
- 1.6 I am enabling the sysop to hide revisions and log items from users.
- 2 Changes on 01-28-14
Changes on 01-23-14
Changes I have made to the Local Setting File
I am preventing anonymous editing with:
$wgGroupPermissions['*']['edit'] = false;
I am not allowing users to create new pages
$wgGroupPermissions['*']['createpage'] = false; $wgGroupPermissions['user']['createpage'] = false;
On 01-23-14 I am allowing the administrator to create new pages
$wgGroupPermissions['sysop']['createpage'] = true;
I am no longer allowing anyone to create an account
$wgGroupPermissions['*']['createaccount'] = false;
I am allowing the html tag
$wgRawHtml = true;
I am enabling the sysop to hide revisions and log items from users.
$wgGroupPermissions['sysop']['deletelogentry'] = true;
$wgGroupPermissions['sysop']['deleterevision'] = true;
Changes on 01-28-14
Added Citation Extension
Downloaded citation extension from MediaWiki
Installed the extension files in the directory wiki/extensions/Cite.
Added the following to the LocalSettings.php file:
require_once( $IP.'/extensions/Cite/Cite.php' );
Installed the Template:Reflist
Went to my old Template onresearchandideas:
Copied the source
Created a new page: Template:Reflist
Copied the source.
It works.
Copied Research andIdeas Logo
Copied the 135 by 135 png logo
Uploaded it to /www/skins/common/images/
directory and renamed it wiki.png