The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
custom.css - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: custom.css (/showthread.php?tid=304) |
custom.css - Sebastian - 10-07-2016 Hi, I've upgraded to 4.1.5 (over all steps inbetween from 4.1). My database entries are from the fresh 4.1 install, maybe I've missed something? I'm not sure, but the database entry in tab settings: us_css3 should be ../usersc/css/custom.css and not ../users/css/custom.css, or? Cheers, Sebastian custom.css - mudmin - 10-07-2016 Which files have you modified and put in your usersc folder? One thing to note is that the good thing with usersc is that we won't update those files. The bad thing is that we won't update those files. So your files in usersc might be based on something that has changed. Knowing what you've modified would help us figure that out. custom.css - Sebastian - 10-07-2016 Yeah, right that's the dilemma of the usersc folder ;-) What I meant is that the file header.php is looking for the custom.css: Code: <link href="<?=$us_url_root?><?=str_replace('../','',$settings->us_css3);?>" rel="stylesheet"> Code: $settings->us_css3 |