The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
How can I center the usernames in the post_bit? I'm using legacy for my members But the names are adjusted to the left I would love to center them all
Thanks |
#2
|
||||
|
||||
![]()
Edit each usergroup and add <center> before and </center> after. That ought to do it.
|
#3
|
||||
|
||||
![]()
Or you could just simply edit your postbit
|
#4
|
||||
|
||||
![]()
how about username, avatar and custom title?
|
#5
|
|||
|
|||
![]()
in postbit legacy
search for this 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> Code:
align="center" Code:
<div id="postmenu_$post[postid]" align="center"> |
#6
|
||||
|
||||
![]()
Well when trying to use the tags in the group manager it centers the names thru out the forum even in the shoutbox which is ugly. I'm going to try the postbit legacy edit see how that one works. Thank you very much for the help everyone I'll let you know what I find out
Quote:
YOUR THE MAN THANK YOU SO MUCH!!!!!! That worked perfectly I appreciate that. You should put this up as a template hack/mod I'll vote it the best......lol Now how about centering the user titles? lol ![]() |
#7
|
|||
|
|||
![]()
what about centering everything in the post bit?
|
#8
|
||||
|
||||
![]() Quote:
Please forgive me but I'm new to vBulletin. |
#9
|
||||
|
||||
![]() Quote:
And adding that center code if you read my above post and results will center the name thoughout the whole site even in the shout box which doesnt look all that great imo. Now I need to figure out how to center the user titles in legacy |
#10
|
||||
|
||||
![]()
Find in postbit
Code:
</div> </if> <div class="smallfont"> <br /> Code:
</div> </if> <div class="smallfont"align="center"> <br /> Change That centers most of the post bit. For the avatar find Code:
<if condition="$show['avatar']"> <div class="smallfont"> Replace with Code:
<if condition="$show['avatar']"> <div class="smallfont"align="center"> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|