[ABD] Emoji Picker 0.2.5

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
darren.cb
Registered User
Posts: 12
Joined: Mon Apr 25, 2016 5:37 pm

Re: [3.1][3.2][BETA] Emoji Picker 0.2.5

Post by darren.cb »

Nice! I do have an issue with compatibility of the Off-site Image Upload extension by eben80 (link). When I try adding an image, the url is not parsed into the message box. Any pointers?

Edit: I am running 3.1.9

Second Edit:
It looks like you can no longer tab down from the Topic field to the Message field with this ext enabled.

Third Edit:
This extension also doesn't allow for the word-wrapping feature of the default reply box. Any way to correct that?
User avatar
null2
Registered User
Posts: 516
Joined: Wed Jan 20, 2010 11:03 am

Re: [3.1][3.2][BETA] Emoji Picker 0.2.5

Post by null2 »

Using this ext, Post Models stopped to work: https://www.phpbb.com/customise/db/exte ... st_models/
Sorry for my bad english. I'm from USA.
User avatar
Mathieu M.
Registered User
Posts: 181
Joined: Tue Nov 02, 2010 11:42 am
Location: France 🇫🇷
Name: Mathieu

Re: [3.1][3.2][BETA] Emoji Picker 0.2.5

Post by Mathieu M. »

Hello,

The version 0.2.5 seems to be working as a charm for me!

Just a "problem", could you please delete the word-break: break-all; from the .emojionearea-editor inline style ?

It breaks absolutly all typography for me.

---

Another small bug with responsive mode.
From a small smartphone, the textarea doesn't take the full width. It's very complicated to write a message...


Thanks ;)
😄😄😍😄😄
Schtorsch
Registered User
Posts: 52
Joined: Tue Aug 12, 2008 8:49 am

Re: [3.1][3.2][BETA] Emoji Picker 0.2.5

Post by Schtorsch »

Great Extension so far! :D

But one problem for me: If I activate the ext, the button "view more smilies" don´t work at all...
Is there a solution for that problem?

EDIT: I am solving the problem for the moment with the smiley scrollbox: viewtopic.php?f=616&t=2401246
Nully
Registered User
Posts: 453
Joined: Thu Jan 29, 2009 10:11 pm
Location: France
Contact:

Re: [3.1][3.2][BETA] Emoji Picker 0.2.5

Post by Nully »

Schtorsch wrote: Thu Jan 19, 2017 5:28 pm
But one problem for me: If I activate the ext, the button "view more smilies" don´t work at all...
Is there a solution for that problem?
I have the same problem.
User avatar
Dr.Death
Registered User
Posts: 400
Joined: Fri Apr 25, 2003 10:04 am
Location: Germany
Contact:

Re: [3.1][3.2][BETA] Emoji Picker 0.2.5

Post by Dr.Death »

But one problem for me: If I activate the ext, the button "view more smilies" don´t work at all
confirmed. Same problem here.... phpBB 3.2 - Style Default prosilver
Doc.
User avatar
Mathieu M.
Registered User
Posts: 181
Joined: Tue Nov 02, 2010 11:42 am
Location: France 🇫🇷
Name: Mathieu

Re: [3.1][3.2][BETA] Emoji Picker 0.2.5

Post by Mathieu M. »

Hello nedka,

Is there some news for the small bugs found in the previous posts ?


Thanks!
😄😄😍😄😄
User avatar
potku
Registered User
Posts: 980
Joined: Wed Dec 22, 2004 10:26 pm
Location: Tampere, Finland
Contact:

Re: [3.1][3.2][BETA] Emoji Picker 0.2.5

Post by potku »

Schtorsch wrote: Thu Jan 19, 2017 5:28 pm Great Extension so far! :D

But one problem for me: If I activate the ext, the button "view more smilies" don´t work at all...
Is there a solution for that problem?

EDIT: I am solving the problem for the moment with the smiley scrollbox: https://www.phpbb.com/community/viewtop ... &t=2401246
We just did the same. We actually had that latter EXT disabled yesterday, so reenabling did the trick. Disabling both renders the board useless.
Potku.net

"Before I speak, I have something important to say."

- Groucho Marx
User avatar
aamot
Registered User
Posts: 77
Joined: Fri May 20, 2005 11:16 am
Location: Norway
Contact:

Re: [3.1][3.2][BETA] Emoji Picker 0.2.5

Post by aamot »

Very nice ext !
Got a question from one of my users, and found this.

But I see the same problems that others are commenting, smilies, tabbing, etc.

Tried it from a mobile, and got one of my users to try it also, the emoijs was entered into the message,
so you are on the right track here ! I LOVE it ! ;)

But i probably have to disable it for now, , Ill make a poll at my fora...
( running 3.1.10 ) . . 3.2.0 is a bit to fresh, due to ext's....
Asbjorn Aamot, Norway
odf
Registered User
Posts: 171
Joined: Sun Jan 22, 2017 8:55 pm

Re: [3.1][3.2][BETA] Emoji Picker 0.2.5

Post by odf »

Nice ext but for Prosilver with phpBB 3.1.9, it disables BBcodes and smilies on Mchat making them unusable at all!
User avatar
</Solidjeuh>
Registered User
Posts: 1788
Joined: Tue Mar 29, 2016 3:45 am
Location: Aalst (Belgium)
Name: Andy Dm
Contact:

Re: [3.1][3.2][BETA] Emoji Picker 0.2.3

Post by </Solidjeuh> »

nedka wrote: Sat Jan 14, 2017 2:33 pm
Froddelaar wrote: Sat Jan 14, 2017 2:25 pm Still nothing

Image
Wow, Pidgin smilies, long time no see them :D Your textarea must be put within a <div id="message-box" to match the jQuery selector div#message-box > textarea:

posting_editor.html:

Code: Select all

<div id="message-box"...
	<textarea...
</div>
Or you can add the attribute data-emojipicker="true" to any textarea or input tags:

Code: Select all

<textarea data-emojipicker="true" ...
Can't get it to work. And my style inherts the posting_editor.html from prosilver.
So it should be good.. file is standard..

Code: Select all

	<div id="message-box">
		<textarea <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->name="signature" id="signature" style="height: 9em;"<!-- ELSE -->name="message" id="message"<!-- ENDIF --> rows="15" cols="76" tabindex="4" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" class="inputbox">{MESSAGE}{DRAFT_MESSAGE}{SIGNATURE}</textarea>
	</div>
Last edited by </Solidjeuh> on Tue Feb 07, 2017 11:15 am, edited 1 time in total.
User avatar
kustajuspin
Registered User
Posts: 58
Joined: Sat Apr 02, 2016 9:49 am
Location: China,Shandong
Name: Sayyid
Contact:

Re: [3.1][3.2][BETA] Emoji Picker 0.2.5

Post by kustajuspin »

Chinese :lol:
Welcome to use in “中文”.

https://mega.nz/#!BUZARISA!wG3cWKEGvE18 ... DiqMnCpsy8
😄 Hello.
Welcome to my forum.
Your wonderful memories here.
https://simtown.top/forum
odf
Registered User
Posts: 171
Joined: Sun Jan 22, 2017 8:55 pm

Re: [3.1][3.2][BETA] Emoji Picker 0.2.3

Post by odf »

nedka wrote: Sat Jan 14, 2017 7:45 am
3Di wrote: Wed Jan 11, 2017 11:14 pm If I were you I stay focused on the 3.2.x version, it's quite possible that the posts made for 3.1.x will be not correctly parsed into 3.2.x (I assume this, not tested).
Thanks for your advices, 3Di, but currently, my priority is 3.1.x :D because it lacks Emoji support. Almost of my users use this branch and they need Emoji in their life :lol: Emoji codes saved by 3.1 version just are ASCII chars, called shortnames. Once upgrade to 3.2, without installing this ext, these shortnames still be displayed naturally by s9e TextFormatter.

strelok-by wrote: Thu Jan 12, 2017 6:12 am SE Square Left 3.2
I tested on this style, but no problems found :(

Image

What are other extensions that you using on the posting page?

Dr.Death wrote: Fri Jan 13, 2017 3:58 pm Hi,

nice extension, but the new text area css destroys darker prosilver themes.... could you remove all the background and color stuff from your extension?
So it would be better compatible with all prosilver based styles.
Hi Death, I never want to make difficulties for everyone, but the text box that you see is not the old textarea. It is a div with contenteditable attribute, a new element, because textarea could not display images within it. This ext tries to set the fontsize and height from the old textarea, things else you need change to fit your needs.

Open emojionearea.min.css and edit the class .emojionearea .emojionearea-editor {. You can find the un-minified code at here.

nextgen wrote: Fri Jan 13, 2017 4:44 pm
Froddelaar wrote: Fri Jan 13, 2017 3:47 pm Not working in phpBB 3.1.10
There is no Emoji icon in the textarea field.
The same here...
Hi nextgen and Froddelaar, I tested it again multi times. One or 2 times, when the network goes slow, the Emoji icon did not load correctly because the remote JS link https://cdn.rawgit.com/yuku-t/jquery-textcomplete/v1.3.4/dist/jquery.textcomplete.js is very slow in response. I guess it may be the reason. I moved this file to ext local, hope this problem has gone. Test new version and let me know.

SalazarAG wrote: Fri Jan 13, 2017 4:58 pm But there is a problem with quick reply reloaded. When EmojiPicker is active, it is not possible to use any QUICK Reply Reloaded function (such as quick quote and quote full, among others).

Are there plans to make both extensions compatible?
Hi SalazarAG, the new version supported "quick quote" from QuickReply Reloaded :D
Image

FranckTH wrote: Sat Jan 07, 2017 12:03 pm it would be nice to add on mChat 2.0.0 :)
KenTSA wrote: Tue Jan 10, 2017 9:40 pm When emoji picker is active, bb codes from mchat doesn't work....can you solved it? And can you put emoji picker in mchat?
mChat support has added :D
When the extension is active, BBcodes and smilies don't work in mChat!
ovelissimo
Registered User
Posts: 2
Joined: Thu Feb 09, 2017 2:13 pm

Re: [3.1][3.2][BETA] Emoji Picker 0.2.5

Post by ovelissimo »

It does not work with dmzx\postingbuttons extension. :(
ovelissimo
Registered User
Posts: 2
Joined: Thu Feb 09, 2017 2:13 pm

Re: [3.1][3.2][BETA] Emoji Picker 0.2.5

Post by ovelissimo »

"More smiles..." link does not work too (if you have more then 25 smiles). :(
Locked

Return to “Abandoned Extensions”