The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want to have the usernames shown right before the postdat / time stamp (In the same bar), and I want the rank images to show up right under users avatars. Is there a hack for this somewhere? I looked , but had no luck. Thanks in advance to anyone who can help.
Also, where can I change the size of the username text? |
#2
|
||||
|
||||
![]()
find in postbit template for $post[username] , then place it before the $post[date] or $post[time], for rank it's $post[rank], find this in postbit templte
Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if> for username size Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> |
#3
|
|||
|
|||
![]()
where can i find the postbit template?
Everything I change in the postbit template is not showing up any different on my forums. Quote:
Did everything just like you said. For some reason, none of the changes im making to postbit showing up on the forums. They save, but on the forums, nothing changes. |
#4
|
|||
|
|||
![]()
Are you maybe using the postbit_legacy (postbit showing on the left instead of in the top). If so you will need to edit the postbit_legacy instead.
Or you use multiple styles, and you'll have to edit postbit in them also. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|