The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with CSS and profile fields...
Basically, I want to add a profile field that allows you the users to choose the background of the webpage. I'm currently using profile field 6.. I edited the vbulletin.css template and replace this:
Code:
background:{vb:stylevar doc_background}; <vb:if condition="is_browser('opera') && $stylevar['textdirection'] == 'rtl'"> overflow-x: hidden; </vb:if> Code:
background:{ background-attachment:fixed; background-repeat:repeat; background-image:<vb:if condition="$post['field6']"> {vb:raw post.field6}</vb:if>}; <vb:if condition="is_browser('opera') && $stylevar['textdirection'] == 'rtl'"> overflow-x: hidden; </vb:if></style> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|