Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Publicly Displayed Name Details »»
Publicly Displayed Name
Version: 1.3 Final, by Mythotical Mythotical is offline
Developer Last Online: Jun 2022 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.0.7 Rating:
Released: 06-02-2005 Last Update: 06-09-2005 Installs: 8
 
No support by the author.

Due to the pricing and yearly fee of vBulletin I am no longer creating mods for vBulletin, instead I have stepped out of the shadow of vBulletin to create my own stand alone mods. I wish to thank everyone who downloaded and installed my mods but as of now with not being able to afford hosting and vBulletin, I decided to drop vBulletin so hopes of me returning would only happen if my newest venture brings me a nice profit.

Thank you all again
Steve

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 06-04-2005, 06:03 AM
Jolten Jolten is offline
 
Join Date: Mar 2004
Posts: 749
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by corriewf
I was thinking this hack is cool for a second until I thought about the confusion it would cause with my members. Someone without an avatar could start posting under an alias and my less computer friendly members wouldnt think to check their profile to see who they are.....


What would make this hack much better would be to have the user name in quotes underneath the nickname chosen.

That's exactly the "confusion" I was referring to.
Reply With Quote
  #13  
Old 06-04-2005, 01:37 PM
Qwest Qwest is offline
 
Join Date: Jun 2004
Location: United States
Posts: 223
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LoL how on earth does this help anything?

OK we've shown you the obvious reasons why ths would simply cause confusion....

So at least tell us what or how SPECIFICALLY this benefits members.

All this does it take away admin control. Before an admin had to change your username. Now users can change it at will? This helps how?

Im sorry but the "if you have no use for it on your board dont use it" argument is a thoughtless copout! Explain your hack so it makes sense instead of telling people to just not use it. Doesn't that sound more like the mature thing to do?
Reply With Quote
  #14  
Old 06-05-2005, 11:37 PM
Mythotical Mythotical is offline
 
Join Date: Jun 2004
Location: Booneville, AR, USA
Posts: 1,428
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok so far my reason has been said, its to make it harder for hackers to login to an account if they don't know the username thats why I always make it so guests can't view profiles but instead have to register then if they register, ip's are logged making it easier to find out who they are and which account they logged into. So a security feature is a good way of saying this is used for but I like other suggestions I got so me and my friend will get that taken care of. We will put either the username in quotes below the displayed name or make it so the username is not viewed in the profile but instead the profile.

BTW, this in no way allows the person to change their username, it only displays a different name instead of the username. Therefore admins would still have to change usernames.

I run RPG's so having a displayed name allows them to use the name to login that they use on every site without thinking of a new login then they just put in their character name in the displayed name field and no worries in that area.

Any other suggestions? I enjoy the suggestions thus far, if you have a special request for something like this then let me know, me and my friend will find away to make the hack then provide you with the hack.

Myth
Reply With Quote
  #15  
Old 06-06-2005, 03:08 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 corriewf
I was thinking this hack is cool for a second until I thought about the confusion it would cause with my members. Someone without an avatar could start posting under an alias and my less computer friendly members wouldnt think to check their profile to see who they are.....


What would make this hack much better would be to have the user name in quotes underneath the nickname chosen.
Use this substitution:

Code:
<if condition="$show['profile']">
<if condition="$post['field5']">
<a class ="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[field5]</a>
</if><br />
"$post[musername]"
$post[onlinestatus]
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
<if condition="$post['field5']">
$post[field5]
</if>
</if>
I don't have any screenshots of that though... But It works... This will be in an updated version being released soon.

Again Change [Field5] to your field #.
Reply With Quote
  #16  
Old 06-06-2005, 05:49 PM
Corriewf's Avatar
Corriewf Corriewf is offline
 
Join Date: Dec 2004
Location: parse error
Posts: 799
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks awesome! Thanks for the update. Would be cool to be able to have a turn on turn off in admin control panel for those to use the original version and those to use this update.
Reply With Quote
  #17  
Old 06-06-2005, 06:01 PM
Mythotical Mythotical is offline
 
Join Date: Jun 2004
Location: Booneville, AR, USA
Posts: 1,428
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good idea Corrie, we will get on that right away.

Now what King Kovifor just posted is an alternative to what I had done. That will put it right below the Displayed Name but my code will put it above the title for that member. You can do either/or.

Myth
Reply With Quote
  #18  
Old 06-06-2005, 08:13 PM
Corriewf's Avatar
Corriewf Corriewf is offline
 
Join Date: Dec 2004
Location: parse error
Posts: 799
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mythotical
Good idea Corrie, we will get on that right away.

Now what King Kovifor just posted is an alternative to what I had done. That will put it right below the Displayed Name but my code will put it above the title for that member. You can do either/or.

Myth
So the options in the admin control panel could be:

Turn alias off
Turn alias on
Turn alias w/usernames on



Could be added to the vbulletin options section instead of creating its own section to conserve space.


I think this is a cool idea!
Reply With Quote
  #19  
Old 06-06-2005, 11:31 PM
Mythotical Mythotical is offline
 
Join Date: Jun 2004
Location: Booneville, AR, USA
Posts: 1,428
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I will get started on that. Just don't expect a new release anytime soon, gotta get it going then do extensive testing to make sure there are no bugs in the hack. Thanks again for the great suggestion.
Reply With Quote
  #20  
Old 06-06-2005, 11:51 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's a great idea! That's something that Mythotical would have to edit... Mine would show up like this:

Public Name
"Registered Username"

OK You guys know how to add profile fields to the postbit right? Well if you go into the template add this and it should work as a postbit modification:

Option One:

Code:
First Name: $post[musername]
That should come out (as in the picture):

Original Username: Eternia

This is option two:

Code:
First Name: <a class ="smallusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
It'll be the same outcome but it'll turn out with the orginal username as a link to the profile like it originally would.

Screens Provided
Reply With Quote
  #21  
Old 06-06-2005, 11:58 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Download the attatched file for newest release (also in first post this was at vbtemplates.com)
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 06:10 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.09402 seconds
  • Memory Usage 2,311KB
  • Queries Executed 25 (?)
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
  • (3)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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_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