vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin Pre-Sales Questions (https://vborg.vbsupport.ru/forumdisplay.php?f=26)
-   -   Different display name than username (https://vborg.vbsupport.ru/showthread.php?t=137475)

DiStefano 01-25-2007 10:16 AM

Different display name than username
 
Hi,

For my study program I need to set up a forum for students to be able to communicate with eachother. Since all the students already have an account to access the website portal of the university I was asked if the username and pass for the forum could be the same as that of the portal. That is not really difficult, but it's not really nice if our board has 120 members all with a username like: 432556kd. That's why I want the users to be able to set there own display name without changing there username. I know that Invision has this option implemented, but since I am not a real big fan of Invision, I was wondering if there is a modification for vbulletin available that has this feature?

Greetings,
Fabian

Zachery 01-25-2007 12:54 PM

I don't think we've ever had the option, and I'm not sure how simple it would be by default to change the system to work another way. It might be easier to change the login system to check another peice of infromation rather than change the system to display something besides the username field.

simsimt 01-25-2007 04:52 PM

It can be done. You would need to add a new custom field for "Display Name" & set it to be required. Then using vBulletin template system & conditionals to show that custom field in the place of username. Further more, it shouldn't be hard to write a plug-in that makes it a user choice whether to display username or "Display Name".

Paul M 01-25-2007 05:53 PM

username appears in many places, and it would be a lot of work to cover them all (and may have some odd effects).

You could allow them to set custom usertitles, and then they could put thier name in the user title - it appears next to (or under) the name in most places.

Ziki 01-25-2007 05:55 PM

Or use Steve M's Alias hack

mtha 01-26-2007 01:57 PM

Quote:

Originally Posted by Paul M (Post 1167152)
username appears in many places, and it would be a lot of work to cover them all (and may have some odd effects).

Yeah, if you want to fully change the name displayed from username to "display name", there're quire a few places that you have to edit, both in templates and codes.

There're many location where "userfield" table is not included in the queries/

I have made it, so that my forum display a custom field instead of username in most of the important places, but there are too many places that you gonna need to edit (in code), that I wouldn't bother to release.

If vbulletin offers some "display name" as a default feature, that'd be super great :D


All times are GMT. The time now is 05:00 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03886 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete