[CDB] Flat Style - phpBB 3.2.0

For style authors to post and receive feedback on 3.2.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
User avatar
eeji
Registered User
Posts: 1461
Joined: Fri Dec 12, 2008 9:08 pm
Location: Manchester, UK
Contact:

Re: [RC2] Flat Style - phpBB 3.2.0

Post by eeji »

I'll take a look at it. If its the same issue I had with the other extensions I'll look at a more widespread fix in the style that doesn't have to target each individual extension.
My phpBB styles: phpbbstyles.iansvivarium.com
My "board": iansvivarium.com
(yes, it's running phpBB!)
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [RC2] Flat Style - phpBB 3.2.0

Post by Hippie459MN »

I got the mchat somewhat sorted out with the help of a mchat dev and doing some investigative work, I had to make a few edits to the donation html files to change a few things and so far so good.

Here is what he said
the problem is the class thats being used we could do it with new files and make some html changes (to much work for what it is) so here is a simple fix just for the 1 style (prosilver will be untouched also mchat untouched)
The mchat fix I (we) used is as follows,

open styles/flat-style/theme/colours.css

Add at the end of the file:

Code: Select all

.mchat-message {
    padding: 5px !important;
    overflow: hidden;
    background-color: #EEEEEE;
}
Save, Purge cache.

Hope that helps for anyone else using mChat with this. :)
User avatar
eeji
Registered User
Posts: 1461
Joined: Fri Dec 12, 2008 9:08 pm
Location: Manchester, UK
Contact:

Re: [RC3] Flat Style - phpBB 3.2.0

Post by eeji »

Download updated to v1.0.0-rc3 which fixes colour clashes in extensions. mChat (and others) will now display properly without any changes to extension style sheets.
My phpBB styles: phpbbstyles.iansvivarium.com
My "board": iansvivarium.com
(yes, it's running phpBB!)
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [RC3] Flat Style - phpBB 3.2.0

Post by 3Di »

Perhaps it's me, does the download link work - for rc3?
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [RC3] Flat Style - phpBB 3.2.0

Post by Hippie459MN »

eeji wrote: Wed Mar 15, 2017 11:16 pm Download updated to v1.0.0-rc3 which fixes colour clashes in extensions. mChat (and others) will now display properly without any changes to extension style sheets.
mChat is still not right with the colors.
mchat_screen_1.jpg
This is what it looks like If I redo the edit that I mentioned earlier.
mchat_screen_2.jpg
:)
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [RC3] Flat Style - phpBB 3.2.0

Post by Hippie459MN »

3Di wrote: Wed Mar 15, 2017 11:56 pm Perhaps it's me, does the download link work - for rc3?
Download worked here. :)
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [RC3] Flat Style - phpBB 3.2.0

Post by 3Di »

Hippie459MN wrote: Thu Mar 16, 2017 12:38 am
3Di wrote: Wed Mar 15, 2017 11:56 pm Perhaps it's me, does the download link work - for rc3?
Download worked here. :)
Yup, it was me. :)
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [RC3] Flat Style - phpBB 3.2.0

Post by Hippie459MN »

Maybe its just me being picky but I notice some stuff missing from the footer. Wondering how I would easily go about adding it back.

Here is prosilver...
footer1.jpg
Now here is Flat Style. "The Team", "Members", and "All times are UTC" are missing.
footer2.jpg
I know they are also in the drop down but I like them in the footer personally and would love to have them back down there. Thanks. :)

EDIT: I got it figured out. Just added the two sections of code back to the navbar_footer.html from prosilver that was removed from this.
User avatar
eeji
Registered User
Posts: 1461
Joined: Fri Dec 12, 2008 9:08 pm
Location: Manchester, UK
Contact:

Re: [RC3] Flat Style - phpBB 3.2.0

Post by eeji »

mChat has been enabled on the test site and is working fine out of the box, make sure you have cleared your browser and phpBB cache
My phpBB styles: phpbbstyles.iansvivarium.com
My "board": iansvivarium.com
(yes, it's running phpBB!)
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [RC3] Flat Style - phpBB 3.2.0

Post by Hippie459MN »

Its working now. I purged the cache like 3 times with no luck and tried refreshing the page (F5 even) a few time with no go, ended up having to dump the browser cache completely. I use Firefox and what tipped me off was when I opened it in Chrome, it was working just fine. All is good now though. Thank you for your hard work on this great style.
User avatar
eeji
Registered User
Posts: 1461
Joined: Fri Dec 12, 2008 9:08 pm
Location: Manchester, UK
Contact:

Re: [RC3] Flat Style - phpBB 3.2.0

Post by eeji »

v1.0.0 submitted to the CDB for validation
My phpBB styles: phpbbstyles.iansvivarium.com
My "board": iansvivarium.com
(yes, it's running phpBB!)
User avatar
_Vinny_
Style Customisations
Style Customisations
Posts: 9580
Joined: Tue Aug 11, 2009 12:45 am
Location: Brazil
Name: Marcus Vinicius
Contact:

Re: [CDB] Flat Style - phpBB 3.2.0

Post by _Vinny_ »

This style has been published in styles database: https://www.phpbb.com/customise/db/style/flat_style/

For support please post here: https://www.phpbb.com/customise/db/styl ... le/support
Locked

Return to “[3.2.x] Styles in Development”