General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Marc
Development Team Leader
Posts: 195 Joined: Thu Sep 09, 2010 11:36 am
Location: Munich, Germany
Post
by Marc » Thu Aug 02, 2018 7:17 pm
Release highlights (will be updated shortly)
The packages can be downloaded from our
package archive . Please test the packages to the full extent, so we can have a stable final release.
Thanks for testing,
- The phpBB Team
lopoto
Registered User
Posts: 7 Joined: Tue Mar 27, 2018 6:32 pm
Post
by lopoto » Thu Aug 02, 2018 7:41 pm
THX.
installed from version 3.2.3 rc1, zero problems
Last edited by
lopoto on Thu Aug 02, 2018 8:32 pm, edited 1 time in total.
Solidjeuh
Registered User
Posts: 45 Joined: Sat Feb 25, 2017 6:42 pm
Location: Aalst, Belgium
Contact:
Post
by Solidjeuh » Thu Aug 02, 2018 7:44 pm
Thank you all! Will update tonight.
== EDIT ==
Update went perfect. But why are Terms & Privavy hardcoded instead of using the language strings?
Code: Select all
+ <a class="footer-link" href="{{ U_PRIVACY }}" title="{{ lang('PRIVACY_LINK') }}" role="menuitem">
<span class="footer-link-text">Privacy</span>
</a>
|
<a class="footer-link" href="{{ U_TERMS_USE }}" title="{{ lang('TERMS_LINK') }}" role="menuitem">
<span class="footer-link-text">Terms</span>
</a>
<span class="footer-link-text">Privacy</span>
<span class="footer-link-text">Terms</span>
Kailey
Community Team Leader
Posts: 36 Joined: Mon Sep 01, 2014 10:54 pm
Post
by Kailey » Fri Aug 03, 2018 12:39 pm
Probably an oversight. Please submit a ticket to the tracker.
Marc
Development Team Leader
Posts: 195 Joined: Thu Sep 09, 2010 11:36 am
Location: Munich, Germany
Post
by Marc » Fri Aug 03, 2018 3:03 pm
Yes, an oversight. Thanks for mentioning it.
Zoddo
Registered User
Posts: 5 Joined: Tue Aug 06, 2013 5:39 pm
Post
by Zoddo » Fri Aug 03, 2018 4:30 pm
Solidjeuh wrote: Thu Aug 02, 2018 7:44 pm
But why are Terms & Privavy hardcoded instead of using the language strings?
Made a PR against
prep-release-3.2.3
with the hope that will be fixed before releasing.
https://github.com/phpbb/phpbb/pull/5314
Solidjeuh
Registered User
Posts: 45 Joined: Sat Feb 25, 2017 6:42 pm
Location: Aalst, Belgium
Contact:
Post
by Solidjeuh » Fri Aug 03, 2018 5:56 pm
Thank you Zoddo
phpBB 3.2.3 RC.2 is faster then the RC.1
I noticed some more speed after the update.. My forum is like a rocket on overdrive now
david63
Registered User
Posts: 355 Joined: Mon Feb 07, 2005 7:23 am
Post
by david63 » Fri Aug 03, 2018 7:02 pm
Solidjeuh wrote: Fri Aug 03, 2018 5:56 pm
My forum is like a rocket on overdrive now
You're using on a production board?
David
Remember: You only know what you know -
and you do not know what you do not know!
Solidjeuh
Registered User
Posts: 45 Joined: Sat Feb 25, 2017 6:42 pm
Location: Aalst, Belgium
Contact:
Post
by Solidjeuh » Fri Aug 03, 2018 8:35 pm
david63 wrote: Fri Aug 03, 2018 7:02 pm
Solidjeuh wrote: Fri Aug 03, 2018 5:56 pm
My forum is like a rocket on overdrive now
You're using on a production board?
Always on test board first. Then on my live board. But always keep backups
koraldon
Registered User
Posts: 33 Joined: Thu Mar 10, 2005 12:06 pm
Post
by koraldon » Thu Aug 16, 2018 3:26 pm
Any ETA for final?