User:WikiSysop: Difference between revisions

From CSDMS
mNo edit summary
No edit summary
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>
<div style="width:520px;text-align:center;">
'''New on the CSDMS site:'''
'''New on the CSDMS site:'''
<div style="overflow:auto;height:90px;width:520px;background-color:#eeeeff;border: 1px solid #aaa;text-align:left;padding-right:5%">
<div style="overflow:auto;height:90px;width:520px;background-color:#eeeeff;border: 1px solid #aaa;text-align:left;padding-right:5%">
Line 17: Line 16:
* 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>
* 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></div>
</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 12:42, 11 November 2008

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
  • Be part of the first CSDMS Town Hall meeting at AGU. More... 9:16AM 11/2/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>