Error in mybb 1.8.13 - 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: Error in mybb 1.8.13 (/thread-213964.html) |
Error in mybb 1.8.13 - ziuma - 2017-11-08 hello i have upgrade to mybb 1.8.13 but i am still find problem like 1.8.12 how to fix it? RE: Error in mybb 1.8.13 - .m. - 2017-11-08 does it also happen to MyBB's stock theme ? looks like code in templates need updating. upgrading guidance Wrote:Visit your Admin Control Panel, then go to Templates & Style > Templates > Find Updated Templates. RE: Error in mybb 1.8.13 - ziuma - 2017-11-08 i don't know this is same issue or not after i choose Diff Report in index_boardstats my login pop up move to left bottom side RE: Error in mybb 1.8.13 - .m. - 2017-11-08 modifying index_boardstats template should have no affect on the position of login popup. have you taken backup of the theme before editing its templates ? RE: Error in mybb 1.8.13 - snakeoilos - 2017-11-08 Happening to me also. With the default template, login will pop up in the bottom left corner of the page now. Need to clear the cache to get this. i.e. things that pops up in a new window (login or my alerts) works. But if I click shift-reload.. They are added to the bottom left corner now. edit: No problems in community.mybb.com even after I cleared the cache (login pops up in it's own window). edit2: Pop up works again if I revert default template's global.css file. Not sure how to get my forum theme to work though. RE: Error in mybb 1.8.13 - .m. - 2017-11-08 ^ Thank You with MyBB 1.8.13 release announcement, we have a note saying that theme’s CSS files might need updating however at present could not get what exactly needs to be changed & where .. modal related css in the global.css (after /** jGrowl End **/)
RE: Error in mybb 1.8.13 - snakeoilos - 2017-11-08 (2017-11-08, 11:20 AM).m. Wrote: modifying index_boardstats template should have no affect on the position of login popup.Hi .m. After the upgrade, looks like default global.css is missing the modal block (from /** Modal Start **/ to /** Modal End **/). This is the reason for the login window problem. The default template can be fixed by reverting it. But folks with custom templates can copy that block to the themes' global.css. Once done MyAlerts and Login will work again (tested only with w3-responsive so YMMV). Edit: Missed it by that much. Thanks .m. RE: Error in mybb 1.8.13 - .m. - 2017-11-08 ^ Thank You for tracing the CSS code RE: Error in mybb 1.8.13 - ziuma - 2017-11-08 can you help me how to fix it? i don't understand RE: Error in mybb 1.8.13 - snakeoilos - 2017-11-08 1. Go to "Templates & Style" 2. Click on the theme you want to edit 3. Click global.css "Option" button 4. Click 'Edit Style' 5. Click "Edit Styleshee: Advanced Mode" 6. Copy and paste the modal start code block (from post #6) to the end of the global.css 7. Click 'Save Changes & Close' And if you do shift-F5, pop up should work now. |