User:WikiSysop
From CSDMS
Changes to the wiki software made since --WikiSysop 11:37, 5 November 2008 (MST)
New on the CSDMS site:
- Updates on CSDMS developments from the director. More... 10:49AM 11/11/2008
- Working groups and Focus Research Groups start to meet again. Make sure to be part of it. More... 10:49AM 11/10/2008
- CSDMS Handbook on modeling tools is out! More... 10:36AM 11/9/2008
- Be part of the first CSDMS Town Hall meeting at AGU. More... 9:16AM 11/2/2008
- Want to work in Boulder? Apply for a job at CSDMS. More... 3:48PM 10/25/2008
- Students: completed developing an earth science model? Apply for the CSDMS student award 2008. More... 11:18AM 10/18/2008
Remove 'discussion tab' from Page edit toolkit --WikiSysop 11:38, 5 November 2008 (MST)
CSDMS decided not to use any of the "discussion" pages capabilities that can be created for each of its web pages. Therefore the "discussion" tab was removed from the "Page edit toolkit" by the next action:
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>