The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
What stylevar changes the post background?
How do we change the color of the background of a post?
|
#2
|
|||
|
|||
Add this to your additional.css>
Code:
.postbit .postbody { clear: both; color: {vb:stylevar postbit_color}; background: Your color goes here; } Code:
background: url(path/to/your/image); |
#3
|
|||
|
|||
Can't you just change the value in the stylevar postbit_background?
|
#4
|
|||
|
|||
That stylevar is dead. You have to edit the css.
I sure wish they would fix all that. |
#5
|
|||
|
|||
Quote:
Did it die after that? I hope not. I shall just put it back. There is postbit_background and postbit_userinfo_background, the second one does the bit where the avatar is. *edit - this is in the legacy postbit, did it perhaps die in the other postbit? |
#6
|
|||
|
|||
I'm running 4.1.2 and it's been dead since 4.0.8. I use postbit and it has no effect.
|
#7
|
|||
|
|||
Seems to work in postbit legacy only then.
That's a bit stupid. I guess you could just add it to the postbit template in some way. Checked it - the stylevar itself definitely works, it just isn't present within the postbit template, only postbit_legacy. So it can just be added as a background to the relevant template code. Something like Code:
style="background: {vb:stylevar postbit_background};" |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|