User:WikiSysop: Difference between revisions

From CSDMS
No edit summary
m how to remove the discussion tab
Line 3: Line 3:
==== 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>
This is a way to remove the discussion tab:<br>
Open \includes\SkinTemplate.php file and look for:
Open \includes\SkinTemplate.php file and look for:



Revision as of 14:55, 14 May 2009

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)

This is a way to remove the discussion tab:
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>