![]() |
[Pushed] Upgrade 1.6 -> 1.8 css3.css not inserted - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Development (https://community.mybb.com/forum-161.html) +--- Forum: MyBB 1.8 Development (https://community.mybb.com/forum-165.html) +---- Forum: 1.8 Bugs and Issues (https://community.mybb.com/forum-157.html) +----- Forum: Pushed (https://community.mybb.com/forum-183.html) +----- Thread: [Pushed] Upgrade 1.6 -> 1.8 css3.css not inserted (/thread-159024.html) Pages:
1
2
|
Upgrade 1.6 -> 1.8 css3.css not inserted - Nifty - 2014-09-09 css3.css was not inserted into themes after updating from 1.6.15. I had to insert it by hand. RE: Upgrade 1.6 -> 1.8 css3.css not inserted - SeNCeR - 2014-09-09 Agree. After the 1.6.15 upgrade css3.css and thread_status.css did not exist. RE: Upgrade 1.6 -> 1.8 css3.css not inserted - Nifty - 2014-09-09 thread_status.css was there. Only css3.css was missing. RE: Upgrade 1.6 -> 1.8 css3.css not inserted - Jones H - 2014-09-09 There may be issues with the disorder, normally they should appear after you added an empty stylesheet. RE: Upgrade 1.6 -> 1.8 css3.css not inserted - Nifty - 2014-09-09 (2014-09-09, 09:35 AM)Jones H Wrote: normally they should appear after you added an empty stylesheet. Thats right, thanks. RE: Upgrade 1.6 -> 1.8 css3.css not inserted - Jabberwock - 2014-09-09 Yeah I confirm it too. Talked about it here: http://community.mybb.com/thread-158754.html RE: Upgrade 1.6 -> 1.8 css3.css not inserted - Destroy666 - 2014-09-09 This is a common issue that generates a lot of support threads so I think it should be solved by the upgrade script somehow. Having to save the stylesheets or add a new one to fix it is not what people would expect. RE: Upgrade 1.6 -> 1.8 css3.css not inserted - Jones H - 2014-09-10 The upgrade script isn't that easy to fix - I wasn't able to reproduce it and the upgrade script has already a part where the disporder is set, which should work without problems when looking through the code but apparently it doesn't. RE: Upgrade 1.6 -> 1.8 css3.css not inserted - Mike-B - 2014-09-13 I have the css3.css but I am missing all the color_abcd.css files ? RE: Upgrade 1.6 -> 1.8 css3.css not inserted - Jones H - 2015-06-25 While we can confirm this I'm not sure whether we can really fix this. I have a code which rebuilds the complete display order and recaches all stylesheets which fixes this issue but a similar code already is included in the upgrade script. However if we want to fix this we should do so before 1.6 reaches it's EOL (best would be 1.8.6) |