Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 10-05-2008, 11:24 AM
nerofix nerofix is offline
 
Join Date: Mar 2006
Location: Saarland
Posts: 219
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, that's the actual problem, when I want to ban a person called "max mustermann", then it's confusing when you have to ban "destroyer888".

Banning by ID and it doesn't matter anymore which name the user got.

Well, here's an example of two diffrent username, but they looks almost the same: OTTO , ОТТО .. It might be hard to see this, but these are 2 diffrent usernames called OTTO.

If you don't know the diffrence, then tell me and I could register another "Lynne" username account here. This is where the bug begins.
Reply With Quote
  #12  
Old 10-05-2008, 11:31 AM
Lуnnе Lуnnе is offline
 
Join Date: Oct 2008
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well here it is!!

I have a username called "Lynne" .. but shouldn't it be already in use by the original "Lynne" above?

Greetings
nerofix =)
Reply With Quote
  #13  
Old 10-05-2008, 02:53 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lуnnе View Post
Well here it is!!

I have a username called "Lynne" .. but shouldn't it be already in use by the original "Lynne" above?

Greetings
nerofix =)
Hehe. I saw this and was thinking... I was NOT up at 5:30 in the morning posting on this forum!

Personally, I'd find it more confusing to look at a thread with several "Lynne" posts each from different users. How do you tell which one is which? If you and I kept talking in this thread, and if our usernames were not different colors, how would people tell us apart? And if you want to send a PM, how do you tell it to send it to Lynne and not, um, Lynne?

Maybe what you need to do is code it so the username is automatically generated as the userid. And then have the required field of the Real Name. Then just change the code to use the Real Name instead of the userid/username in the Postbit and other places.
Reply With Quote
  #14  
Old 10-05-2008, 03:44 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nerofix View Post
Okay, let me just give you a simple example:

Do you think that facebook.com would have more than 100 million users when they would use vbulletin? I say no! Blocking someone to register just because the username already exists is very stupid in my eyes.

When my name would be "Lynne" too, I could not register here. That's a bug!
Facebook does require unique usernames - it's the user's email.

Quote:
Originally Posted by Lуnnе View Post
Well here it is!!

I have a username called "Lynne" .. but shouldn't it be already in use by the original "Lynne" above?

Greetings
nerofix =)
How you managed that - I'm not sure; but you should have been able to.
Reply With Quote
  #15  
Old 10-05-2008, 04:00 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by King Kovifor View Post
How you managed that - I'm not sure; but you should have been able to.
The username is actually.... oh, it won't even let me post it cuz it wants to parse it....

L & # 1 0 9 1 ; n n & # 1 0 7 7 ;

OK, there it is, only with no spaces.
Reply With Quote
  #16  
Old 10-05-2008, 04:05 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK which I would say may be a bug there.
Reply With Quote
  #17  
Old 10-05-2008, 04:54 PM
noppid noppid is offline
 
Join Date: Mar 2003
Location: Florida
Posts: 1,875
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need a feature, like some sites have, registered member name and display name. So, a hack adding a display name to replace the username may be what ya need.
Reply With Quote
  #18  
Old 10-05-2008, 09:57 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is no bug here, just users making use of the fact that in some fonts, letters with different ascii codes look the same when displayed.
Reply With Quote
  #19  
Old 10-06-2008, 10:06 AM
Kinneas's Avatar
Kinneas Kinneas is offline
 
Join Date: Dec 2005
Location: Nottingham, UK
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's not a bug with the software just because it doesn't function the way you want it to. It seems to me you want vBulletin to be Facebook.

I don't know what kind of userbase you have, but most people understand that forums require unique usernames. Most people understand that they're going to have to think of some kind of alias, and in fact, for a lot of forums people don't necessarily want to use their real names.

Maybe you'd be better off describing the "username" as a "Nickname" to new people trying to sign up. Maybe that would work better. But you can't seriously expect a large portion of vBulletin's architecture to be changed just because it doesn't currently do what you want. I can't even begin to imagine how many changes and problems would arise from making the changes you suggest.
Reply With Quote
  #20  
Old 10-20-2008, 12:22 PM
nexialys
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by nerofix View Post
I think this is a bug in vBulletin and should be fixed.
Ok, you did not understand yet, people are the bug here, not the software... if you do not understand yet that your username is taken and you have to choose a new, gosh, close your computer... 100% of the internet work that way. go register at hotmail, msn, yahoo, myspace, youtube, any site... nowhere you will see the ability to have the same name...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:31 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08570 seconds
  • Memory Usage 2,258KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (9)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete