https://area51.phpbb.com/phpBB/index.phpRhino.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
That depends, if we find many bugs in RC2 or if it is quite fine. At the moment, it is hard to say.koraldon wrote: is RC3 set in stone or this might be the last RC?
Code: Select all
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}
Code: Select all
function find_username(url)
{
var ih = window.innerHeight;
popup(url, 760, ih, '_usersearch');
return false;
}
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?DavidIQ wrote:https://area51.phpbb.com/phpBB/index.phpRhino.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
You can either use :ascii-emoji-name: or actuall UTF-8 emoji characters.digitaltoast wrote: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?DavidIQ wrote:https://area51.phpbb.com/phpBB/index.phpRhino.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
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!