User:WikiSysop: Difference between revisions

From CSDMS
No edit summary
Line 3: Line 3:
<center>
<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;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>
* Updates on '''CSDMS developments''' from the director. [[News|More...]] <span style="color:gray;font-size:80%;">10:49AM 11/11/2008</span>



Revision as of 12:52, 11 November 2008

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

New on the CSDMS site:

  • New: about nothing --WikiSysop 11:52, 11 November 2008 (MST)
  • 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>