Discuss: phpBB 3.2.0-RC2 Released

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Get Involved
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5657
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc
Contact:

Discuss: phpBB 3.2.0-RC2 Released

Post by Marc »

Discuss the announcement here.
User avatar
iorG19
Registered User
Posts: 60
Joined: Sun Sep 28, 2014 10:25 am
Name: Georgian Iordache
Contact:

Re: Discuss: phpBB 3.2.0-RC2 Released

Post by iorG19 »

VigLink? SVG Emoji's? Full Support for PHP 7.1 ?
That's what i name a huge update!!! Congratulations developers, thank you @Marc for the announcement! :D
“Si cres en tus fuerzas, nadie te podrá derrotar”Georgian Iordache // @iorG19 (GeorgioGalben)
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: Discuss: phpBB 3.2.0-RC2 Released

Post by eunaumtenhoid »

NICE work ty all
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
User avatar
Rhino.Freak
Registered User
Posts: 275
Joined: Wed Apr 29, 2015 8:32 am
Contact:

Re: Discuss: phpBB 3.2.0-RC2 Released

Post by Rhino.Freak »

Awesome work :) yay! Thanks for all the hardwork!

Edit: is there a live forum where I can witness the new emojis? I wanna see them XD
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18316
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón
Contact:

Re: Discuss: phpBB 3.2.0-RC2 Released

Post by DavidIQ »

Rhino.Freak wrote:Awesome work :) yay! Thanks for all the hardwork!

Edit: is there a live forum where I can witness the new emojis? I wanna see them XD
https://area51.phpbb.com/phpBB/index.php
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
User avatar
isa4325
Registered User
Posts: 14
Joined: Sun Apr 17, 2016 8:12 pm
Location: Willis, Tx
Name: AndreT

Re: Discuss: phpBB 3.2.0-RC2 Released

Post by isa4325 »

Is there anyone that can either help or install the latest phpBB on my website forum?
koraldon
Registered User
Posts: 530
Joined: Sat Jun 30, 2007 12:42 pm

Re: Discuss: phpBB 3.2.0-RC2 Released

Post by koraldon »

Great news 8-)
Looking forward to final - is RC3 set in stone or this might be the last RC?
User avatar
Crizzo
Translations & International Support Teams Manager
Translations & International Support Teams Manager
Posts: 1653
Joined: Thu Apr 23, 2009 1:20 pm
Location: Stuttgart, Germany
Name: Christian
Contact:

Re: Discuss: phpBB 3.2.0-RC2 Released

Post by Crizzo »

koraldon wrote: is RC3 set in stone or this might be the last RC?
That depends, if we find many bugs in RC2 or if it is quite fine. At the moment, it is hard to say.
My extensions for phpBB: CDB
German phpBB Support at www.phpbb.de
User avatar
Phillip
Registered User
Posts: 64
Joined: Tue Oct 29, 2013 4:41 am
Location: The index
Contact:

Re: Discuss: phpBB 3.2.0-RC2 Released

Post by Phillip »

Awesome work to all of phpBB team. :)
“Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind.”
― Bernard M. Baruch​
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3732
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay
Contact:

Re: Discuss: phpBB 3.2.0-RC2 Released

Post by Kailey »

I'll be testing this very soon, thanks for all the hard work!
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules

If you have any questions about the rules/customs of this website, feel free to send me a PM.
tm8544
Registered User
Posts: 4
Joined: Sat Oct 15, 2016 4:25 pm

Screen size

Post by tm8544 »

In files phpBB\adm\style\overall_header.html and phpBB\adm\style\simple_header.html there is a function

Code: Select all

function find_username(url)
{
	popup(url, 760, 570, '_usersearch');
	return false;
}
This creates a window that has quite small height, and usually one has to resize the window.
Full browser window height would be better, eg

Code: Select all

function find_username(url)
{
	var ih = window.innerHeight;
	popup(url, 760, ih, '_usersearch');
	return false;
}
digitaltoast
Registered User
Posts: 105
Joined: Thu Oct 18, 2007 9:33 am

Re: Discuss: phpBB 3.2.0-RC2 Released

Post by digitaltoast »

DavidIQ wrote:
Rhino.Freak wrote:Awesome work :) yay! Thanks for all the hardwork!

Edit: is there a live forum where I can witness the new emojis? I wanna see them XD
https://area51.phpbb.com/phpBB/index.php
Perhaps I'm being thick but I don't see where/how you type an emoji (in area51). There's supposed to be some popup window, right?

Well, I've been all through my user prefs, and I don't see anything, but I can see others posting emoji OK.

Someone clue me in!
CHItA
Development Team Member
Development Team Member
Posts: 166
Joined: Sat Dec 06, 2008 10:27 pm
Location: London, UK

Re: Discuss: phpBB 3.2.0-RC2 Released

Post by CHItA »

digitaltoast wrote:
DavidIQ wrote:
Rhino.Freak wrote:Awesome work :) yay! Thanks for all the hardwork!

Edit: is there a live forum where I can witness the new emojis? I wanna see them XD
https://area51.phpbb.com/phpBB/index.php
Perhaps I'm being thick but I don't see where/how you type an emoji (in area51). There's supposed to be some popup window, right?

Well, I've been all through my user prefs, and I don't see anything, but I can see others posting emoji OK.

Someone clue me in!
You can either use :ascii-emoji-name: or actuall UTF-8 emoji characters.
digitaltoast
Registered User
Posts: 105
Joined: Thu Oct 18, 2007 9:33 am

Re: Discuss: phpBB 3.2.0-RC2 Released

Post by digitaltoast »

OH - so is there not going to be a popup entry window like on Whatsapp web etc?

And if not, doesn't it rather limit its appeal? Or am I missing something?
User avatar
Talk19Zehn
Registered User
Posts: 846
Joined: Tue Aug 09, 2011 1:10 pm
Contact:

Re: Discuss: phpBB 3.2.0-RC2 Released

Post by Talk19Zehn »

Hi, perhaps looking for some codes at this *side: http://emojipedia.org/
.... or other sides or an emoji archive.

Regards

*Edit: TEST(!)
Here -on my testside- the codes works at first into the phpBB-Version 3.2.0-RC2
fine. ;)
Last edited by Talk19Zehn on Sun Dec 11, 2016 8:41 pm, edited 1 time in total.
Post Reply

Return to “phpBB Discussion”