Allow users to change their username
GHengeveld |
|
---|---|
I've updated the NameChange plugin by Spartan (Seditio plugin).
New features and modifications: - Option to set a default username using tags like {NAME} and {EXTRA1} - Added more options for minimum wait between changes (up to 10 years) - Fully localisable (english and dutch included) Installation: - Upload plugin files - Open phpMyAdmin and run sql.txt on your database - Go to admin/plugins/namechange and install all - Open users.profile.tpl for your skin and add this tag {PLUGIN_NAMECHANGE} (next to USERNAME) Download here |
|
Bu konu Koradhil tarafından düzenlendi(2009-05-11 00:33, 15 yıllar önce) |
chobblr |
|
---|---|
The Links dead
Update: working now |
|
Bu konu chobblr tarafından düzenlendi(2009-05-11 00:24, 15 yıllar önce) |
GHengeveld |
|
---|---|
Yeah a minor thing popped up (language tag didn't exist) so I had to update the file.
|
chobblr |
|
---|---|
great it works, but when a user changes his or her name it takes them to a page saying there not allowed to do this, even though they just did and it worked
|
GHengeveld |
|
---|---|
Check line 76, should be:
header("Location: plug.php?e=namechange&check=1&a=done"); |
chobblr |
|
---|---|
woop, thats great, does this alter the user name table ? or is like a mask over the normal one ?
When re-trying the message shows "You can\'t change your username right now. If you really need to change it, please contact an administrator." |
|
Bu konu chobblr tarafından düzenlendi(2009-05-11 00:44, 15 yıllar önce) |
GHengeveld |
|
---|---|
It will change user_name in sed_users and keeps a record of old names in sed_namechange. Old names can be restored in admin > tools > namechange.
|
chobblr |
|
---|---|
Oh, thats even better, nice work :), saves me doing it and gives user that 1 step more freedom
|