word-break: break-all;
from the .emojionearea-editor
inline style ?I have the same problem.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?
confirmed. Same problem here.... phpBB 3.2 - Style Default prosilverBut one problem for me: If I activate the ext, the button "view more smilies" don´t work at all
We just did the same. We actually had that latter EXT disabled yesterday, so reenabling did the trick. Disabling both renders the board useless.Schtorsch wrote: Thu Jan 19, 2017 5:28 pm Great Extension so far!
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
Can't get it to work. And my style inherts the posting_editor.html from prosilver.nedka wrote: Sat Jan 14, 2017 2:33 pmWow, Pidgin smilies, long time no see them Your textarea must be put within a<div id="message-box"
to match the jQuery selectordiv#message-box > textarea
:
posting_editor.html:Or you can add the attributeCode: Select all
<div id="message-box"... <textarea... </div>
data-emojipicker="true"
to any textarea or input tags:Code: Select all
<textarea data-emojipicker="true" ...
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>
When the extension is active, BBcodes and smilies don't work in mChat!nedka wrote: Sat Jan 14, 2017 7:45 amThanks for your advices, 3Di, but currently, my priority is 3.1.x because it lacks Emoji support. Almost of my users use this branch and they need Emoji in their life 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.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).
I tested on this style, but no problems found
What are other extensions that you using on the posting page?
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.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.
Openemojionearea.min.css
and edit the class.emojionearea .emojionearea-editor {
. You can find the un-minified code at 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 linknextgen wrote: Fri Jan 13, 2017 4:44 pmThe same here...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.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.
Hi SalazarAG, the new version supported "quick quote" from QuickReply ReloadedSalazarAG 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?
mChat support has addedKenTSA 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?