The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
background: #080B1C url(banner.jpg) no-repeat top center fixed; I want the members to be able to enter their background url into the profile field and them be able to see their background. |
#12
|
||||
|
||||
OK, so have you tried adding something to the headerinclude template like I suggested?
HTML Code:
<style type="text/css"> body { background: #080B1C url($bbuserinfo['fieldx']) no-repeat top center fixed; } </style> |
#13
|
|||
|
|||
Code:
syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /public_html/forum/includes/adminfunctions_template.php(3950) : eval()'d code on line 3 Code:
<style type="text/css"> body { background: #080B1C url($bbuserinfo['field85']) no-repeat top center fixed; } </style> |
#14
|
||||
|
||||
Can't use quotes between [] for variables in templates. Parsing issue.
|
#15
|
||||
|
||||
Whoops, I knew that. Thanks, Wayne.
|
#16
|
|||
|
|||
Thanks guys! It works now.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|