User:WikiSysop: Difference between revisions

From CSDMS
m added my personal information
No edit summary
Line 4: Line 4:
|Institute / Organization member=University of Colorado
|Institute / Organization member=University of Colorado
|Department member=INSTAAR / CSDMS-IF
|Department member=INSTAAR / CSDMS-IF
|Postal address 1 member=Campus Box 450  
|Postal address 1 member=Campus Box 450
|Postal address 2 member=test
|Postal address 2 member=(Or to visit 1560 30th street)
|Town / City member=Boulder
|Town / City member=Boulder
|Postal code member=80309-0450
|Postal code member=80309-0450
Line 20: Line 20:
|How did you learn about CSDMS member=--
|How did you learn about CSDMS member=--
}}
}}
=How to Wiki=
=How to Wiki=
== Modify "Log in / create account" ==
== Modify "Log in / create account" ==

Revision as of 09:55, 30 October 2009

"USA" is not in the list (Afghanistan, Albania, Algeria, Andorra, Angola, Antigua and Barbuda, Argentina, Armenia, Australia, Austria, ...) of allowed values for the "Country member" property.



Albert Kettner, (he/his), website username login: WikiSysop

Upload photo

INSTAAR / CSDMS-IF
Campus Box 450
(Or to visit 4001 Discovery drive)
, Colorado
80309-0450
USA"USA" is not in the list (Afghanistan, Albania, Algeria, Andorra, Angola, Antigua and Barbuda, Argentina, Armenia, Australia, Austria, ...) of allowed values for the "Country member" property.
(Office)+1 (303) 735-5486
(Fax)+1 (303) 492-6388
Kettner@colorado.edu
https://instaar.colorado.edu/people/albert-j-kettner/

Loading map...

Member of the following CSDMS groups

  • Terrestrial Working Group

Signed up for the mailing list:

CSDMS-related interest

I'm part of the CSDMS Integration Facility

How to Wiki

Modify "Log in / create account"

If you want to modify the upper right corner wiki message 'Log in / create account', modify the following file MediaWiki:Nav-login-createaccount. Be aware that for other languages than English this message is not modified.

Remove "discussion tab"

Notice: Discussion tab is made active again on this wiki!

This is a nasty way to remove the discussion tab:
Open \includes\SkinTemplate.php file and look for:

$content_actions[’talk’] = $this->tabAction(
$this->mTitle->getTalkPage(),
‘talk’,
$this->mTitle->isTalkPage(),
,
true);

and change that to:

/*
$content_actions[’talk’] = $this->tabAction(
$this->mTitle->getTalkPage(),
‘talk’,
$this->mTitle->isTalkPage(),
”,
true);
*/