Extension talk:NewUserMessage
Contents |
[edit] Usage
This extension works very well, but ...
It might seem obvious to more experienced users, but it took me a while how to work out how to use the name parameter in the MediaWiki:NewUserMessage page (embarrassed smile here!)
I have only used named parameters before so thought adding {{{name}}} would add the users name to the output but it has to be {{{1}}}.
I will add an example MediaWiki:NewUserMessage page to the Usage section to show this.
BrillyuntWebby 19:39, 15 November 2007 (UTC)
[edit] How do you insert the user's real name.
I created a template 'NewUserWelcome' and call that template on NewUserMessage article.
But instead of seeing user's real name all I see i {{{1}}} in the user's talk page.
[edit] How to insert into the User Page instead of user talk page?
[edit] Thanks!
Thanks for this extension, It really helps me out. I am... well lets just say I am a noob in the wiki world still, but this was pretty easy to install and to use. Thanks again =) --82.170.65.121 15:14, 29 November 2007 (UTC)
[edit] Bot in Recent Changes
Hi I have set a bot as $wgNewUserMessageEditor = 'XX'; but still the change shows up in Recent Changes. All other changes by the bot do corretly not show up.
Maybe cos I have changed the message to be added to UserPage? Line 42: $talk = $user->getUserPage();
Any idea? --Subfader 13:44, 12 May 2008 (UTC)
- I'm not quite sure what you mean here? how does the bot fit in with NewUserMessage? I've added a global into the code called $wgNewUserSupressRC to allow you to supress the new user messages from showin up in recent changes. --Nad 21:49, 12 May 2008 (UTC)
- Thanks that works fine now. --Subfader 05:23, 13 May 2008 (UTC)
[edit] Request to enable on Wikimedia
Just an FYI: See bugzilla:14311. Siebrand 14:44, 28 May 2008 (UTC)
- Thanks for keeping me in the loop :-) --Nad 21:12, 28 May 2008 (UTC)
[edit] Why no support of insertion into User Page
Is there any reason why this extension does not support filling the User Page instead of the User Talk Page with the provided template? I just hacked the extension by replacing $user->getTalkPage() by $user->getUserPage() and it seems to work, but I haven't thoroughly tested it yet.
Any comments or arguments why this might be a bad idea? - LosWochos 11:38, 20 April 2009 (UTC)
- Yeah i'd like something like this as well, or be able to leave multiple messages on different pages. --119.194.128.193 08:23, 14 July 2009 (UTC)
[edit] Doesn't work on 1.17, breaks API
I installed this extension sometime last week. I am current developing MediaWiki bot in PHP. It works before, now I am rewriting it in Ruby. I am keep getting Illegal errors when logging in. I spent 10 hours debugging my bot and found nothing. Finally I found is this extension that's doing it and I disabled it. Is there a bug??
[edit] Major error message, extension does not work.
Of late I've been getting the following error message, which ties to this extension:
Fatal error: Call to a member function isLoggedIn() on a non-object in /home/kitsufo/public_html/cosc/extensions/NewUserMessage/NewUserMessage.class.php on line 26
I use mediawiki 1.16.0 and extension version 3.1 .
Kitsufox 13:57, 23 June 2011 (UTC)