The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How can i change display user account to user title in post?
|
#2
|
||||
|
||||
![]()
i'm not sure what you mean. The user title is displayed in the post by default if you have them on (usergroup manager > find usergroup > can use custom title > yes)
|
#3
|
|||
|
|||
![]()
No.
I want display only user title in post and hide user account in post. Now What do I do? |
#4
|
||||
|
||||
![]()
I don't know what you are talking about. Can you show an image of what you have and then what you want?
|
#5
|
|||
|
|||
![]()
very very simple:
edit template "postbit" or "postbit_legacy" depending on the one you use. FIND: HTML Code:
<div id="postmenu_$post[postid]"> <if condition="$show['profile']"> <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> $post[onlinestatus] <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> <else /> $post[musername] </if> </div> |
#6
|
||||
|
||||
![]()
I'd recommend commenting it out instead of deleting it. That's just from my experience.
|
#7
|
|||
|
|||
![]()
I want, when User loggin ,Display user title in posts.
please, see this attachment. |
#8
|
|||
|
|||
![]() Quote:
If it's not a permissions issue and rather a skin issue...Just find the code from the default postbit and add it into your current styles postbit. |
#9
|
|||
|
|||
![]()
I want to only chang .
|
#10
|
||||
|
||||
![]()
I suppose you can switch the musername with title in the postbit. ie:
Current Code (for me, your's could be different): HTML Code:
<div id="postmenu_$post[postid]"> <if condition="$show['profile']"> <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> $post[onlinestatus] <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> <else /> $post[musername] </if> </div> <if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> HTML Code:
<div id="postmenu_$post[postid]"> <if condition="$show['profile']"> <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[usertitle]</a> $post[onlinestatus] <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> <else /> $post[usertitle] </if> </div> <if condition="$post['musername']"><div class="smallfont">$post[musername]</div></if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|