-----Original Message-----
From: david Sent: Tuesday, September 09, 2008 5:03 AM Subject: [Mediawiki-l] Obtain logged user user-name I my case I want to obtain the current logged user user-name to use it as default content with a SemanticForms form. It's there a variable or some way to obtain it? "~~~" doesn't work in this case.
_______________________________________________
Do you want it in an extension? If you do how about $wgUser->getName();
I haven't seen any way for wiki text to automatically give you a username that isn't a link.
Good luck! -Courtney