Hi, Here is my work to convert Latte for phpBB 3.2 : - Github repository - Zip file for instant image of theme devlopment - Topic on phpBB forum It is currently usable, but there are probably several a few problems. 2 color variations are in the archive (as in phpbb 3.1.9 version) : Latte (default), Latte Red Thank you for your feedback.
Hello New changes on github: - Modifying the behavior of the 'Members' menu (thanks to Galixte) - Fixed unread link color bug forums with sub-forums (thanks to Chour27) - Restore the original size of the theme icons (thanks to Vinny) - Streamlining of scss files: Only the files specific to each color version are present in the variants folder. - Corrected position of unapproved post/topic marker.
Hello Version 3.2.1 of the style has been validated on phpBB.com. But there have been corrections on the github, not present in the database version of the phpbb.com styles. So if you want an up-to-date version, keep an eye on the gihub deposit! Corrections will of course soon be proposed for validation.
Open latte/theme/common/_content.scss Find: Code: .online-ribbon { display: block; Replace with: Code: .online-ribbon { display: none; Then recompile style.
Changes were made, but the status online is still in place. The cache is cleared. A compilation of the style from the ACP held.
Ok, compilation does not work. And you did not install the latest version of the style : https://www.phpbb.com/customise/db/style/latte/ How do you do the compilation, with the extension of Arty?
OK. The latest version of the style installed. The result is the same - online status on the spot. Compilation'm from ACP - the Load on the server - Recompile the old patterns -Yes
Bad idea. It should be found why the compilation of files does not work. In a future update or compilation that will work, your change will be lost.
Yes, it completely solved the problem with the use of edits proposed by you for the first time. Many thanks for your responsiveness and time spent on me.
Gaby, is it possible to stretch the forum in full screen? I tried to add max-width: auto; to the #wrap { block file of _common.scss, but it didn't help.
Hello You have to edit latte/theme/_style_config.scss file. Find: Code: $max-width: 900px !default; // Maximum width. Set to "none" to make layout fluid Replace with: Code: $max-width: none !default; // Maximum width. Set to "none" to make layout fluid Then recompile style.