The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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. |
#2
|
|||
|
|||
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> 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> |
#3
|
|||
|
|||
erm, how come the changes doesn't show up?
|
#4
|
|||
|
|||
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. |
#5
|
|||
|
|||
yup, i am sure that i am editing the correct style, and i am testing using my account... but it doesn't work
|
#6
|
|||
|
|||
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? |
#7
|
|||
|
|||
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? |
#8
|
|||
|
|||
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.
|
#9
|
|||
|
|||
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. |
#10
|
|||
|
|||
Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|