The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|