The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
User Can Choose Background Image
Well I am trying to make it where a user can choose their own background image.
I have a profile field set up where the user can enter a link to the image. Then in the vbulletin.css file, instead of stylevar, I just did this: Code:
html { background:rgb(0, 0, 0) url({vb:raw post.field17}) no-repeat fixed center top; } Thanks. |
#2
|
|||
|
|||
Anyone know?
|
#3
|
||||
|
||||
{vb:raw post.field17}
it should be {vb:raw bbuserinfo.field17} nice Idea hope its work! |
#4
|
|||
|
|||
Quote:
This is in the css template: Code:
background:rgb(0, 0, 0) url({vb:raw bbuserinfo.field17}) no-repeat fixed center top; Code:
background:rgb(0, 0, 0) url() no-repeat fixed center top; |
#5
|
||||
|
||||
Hello there smartkidbk5,
Well, I don't think that it's possible to add template variables into the CSS templates except for the "{vb: stylevar <stylevar name>}" .! To solve that problem, we're going to move the "html" CSS code from "vbulletin.css" to "headinclude" if it's OK with you !! In order to do that you can follow these step-by-step instructions:
BTW, I've already tested the method and it works like CHARM !! |
#6
|
|||
|
|||
Thank you so much Dark man! It worked perfectly.
|
#7
|
|||
|
|||
Could anyone help me have this change the header_background rather than the background?
Thank you John |
#8
|
||||
|
||||
Quote:
In order for you to make the header_background change rather than the background you should follow these step-by-step instructions:
** P.S.2. Each option should be in a separate line, the screenshot shows (Background_1 & 2 & 9 &10) in the same line just to reduce it's size .!
TESTED IN FF3 & IE8 !! P.S. If you feel that this is so complicated, then you can provide me with the BGs you want and i'll be glad to help you. but unfortunately not before Thursday .! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|