we_universal v2.5.7 for phpBB 3.2.4 - we_universal
we_universal v2.5.7 for phpBB 3.2.4
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.
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.
-
- Registered User
- Posts: 589
- Joined: Thu Jul 09, 2015 5:03 pm
Re: we_universal v2.5.7 for phpBB 3.2.4
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.
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.
-
- Registered User
- Posts: 4
- Joined: Mon Dec 17, 2018 1:06 pm
Re: we_universal v2.5.7 for phpBB 3.2.4
I am on holiday right now, so can't test anything, but in theme/content.css find the block:
and change it to:
I think that will revert the behaviour you are mentioning. I will look more carefully when I have time.
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;
}
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*/;
-
- Registered User
- Posts: 589
- Joined: Thu Jul 09, 2015 5:03 pm
Re: we_universal v2.5.7 for phpBB 3.2.4
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:
to this:
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 "<".
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
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>
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
-
- Registered User
- Posts: 4
- Joined: Mon Dec 17, 2018 1:06 pm
Re: we_universal v2.5.7 for phpBB 3.2.4
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 :
http://forum.wda-fr.org
What are you thinking about ?
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 :
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
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
-
- Registered User
- Posts: 33
- Joined: Fri Jan 15, 2010 10:00 pm
- Location: Paris, FRANCE
- Name: Mathieu CHARREYRE
Re: we_universal v2.5.7 for phpBB 3.2.4
Can you describe the issue more clearly? Also please tell us which previous version you are comparing to?
-
- Registered User
- Posts: 589
- Joined: Thu Jul 09, 2015 5:03 pm
Re: we_universal v2.5.7 for phpBB 3.2.4
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...
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
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
-
- Registered User
- Posts: 33
- Joined: Fri Jan 15, 2010 10:00 pm
- Location: Paris, FRANCE
- Name: Mathieu CHARREYRE
Re: we_universal v2.5.7 for phpBB 3.2.4
Hi WDAssos.
You can look at this message to solve this point.
https://www.phpbb.com/customise/db/styl ... 06#p667406
You can look at this message to solve this point.
https://www.phpbb.com/customise/db/styl ... 06#p667406
-
- I am too lazy to register
- Posts: 3265
- Joined: Thu Mar 15, 2007 6:50 am
Re: we_universal v2.5.7 for phpBB 3.2.4
Hi,
thank you for your reply...
But there is just now some gray background in the left AND right of the dashboard.jpg.
Is it normal ?
http://forum.wda-fr.org
thank you for your reply...
It's much better now, YESpicaron wrote:(...)
https://www.phpbb.com/customise/db/styl ... 06#p667406
But there is just now some gray background in the left AND right of the dashboard.jpg.
Is it normal ?
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
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
-
- Registered User
- Posts: 33
- Joined: Fri Jan 15, 2010 10:00 pm
- Location: Paris, FRANCE
- Name: Mathieu CHARREYRE
Re: we_universal v2.5.7 for phpBB 3.2.4
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
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
-
- Registered User
- Posts: 33
- Joined: Fri Jan 15, 2010 10:00 pm
- Location: Paris, FRANCE
- Name: Mathieu CHARREYRE
Re: we_universal v2.5.7 for phpBB 3.2.4
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:/*text-transform: capitalize;*/ and not */;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*/;
Wer nichts weiß, muss alles glauben.
Marie von Ebner-Eschenbach
Marie von Ebner-Eschenbach
-
- Registered User
- Posts: 82
- Joined: Mon May 07, 2018 12:23 pm
Re: we_universal v2.5.7 for phpBB 3.2.4
Yes, it is normal. You can change the colour here:WDAssos wrote:Hi,
thank you for your reply...
It's much better now, YESpicaron wrote:(...)
https://www.phpbb.com/customise/db/styl ... 06#p667406
But there is just now some gray background in the left AND right of the dashboard.jpg.
Is it normal ?
http://forum.wda-fr.org
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
Marie von Ebner-Eschenbach
-
- Registered User
- Posts: 82
- Joined: Mon May 07, 2018 12:23 pm
Re: we_universal v2.5.7 for phpBB 3.2.4
you forgot the "<"Kovi wrote:...
to this:
And now all lines in the footer are the same size.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>
BTW: Thanks for taking care of this style!
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
Marie von Ebner-Eschenbach
-
- Registered User
- Posts: 82
- Joined: Mon May 07, 2018 12:23 pm
Re: we_universal v2.5.7 for phpBB 3.2.4
YEAH ! You ROCK !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; }
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
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
-
- Registered User
- Posts: 33
- Joined: Fri Jan 15, 2010 10:00 pm
- Location: Paris, FRANCE
- Name: Mathieu CHARREYRE
Re: we_universal v2.5.7 for phpBB 3.2.4
use this: #f9f9f9WDAssos wrote:YEAH ! You ROCK !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; }
http://forum.wda-fr.org/viewtopic.php?f ... 312#p15312
Wer nichts weiß, muss alles glauben.
Marie von Ebner-Eschenbach
Marie von Ebner-Eschenbach
-
- Registered User
- Posts: 82
- Joined: Mon May 07, 2018 12:23 pm