![]() |
center name, avatar ranking etc or add posts, join date etc inside a box
1 Attachment(s)
Some of you, like my self would like to center only title, ranking, reputation, avatar, username and reps.
Well hears a simple edit that works. To center username, title, ranking, reputation, avatar, username and reps in Postbit Legacy: Add the following code to your additional.css: Code:
.postbitlegacy .userinfo .postuseravatar, .eventbit .userinfo .eventuseravatar { I have tested on default style vbulletin, and 4 custom styles, all work like a charm, well it does for me, hoping the same for you. Next - How to add Posts, Location etc inside a box: Add the following code to your additional.css: Code:
.post_field { Next in postbit_legacy template Find: Code:
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt><dd>{vb:raw post.joindate}</dd></vb:if> And wrap this Code around anything you want Boxed: Code:
<div class="post_field">Text</div> The <div class="post_field"> must be added just before the <dt> for this to work and the end </div> after </dd> for if conditions only. Your Code should look like this: Code:
<vb:if condition="$post['joindate']"><div class="post_field"><dt>{vb:rawphrase join_date}</dt><dd>{vb:raw post.joindate}</dd></div></vb:if> I did notice for Posts, you would need to wrap the whole small bit of code for this to work. Example: Code:
<div class="post_field"><dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd></div> If you have iTrader, Thanks, or any other addons with a automatic template edit in post bit. Just wrap the code around the template_hook like this: Code:
<div class="post_field">{vb:raw template_hook.postbit_userinfo_right_after_posts}</div> Same for any manual template edits like Moods, Flags Example: Moods: Code:
<div class="post_field">{vb:raw vmoods_postbit}</div> Flags: Code:
<div class="post_field"><vb:if condition="$post['field5']"><style="text-align:left"> Country:</dt> <img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field5}.GIF" align="middle" alt="{vb:raw post.field5}" border="" /></vb:if></div> If you have No Manual Template Edits: Just Find in postbit_legacy template: Code:
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if> Remove and Replace with This: Code:
<vb:if condition="$post['joindate']"><div class="post_field"><dt>{vb:rawphrase join_date}</dt><dd>{vb:raw post.joindate}</dd></div></vb:if> Im hoping i have at least helped 1 or 2 people out here ;) cheers. My main reason for this thread was to center username, title, ranking, reputation, avatar, and reps. Also to help those that want to wrap posts etc in a box. It SHOULD work for all vb4.x to vb4.2.2 CLICK INSTALL IF I HAVE HELPED IN SOME WAY THANKS New: vb4.2.2 default style Screenshot added. PLEASE NOTE: This is NOT copied code from anyone here at vb.org, i have been using this code for a very long while, well since vb4.x. |
cool....tagged !!!!!!!
|
why not work for me ?
|
Its works on 4.02 ?
|
Doesn't work on vB 4.0.8
doesn't center Posts, Rank, and Join Date. |
I am using the iTrader plugin, how do I center the feedback in that?
|
The MOODS placement on postbit are called from their own template not from your descriptive css im afraid!
|
thanx man
How do you like the first picture box, I mean this Category https://vborg.vbsupport.ru/external/2011/02/4.jpg |
Quote:
|
Quote:
|
Quote:
I have several places where posts have gone unanswered for weeks. |
Hi Guys
I have a question that may annoy some of you, but I still can't figure it after alot of research. How do you make Username's in postbit larger Can anyone link me to a detailed tut or be kind enough to make one. |
Thanks for the tips. I only changed the rank and avatar, but it looks great! =3
But in the user profiles, the rank image is still off to the left. Can someone give me the code to help me fix this? |
Well as you could see this thread is no SUPPORT!
|
Better Late than Never. Sorry guys, but i do not use VB4, although i have added for those wanting boxed posts etc.
Quote:
Quote:
Quote:
Quote:
Quote:
|
I have 4.2.2 and it doesn't work :(
|
1 Attachment(s)
Quote:
center of avatars etc? or wrap box? have you tested on a vb default skin or custom skin? EDIT: seen your home page forum uses this skin? https://vborg.vbsupport.ru/showthread.php?t=284499 Test Cap. |
I have worked all that has been explained in your topic, but something did not happen
on vBulletin 4.2.0 and i tested on a vb default skin |
1 Attachment(s)
Quote:
All i can think of, is the wrapping of posts code needs to be around the whole code like this: Code:
<div class="post_field"><dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd></div> Just went through my steps in first post with the skin you're are using. Works fine. |
All times are GMT. The time now is 03:28 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|