User:WikiSysop: Difference between revisions

From CSDMS
m (added home page for sysop to record changes made to wiki code)
 
m (some explanation why "discussion tab" was removed)
Line 2: Line 2:
==== 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)====


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:<br>
Open \includes\SkinTemplate.php file and look for:
Open \includes\SkinTemplate.php file and look for:



Revision as of 15:17, 5 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>