[CDB] Simplicity For phpBB 3.2.1

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!
Locked
MrGaby
Registered User
Posts: 222
Joined: Sun Apr 02, 2017 8:04 pm

[CDB] Simplicity For phpBB 3.2.1

Post by MrGaby »

Style Name: Simplicity
Author: Arty
Co-Author: MrGaby

Style Description: Simplicity style for phpBB 3.2 based on prosilver.

This style is a conversion of Simplicity for phpBB 3.1.x.

7 color variations are in the archive : Simplicity, Simplicity Aqua, Simplicity Blue, Simplicity Dark Blue, Simplicity Light Blue, Simplicity Steel Blue, Simplicity Gray

Style Version: 3.2.1

Screenshots:
Simplicity
Simplicity.png
Simplicity Aqua
Simplicity_Aqua.png
Simplicity Blue
Simplicity_Blue.png
Simplicity BarkBlue
Simplicity_DarkBlue.png
Simplicity Gray
Simplicity_Gray.png
Simplicity LightBlue
Simplicity_LightBlue.png
Simplicity SteelBlue
Simplicity_SteelBlue.png
Demo URL: --

Style Download: https://github.com/MrGabatt/SimplicityF ... master.zip

Do you like this Style? : If you like this style, you can support me with a donation. Thanks!
Image
If you like my work, you can support me with a donation. Thanks!
Donate via Paypal
MrGaby
Registered User
Posts: 222
Joined: Sun Apr 02, 2017 8:04 pm

Re: [RC] Simplicity For phpBB 3.2.1

Post by MrGaby »

Updated with download link and screenshots.
If you like my work, you can support me with a donation. Thanks!
Donate via Paypal
MrGaby
Registered User
Posts: 222
Joined: Sun Apr 02, 2017 8:04 pm

Re: [RC] Simplicity For phpBB 3.2.1

Post by MrGaby »

Update on Github:

- Deletion of Glyphicons, replaced only by FontAwesome (and therefore lightening of the archive)
- Color variants are dependencies of the default theme
- Fixed bugs
If you like my work, you can support me with a donation. Thanks!
Donate via Paypal
killbam
Registered User
Posts: 3
Joined: Mon Apr 27, 2009 2:28 pm

Re: [RC] Simplicity For phpBB 3.2.1

Post by killbam »

First off, love the theme. Great job!

Second, would you be able to tell me how to easily change the link colors in a forum post? In simplicity gray, the text is gray, and the links are gray, so there isn't much contrast. Thanks for all your hard work!
MrGaby
Registered User
Posts: 222
Joined: Sun Apr 02, 2017 8:04 pm

Re: [RC] Simplicity For phpBB 3.2.1

Post by MrGaby »

Hi killbam
killbam wrote: Fri Aug 25, 2017 3:12 am First off, love the theme. Great job!
Thanks ;)
killbam wrote: Fri Aug 25, 2017 3:12 amSecond, would you be able to tell me how to easily change the link colors in a forum post? In simplicity gray, the text is gray, and the links are gray, so there isn't much contrast. Thanks for all your hard work!
Do this:

Open theme/_colours.scss

Find:

Code: Select all

hr {
	border-color: $content-top-border;
	border-top-color: $content-bottom-border;
}
Add after:

Code: Select all

/* Post body links */
.postlink {
	border-bottom-color: $link-color;
	color: $link-color;
}

.postlink:visited {
	border-bottom-color: $muted-color;
	color: $muted-color;
}

.postlink:hover {
	background-color: darken($block-background, 10%);
	color: $link-hover-color;
}

.signature a, .signature a:hover {
	background-color: transparent;
}
Those are the default colors, you will see no change. Then you can change 'postlink' section and '.postlink:hover' section according to your needs. For example, you can modify 'postlink' section like this (links will be red):

Code: Select all

.postlink {
	border-bottom-color: $link-hover-color;
	color: $link-hover-color;
}
You can specify a html color code instead of variables.

After a modification, you have to recompile your theme. The Arty's extension Sass Compiler work fine with phpBB 3.2. In case of difficulty, do not hesitate to ask me.

I will add this code in all styles I have updated, this is an oversight in my migration to the phpBB 3.2 version.
If you like my work, you can support me with a donation. Thanks!
Donate via Paypal
MrGaby
Registered User
Posts: 222
Joined: Sun Apr 02, 2017 8:04 pm

Re: [RC] Simplicity For phpBB 3.2.1

Post by MrGaby »

Several updates on github:
- Several corrections / adpatations / deletions for adpatation to version 3.2.1 of phpBB
- Adding missing events to files in the template folder
- Mark notification read icon was duplicated
- Changing the name of the theme (deletion of the phpBB version)

These modifications / improvements were possible thanks to the work of validation of the style by Vinny, thanks to him.

You must uninstall the theme in the ACP before installing the new version.
If you like my work, you can support me with a donation. Thanks!
Donate via Paypal
MrGaby
Registered User
Posts: 222
Joined: Sun Apr 02, 2017 8:04 pm

Re: [RC] Simplicity For phpBB 3.2.1

Post by MrGaby »

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.
If you like my work, you can support me with a donation. Thanks!
Donate via Paypal
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] Simplicity For phpBB 3.2.1

Post by _Vinny_ »

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

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

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