User:WikiSysop
From CSDMS
How to Wiki
Modify "Log in / create account"
Modify the following file MediaWiki:Nav-login-createaccount Also, than it is nice to change
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);
*/