User:WikiSysop: Difference between revisions

From CSDMS
m removed additional text
m Some more explanation how to modify login message
Line 1: Line 1:
=How to Wiki=
=How to Wiki=
== Modify "Log in / create account" ==
== Modify "Log in / create account" ==
Modify the following file MediaWiki:Nav-login-createaccount
If you want to modify the upper right corner wiki message 'Log in / create account', modify the following file MediaWiki:Nav-login-createaccount.
Be aware that for other languages than English this message is not modified.


== Remove "discussion tab" ==
== Remove "discussion tab" ==

Revision as of 09:40, 30 October 2009

How to Wiki

Modify "Log in / create account"

If you want to modify the upper right corner wiki message 'Log in / create account', modify the following file MediaWiki:Nav-login-createaccount. Be aware that for other languages than English this message is not modified.

Remove "discussion tab"

Notice: Discussion tab is made active again on this wiki!

This is a nasty way to remove the discussion tab:
Open \includes\SkinTemplate.php file and look for:

$content_actions[’talk’] = $this->tabAction(
$this->mTitle->getTalkPage(),
‘talk’,
$this->mTitle->isTalkPage(),
,
true);

and change that to:

/*
$content_actions[’talk’] = $this->tabAction(
$this->mTitle->getTalkPage(),
‘talk’,
$this->mTitle->isTalkPage(),
”,
true);
*/