User:WikiSysop: Difference between revisions

From CSDMS
m took out some tests cases
Line 1: Line 1:
===Changes to the wiki software made since --[[User:WikiSysop|WikiSysop]] 11:37, 5 November 2008 (MST)===
===Changes to the wiki software made since --[[User:WikiSysop|WikiSysop]] 11:37, 5 November 2008 (MST)===
<center>
'''New on the CSDMS site:'''
<div style="overflow:auto;height:90px;background-color:#eeeeff;border: 1px solid #aaa;text-align:left;padding-right:5%;">
* New: about nothing <span style="color:gray;font-size:80%;">--[[User:WikiSysop|WikiSysop]] 11:52, 11 November 2008 (MST)</span>
* Updates on '''CSDMS developments''' from the director. [[News|More...]] <span style="color:gray;font-size:80%;">10:49AM 11/11/2008</span>
* '''Working groups''' and '''Focus Research Groups''' start to meet again. Make sure to be part of it. [[Meetings|More...]] <span style="color:gray;font-size:80%;">10:49AM 11/10/2008</span>
* '''[[Tools_CSDMS_Handbook|CSDMS Handbook]]''' on modeling tools is out! [[Tools_CSDMS_Handbook|More...]] <span style="color:gray;font-size:80%;">10:36AM 11/9/2008</span>
* Be part of the first CSDMS '''Town Hall meeting''' at AGU. [[TownHall_AGU_2008|More...]] <span style="color:gray;font-size:80%;">9:16AM 11/2/2008</span>
* Want to work in Boulder? Apply for a '''[[Jobs|job at CSDMS]]'''. [[Jobs|More...]] <span style="color:gray;font-size:80%;">3:48PM 10/25/2008</span>
* Students: completed developing an earth science model? Apply for the CSDMS '''student award''' 2008. [[Student_Modeler_Award_2008|More...]] <span style="color:gray;font-size:80%;">11:18AM 10/18/2008</span>
</div></center>


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

Revision as of 16:52, 11 November 2008

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)

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>