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

Reply
 
Thread Tools Display Modes
  #1  
Old 10-16-2007, 02:44 PM
niiopps niiopps is offline
 
Join Date: Nov 2006
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default change the name displayed on posts

erm, is it possible to change the username on forum posts to a user defined name under their profile?

thankyou.
Reply With Quote
  #2  
Old 10-16-2007, 03:02 PM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know if custom fields are fetched with posts but you can try editing the postbit template:

(First make a custom userfield and all that stuff make a note of the Field Id)
Look for:
Code:
<div id="postmenu_$post[postid]">
	<if condition="$show['profile']">
	<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
	<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
	<else />
	$post[musername]
	</if>
</div>
Change it to:
Code:
<div id="postmenu_$post[postid]">
	<if condition="$show['profile']">
		<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[fieldX]</a>
		<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
	<else />
		$post[fieldX]
	</if>
</div>
Make sure you replace the X with the ID number of the field.
Reply With Quote
  #3  
Old 10-16-2007, 03:48 PM
niiopps niiopps is offline
 
Join Date: Nov 2006
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

erm, how come the changes doesn't show up?
Reply With Quote
  #4  
Old 10-16-2007, 04:03 PM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to make the custom field first, have you done that? Then make your users fill in the custom field so that it shows up.

Also make sure you are editing the template for the style you are using on your board.
Reply With Quote
  #5  
Old 10-17-2007, 09:24 AM
niiopps niiopps is offline
 
Join Date: Nov 2006
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yup, i am sure that i am editing the correct style, and i am testing using my account... but it doesn't work
Reply With Quote
  #6  
Old 10-17-2007, 10:38 AM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you create a custom field?
Whats the ID of the field?
Did you change the "fieldX" appopriately?
Have you filled in the Custom Field in the user profile for your test account?
Reply With Quote
  #7  
Old 10-18-2007, 07:16 AM
niiopps niiopps is offline
 
Join Date: Nov 2006
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the id of the field is 15... so i put $post[field15]...the problem is... the username still is being displayed...

--------------- Added [DATE]1192696093[/DATE] at [TIME]1192696093[/TIME] ---------------

is it possible to change on a wide scale this username to display name?
Reply With Quote
  #8  
Old 10-18-2007, 08:30 AM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You may be better off undo those changes and just searching for a mod which allows users to change their usernames. The usernames are used everywhere so it would be hard to change every single one of them.
Reply With Quote
  #9  
Old 10-18-2007, 10:29 AM
niiopps niiopps is offline
 
Join Date: Nov 2006
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i see... or is it possible to include their display name on some places... ie member profile page and the thread...

oh yah, i found out that the postbit template will do nothing much, its the postbit_legacy taht will reflect the changes.
Reply With Quote
  #10  
Old 10-18-2007, 11:19 AM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by niiopps View Post
i see... or is it possible to include their display name on some places... ie member profile page and the thread...
I think there is an option to set this when you create/edit the custom field.
Quote:
oh yah, i found out that the postbit template will do nothing much, its the postbit_legacy taht will reflect the changes.
Thats because you are using the old postbit style, where info is aligned to the left. You didn't mention it so I never realised
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 11:24 PM.


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.04643 seconds
  • Memory Usage 2,252KB
  • Queries Executed 11 (?)
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
  • (2)bbcode_code
  • (2)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
  • (1)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
  • (10)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_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