MyBB Hacks

Full Version: Display Name / User Nickname Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
Please, when people try to recover their passwords they a receive a e-mail with only the display name, not the login name on the field login name.... its annoying because some people forget their logins.

Thanks!
MyBB version?  Also, what language and login method (username/email/username+email)?
The email should start with the display name, but the details should contain the actual login name.
Version 1.8.4,
Default Language > Brazilian Portuguese,
Login Method > login name.

The e-mail start with display name and on the details the username is the same as the display name.

Ill send you details in private.

Thanks.
(04-11-2015 03:45 AM)julioms87 Wrote: [ -> ]Default Language > Brazilian Portuguese,
(03-13-2010 10:52 PM)ZiNgA BuRgA Wrote: [ -> ]Known limitations/issues:
  • It relies on a few things in the supplied English messages.lang.php and may not work correctly with other languages - this only really affects activation emails
  • Various English phrases are hard coded in

It's expected to be problematic if the language isn't English.
If you want to try to fix it, you'll need to make changes to the code - find instances of

PHP Code:
'Username: {1}', 'Username: '

and

PHP Code:
"Username: {1}", "Username: "

and change them appropriately so that they match the text in your language.

(04-11-2015 08:27 PM)ZiNgA BuRgA Wrote: [ -> ]
(04-11-2015 03:45 AM)julioms87 Wrote: [ -> ]Default Language > Brazilian Portuguese,
(03-13-2010 10:52 PM)ZiNgA BuRgA Wrote: [ -> ]Known limitations/issues:
  • It relies on a few things in the supplied English messages.lang.php and may not work correctly with other languages - this only really affects activation emails
  • Various English phrases are hard coded in

It's expected to be problematic if the language isn't English.
If you want to try to fix it, you'll need to make changes to the code - find instances of

PHP Code:
'Username: {1}', 'Username: '

and

PHP Code:
"Username: {1}", "Username: "

and change them appropriately so that they match the text in your language.


Anyway of release a fix to be compatible with MYBB 1.8.10?
Is it incompatible?  What are the problems?
I'm facing incompatibility when using this plugin as well as the Enhanced Account Switcher plugin. Every time I try to switch to an account that has a Display Name/Nickname, it logs me out instead.

Do you know how I would fix this?
Is there a solution to the inconsistency issue with the "Display Name / User Nickname Plugin" across forum sections? Need guidance for seamless user experience.
Hello, I installed your plugin and it works well
I miss only one thing, on usercp page, I cannot change the username (display name)
I can only change it in the admin page
Is there something wrong or is it done for security reason ?
Thanks
Pages: 1 2 3 4 5 6
Reference URL's