MyBB Community Forums
[How To?] I want to add custom background on index of the forum - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: [How To?] I want to add custom background on index of the forum (/thread-234724.html)



I want to add custom background on index of the forum - Noter33 - 2022-01-18

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']}



RE: I want to add custom background on index of the forum - Noter33 - 2022-02-02

nobody Sad


RE: I want to add custom background on index of the forum - DiegoPino - 2022-02-02

Maybe that tutorial can help you:

https://community.mybb.com/thread-217464-post-1303951.html