Extension talk:KeepYourHandsToYourself
Hello. This looks like a pretty great extension, it's just what I need. But, if I have set$wgNamespaceAliases and changed the namespace name of "NS_USER", would it at all mess up the extension? Smaug 23:44, 30 January 2008 (UTC)
Contents |
[edit] Non-existing user pages lead to action=edit...
Sorry but this needs to be fixed. Most of my users have an empty user page and all those user links lead to the edit page... COuldn't it be done that all user linsk lead to User:Foo ? --Subfader 13:22, 11 May 2008 (UTC)
[edit] How to disable autorenaming uploaded Images to User--dataname.ext
I like the facility of having Images only editable by the user who uploaded them, but I don't need it as a standard action, since most of the uploaded images are public domain. Any way to disable autorenaming? --Gara
- You could just comment out the hook:
$wgHooks['UploadForm:BeforeProcessing'][] = 'prependUsernameToFilename';—Emufarmers(T|C) 19:41, 14 June 2009 (UTC)
[edit] Need help
i not very understand how this extension work. After i apply this extension, nothings happen, others user still can edit the page that i created. Should i add anything in the page that i create? and anything should i change in KeepYourHandsToYourself.php? --ckc2009 15 September 2009
[edit] Works mostly
This extension works with 1.17.0 to prevent other users from editing another user's user page. But as for protecting an image, am not clear what "under certain circumstances" means. If I want this to work, I have to add the user name followed by two dashes. This isn't automatic. Is there a way to modify the code to automatically add the user name and two dashes?