MyBB Community Forums

Full Version: I want to add custom background on index of the forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi ,
I want to add a custom background on index of the forum using CUSTOM PROFILE FIELDS , but for that I need to go in index and add this css code

body{
  background: url({$userfields['fidX']});
  
}

When I try to put something in my own profile field the whole page body is getting white and is not changing .
Did I invoked wrong the url ? I shouldn't use ?
{$userfields['fidX']}
nobody Sad