2022-01-18, 02:50 PM
(This post was last modified: 2022-01-19, 12:26 PM by Noter33. Edited 1 time in total.)
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
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 ?
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']}