User:WikiSysop: Difference between revisions
m some explanation why "discussion tab" was removed |
m test area |
||
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)=== | ||
<div style="overflow:auto;height:100px;"> | |||
long stuff asd asdflkj asl;dfj l;kajsdf l;kjasdf l;kjasdf l;kj asdf;lkj asdf ;lkajsdf ;lkj asdfl;kj asdf ;lkjasdf ;lkj asdf;lkj ;lkj asd;flkj ;lkjsadf';asldkg'a lkajsdfpoiuwretj oijsdfjsaiou iowelkj op[iu jw;lfkjsdfij | |||
;laksjdf;oijwaer | |||
a'soijklsdfiwe r;lkj | |||
ase;oirjl;akejr | |||
;oaijewrl;kj | |||
;aoiero;iajewr | |||
a;okjsfl;kajsdf als;kdfj a;lskdfj oiawej a;ewkjr oiehur oiajewroi sadf | |||
</div> | |||
==== 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 11:17, 11 November 2008
Changes to the wiki software made since --WikiSysop 11:37, 5 November 2008 (MST)
long stuff asd asdflkj asl;dfj l;kajsdf l;kjasdf l;kjasdf l;kj asdf;lkj asdf ;lkajsdf ;lkj asdfl;kj asdf ;lkjasdf ;lkj asdf;lkj ;lkj asd;flkj ;lkjsadf';asldkg'a lkajsdfpoiuwretj oijsdfjsaiou iowelkj op[iu jw;lfkjsdfij
- laksjdf;oijwaer
a'soijklsdfiwe r;lkj ase;oirjl;akejr
- oaijewrl;kj
;aoiero;iajewr
a;okjsfl;kajsdf als;kdfj a;lskdfj oiawej a;ewkjr oiehur oiajewroi sadf
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>