Hi, Here is my work to convert Basic 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. 8 color variations are in the archive (as in phpbb 3.1.9 version) : Basic (default), Basic Aqua, Basic DarkBlue, Basic DarkGreen, Basic Green, Basic LightGreen, Basic GrayOrange, Basic GrayRed 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.
Hi, If you move this displayed the arrow so it ends up in the middle of the editor. How do you do? A nice theme
Hello I do not understand if you describe a problem, or if you ask how to achieve something. In any case, I can not reproduce what you describe. Can you give more details?
Sorry for the bad explanation. I'm looking to get the inputbox in the middle of the message-box, textarea. It seems that the inputbox is more to the left than in the middle.
It is the inputbox that allows to indicate the title of the subject, with the mention "Subject" on the left. If we move the inputbox to the center of the window, it would not be consistent.
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.
Hello, Arty! I have begun to build forum with your style Basic Aqua on PhpBB on virtual hosting. So the question is how to move the LOGO image from the cerntal part of the header to the left part? How to do it correctly? I saw one forum , where the right раrt of the header is occupied by the advertising banner. Thank you, if you would help me. I apologize to you, if I write my question in wrong place or duplicate it. Good day!
Add this to _custom_config.scss Code: $center-logo: false; then recompile theme to move logo to left side. Look in overall_header.html for header code to place ads. If I'm not mistaken, replacing Code: <!-- IF $SEARCH_IN_NAVBAR == 0 -->{$SEARCH_BOX}<!-- ENDIF --> with your ad code should do it.