we_universal

we_universal v2.5.7 for phpBB 3.2.4 - we_universal

we_universal v2.5.7 for phpBB 3.2.4

by v12mike » Tue Nov 27, 2018 7:32 pm

I have created a release candidate version which I believe is production-ready.

This version may be downloaded from: https://github.com/v12mike/we_universal ... /2.5.7-rc1

It has been running for a week on a fairly busy forum.

There are no major changes from v2.5.6. It is likely that if you are upgrading your board from phpBB v3.2.3 to v3.2.4 you will not need to upgrade to this version unless you need the new template events.

Note that although this is named a "release candidate" I would treat it as a full release and install now, as the phpBB release verification process may not be completed for several months.

Please reply here if you find any issues with this version.
v12mike
Registered User
Posts: 584
Joined: Thu Jul 09, 2015 5:03 pm
Contact:

Re: we_universal v2.5.7 for phpBB 3.2.4

by Kovi » Mon Dec 17, 2018 1:48 pm

I have installed this version and came across an issue. I'm using phpBB 3.2.4 + we_universal 2.5.7 RC1 (with Czech language but it is the same with British English) and I noticed that in some strings all words have their first letter capitalized. Since this is not happening in prosilver I assume it has something to do with we_universal. I was previously using we_universal 2.4.6 with phpBB 3.1.9 and everything was all right.

Here are a few examples:
Označit Všechna Fóra Jako Přečtená (instead of "Označit všechna fóra jako přečtená") (i.e. "Mark forums read")
Nové Téma (instead of "Nové téma") (i.e. "New Topic")
Sledovat Toto Fórum (instead of "Sledovat toto fórum") (i.e. "Subscribe forum")
Vrátit Se Na Obsah Fóra (instead of "Vrátit se na obsah fóra") (i.e. "Return to Board Index")
Poslat Téma E-Mailem (instead of "Poslat téma e-mailem") (i.e. "Email topic")

Any chance to fix/change this please? Because this bug/feature is making this style almost unusable not just with Czech language but with other languages as well, I assume.
Kovi
Registered User
Posts: 4
Joined: Mon Dec 17, 2018 1:06 pm
Contact:

Re: we_universal v2.5.7 for phpBB 3.2.4

by v12mike » Wed Dec 19, 2018 6:41 pm

I am on holiday right now, so can't test anything, but in theme/content.css find the block:

Code: Select all

/* Action-bars (container for post/reply buttons, pagination, etc.) */
.action-bar {
	margin-bottom: 9px;
	line-height: 19px;
	font-size: 13px;
	text-transform: capitalize;
}
and change it to:

Code: Select all

/* Action-bars (container for post/reply buttons, pagination, etc.) */
.action-bar {
	margin-bottom: 9px;
	line-height: 19px;
	font-size: 13px;
	/*text-transform: capitalize*/;
I think that will revert the behaviour you are mentioning. I will look more carefully when I have time.
v12mike
Registered User
Posts: 584
Joined: Thu Jul 09, 2015 5:03 pm
Contact:

Re: we_universal v2.5.7 for phpBB 3.2.4

by Kovi » Thu Dec 20, 2018 10:27 am

Yes, that seems to solve it! Thank you very much. If you won't make this change permanent I will keep it in mind and will be implementing it in all future versions of we_universal I will download.

And one additional note: The copyright line in the footer ("Style we_universal created by INVENTEA & v12mike") was a bit "bigger" than other lines in the footer which is why I had to open template/overall_footer.html and change this:

Code: Select all

Style <a href="https://phpbb.com/customise/db/style/we_universal">we_universal</a>  created by INVENTEA & v12mike
to this:

Code: Select all

<p class="footer-row">
	<span class="footer-copyright">Style <a href="https://phpbb.com/customise/db/style/we_universal">we_universal</a>  created by INVENTEA & v12mike</span>
</p>
And now all lines in the footer are the same size.

BTW: Thanks for taking care of this style!

EDIT: Thanks to kjh-mov for reporting that missing "<". :)
Last edited by Kovi on Thu Jan 10, 2019 1:10 pm
Kovi
Registered User
Posts: 4
Joined: Mon Dec 17, 2018 1:06 pm
Contact:

Re: we_universal v2.5.7 for phpBB 3.2.4

by WDAssos » Tue Dec 25, 2018 8:06 pm

Hi,

Thank you for keeping this style alive !!! ;)

I've just downloaded the 2.5.7 for my 3.2.5 phpBB Fr, but there is à visual bug on the top, as you see here :
:arrow: http://forum.wda-fr.org

What are you thinking about ?
Association WDA
Vintage Numeric Museum
Explore the rich history of digital culture and technology. Dive into our vast collection of vintage computing artifacts and learn about the evolution of the internet and digital devices. Join us in preserving the digital heritage for future generations.
https://wda-fr.org
User avatar
WDAssos
Registered User
Posts: 28
Joined: Fri Jan 15, 2010 10:00 pm
Location: Paris, FRANCE
Name: Mathieu CHARREYRE
Contact:

Re: we_universal v2.5.7 for phpBB 3.2.4

by v12mike » Tue Dec 25, 2018 9:42 pm

Can you describe the issue more clearly? Also please tell us which previous version you are comparing to?
v12mike
Registered User
Posts: 584
Joined: Thu Jul 09, 2015 5:03 pm
Contact:

Re: we_universal v2.5.7 for phpBB 3.2.4

by WDAssos » Thu Dec 27, 2018 8:30 am

The dashboard.jpg is circled by grey border, as you can see in our forum : http://forum.wda-fr.org

As i wrote in our changelog forum : http://forum.wda-fr.org/viewtopic.php?f ... 307#p15307
Last version was the 2.5.4.

I have uninstall it, and installed the new one.
Same thing... Grey border...
Association WDA
Vintage Numeric Museum
Explore the rich history of digital culture and technology. Dive into our vast collection of vintage computing artifacts and learn about the evolution of the internet and digital devices. Join us in preserving the digital heritage for future generations.
https://wda-fr.org
User avatar
WDAssos
Registered User
Posts: 28
Joined: Fri Jan 15, 2010 10:00 pm
Location: Paris, FRANCE
Name: Mathieu CHARREYRE
Contact:

Re: we_universal v2.5.7 for phpBB 3.2.4

by Anonymous » Sat Dec 29, 2018 9:36 am

Hi WDAssos.
You can look at this message to solve this point.

https://www.phpbb.com/customise/db/styl ... 06#p667406
Anonymous
I am too lazy to register
Posts: 3265
Joined: Thu Mar 15, 2007 6:50 am
Contact:

Re: we_universal v2.5.7 for phpBB 3.2.4

by WDAssos » Sun Dec 30, 2018 10:44 pm

Hi,

thank you for your reply...
It's much better now, YES ;)
But there is just now some gray background in the left AND right of the dashboard.jpg.
Is it normal ?

:arrow: http://forum.wda-fr.org
Association WDA
Vintage Numeric Museum
Explore the rich history of digital culture and technology. Dive into our vast collection of vintage computing artifacts and learn about the evolution of the internet and digital devices. Join us in preserving the digital heritage for future generations.
https://wda-fr.org
User avatar
WDAssos
Registered User
Posts: 28
Joined: Fri Jan 15, 2010 10:00 pm
Location: Paris, FRANCE
Name: Mathieu CHARREYRE
Contact:

Re: we_universal v2.5.7 for phpBB 3.2.4

by WDAssos » Sun Jan 06, 2019 11:37 am

No idea ?
Association WDA
Vintage Numeric Museum
Explore the rich history of digital culture and technology. Dive into our vast collection of vintage computing artifacts and learn about the evolution of the internet and digital devices. Join us in preserving the digital heritage for future generations.
https://wda-fr.org
User avatar
WDAssos
Registered User
Posts: 28
Joined: Fri Jan 15, 2010 10:00 pm
Location: Paris, FRANCE
Name: Mathieu CHARREYRE
Contact:

Re: we_universal v2.5.7 for phpBB 3.2.4

by kjh-mov » Wed Jan 09, 2019 10:57 am

v12mike wrote:I am on holiday right now, so can't test anything, but in theme/content.css find the block:

and change it to:

Code: Select all

/* Action-bars (container for post/reply buttons, pagination, etc.) */
.action-bar {
	margin-bottom: 9px;
	line-height: 19px;
	font-size: 13px;
	/*text-transform: capitalize*/;
/*text-transform: capitalize;*/ and not */;
Wer nichts weiß, muss alles glauben.

Marie von Ebner-Eschenbach
User avatar
kjh-mov
Registered User
Posts: 82
Joined: Mon May 07, 2018 12:23 pm
Contact:

Re: we_universal v2.5.7 for phpBB 3.2.4

by kjh-mov » Wed Jan 09, 2019 11:04 am

WDAssos wrote:Hi,

thank you for your reply...
It's much better now, YES ;)
But there is just now some gray background in the left AND right of the dashboard.jpg.
Is it normal ?

:arrow: http://forum.wda-fr.org
Yes, it is normal. You can change the colour here:

style/we_universal/theme/common.css -> background: #yourcolor

Code: Select all

.inventea-header {
    position: relative;
    margin: auto;
    width: 100%;
    background: #b4b4b4;
    overflow: hidden;
}
Wer nichts weiß, muss alles glauben.

Marie von Ebner-Eschenbach
User avatar
kjh-mov
Registered User
Posts: 82
Joined: Mon May 07, 2018 12:23 pm
Contact:

Re: we_universal v2.5.7 for phpBB 3.2.4

by kjh-mov » Wed Jan 09, 2019 11:22 am

Kovi wrote:...
to this:

Code: Select all

p class="footer-row">
	<span class="footer-copyright">Style <a href="https://phpbb.com/customise/db/style/we_universal">we_universal</a>  created by INVENTEA & v12mike</span>
</p>
And now all lines in the footer are the same size.

BTW: Thanks for taking care of this style!
you forgot the "<" ;)

Code: Select all

<p class="footer-row">
	<span class="footer-copyright">Style <a href="https://phpbb.com/customise/db/style/we_universal">we_universal</a>  created by INVENTEA & v12mike</span>
</p>
Wer nichts weiß, muss alles glauben.

Marie von Ebner-Eschenbach
User avatar
kjh-mov
Registered User
Posts: 82
Joined: Mon May 07, 2018 12:23 pm
Contact:

Re: we_universal v2.5.7 for phpBB 3.2.4

by WDAssos » Wed Jan 09, 2019 7:53 pm

kjh-mov wrote:(...)
Yes, it is normal. You can change the colour here:

style/we_universal/theme/common.css -> background: #yourcolor

Code: Select all

.inventea-header {
    position: relative;
    margin: auto;
    width: 100%;
    background: #b4b4b4;
    overflow: hidden;
}
YEAH ! You ROCK ! :)

:arrow: http://forum.wda-fr.org/viewtopic.php?f ... 312#p15312
Association WDA
Vintage Numeric Museum
Explore the rich history of digital culture and technology. Dive into our vast collection of vintage computing artifacts and learn about the evolution of the internet and digital devices. Join us in preserving the digital heritage for future generations.
https://wda-fr.org
User avatar
WDAssos
Registered User
Posts: 28
Joined: Fri Jan 15, 2010 10:00 pm
Location: Paris, FRANCE
Name: Mathieu CHARREYRE
Contact:

Re: we_universal v2.5.7 for phpBB 3.2.4

by kjh-mov » Thu Jan 10, 2019 12:08 pm

WDAssos wrote:
kjh-mov wrote:(...)
Yes, it is normal. You can change the colour here:

style/we_universal/theme/common.css -> background: #yourcolor

Code: Select all

.inventea-header {
    position: relative;
    margin: auto;
    width: 100%;
    background: #b4b4b4;
    overflow: hidden;
}
YEAH ! You ROCK ! :)

:arrow: http://forum.wda-fr.org/viewtopic.php?f ... 312#p15312
use this: #f9f9f9
Wer nichts weiß, muss alles glauben.

Marie von Ebner-Eschenbach
User avatar
kjh-mov
Registered User
Posts: 82
Joined: Mon May 07, 2018 12:23 pm
Contact: