The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Evening all.
I am wanting to move my postbits ( or postbits legacy ) to the right hand side of my forums. Can this be done ? ( you know the next question dont you ? ) How ? |
|
#2
|
||||
|
||||
|
Yes however you'll need to modify quite a bit of the css or maybe just maybe you could trick it using the rtl conditional... hmm I'll check into this if I have time this weekend and see if it's going to be quick and simple or quite in-depth and report back
.
|
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
||||
|
||||
|
My end result
![]() In postbit.css, find: Code:
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
margin-{vb:stylevar left}: {vb:stylevar postbitlegacy_userinfo_width};
border-{vb:stylevar left}: {vb:stylevar postbit_userinfo_border};
background: {vb:stylevar postbit_background};
_background-image: none;
padding-bottom: 1em;
}
Code:
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
margin-{vb:stylevar right}: {vb:stylevar postbitlegacy_userinfo_width};
border-{vb:stylevar right}: {vb:stylevar postbit_userinfo_border};
background: {vb:stylevar postbit_background};
_background-image: none;
padding-bottom: 1em;
}
Code:
.postbitlegacy .userinfo {
float:{vb:stylevar right};
position: relative;
width:{vb:math {vb:stylevar postbitlegacy_userinfo_width}-{vb:math {vb:stylevar padding}*2}};
padding: 2px {vb:stylevar padding} {vb:math {vb:stylevar padding}/2};
font-size: {vb:stylevar small_fontSize};
display:block;
background: {vb:stylevar postbit_userinfo_background};
clear:both;
}
Code:
.postbitlegacy .userinfo {
float:{vb:stylevar right};
position: relative;
width:{vb:math {vb:stylevar postbitlegacy_userinfo_width}-{vb:math {vb:stylevar padding}*2}};
padding: 2px {vb:stylevar padding} {vb:math {vb:stylevar padding}/2};
font-size: {vb:stylevar small_fontSize};
display:block;
background: {vb:stylevar postbit_userinfo_background};
clear:both;
}
|
| 2 благодарности(ей) от: | ||
| grey_goose, RobbieZ | ||
|
#5
|
||||
|
||||
|
I might even use this on my site
|
|
#6
|
|||
|
|||
|
Wow. Epic.
Really , really appreciate you time and skill |
| 2 благодарности(ей) от: | ||
| grey_goose, HMBeaty | ||
|
#7
|
||||
|
||||
|
Thanks.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|