User:WikiSysop

From CSDMS
Revision as of 12:47, 5 November 2008 by WikiSysop (talk | contribs) (added home page for sysop to record changes made to wiki code)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Changes to the wiki software made since --WikiSysop 11:37, 5 November 2008 (MST)

Remove 'discussion tab' from Page edit toolkit --WikiSysop 11:38, 5 November 2008 (MST)

Open \includes\SkinTemplate.php file and look for:

<geshi lang="php"> $content_actions[’talk’] = $this->tabAction( $this->mTitle->getTalkPage(), ‘talk’, $this->mTitle->isTalkPage(), ”, true); </geshi> and change that to:

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

  • /

</geshi>