Completely disable smilies in the full editor
Completely disable smilies in the full editor
I've removed Enable smilies by default in the Edit posting defaults
I've clicked "Disable smilies" in the editor options
But I still see that visual animated garbage of a Smilies section to the right of the editor box
It shows "Smilies are ON", but I don't understand where to turn those off
How do I completely disable that as well?
Thank you!
I've clicked "Disable smilies" in the editor options
But I still see that visual animated garbage of a Smilies section to the right of the editor box
It shows "Smilies are ON", but I don't understand where to turn those off
How do I completely disable that as well?
Thank you!
Re: Completely disable smilies in the full editor
Not sure. You might have to block that in your browser via a suitable plugin.
-
- Posts: 144
- Joined: 01 Feb 2017, 22:57
Re: Completely disable smilies in the full editor
You can use a browser extension that allows you to add user css, like Stylus (https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne)
Then add
What's wrong with smileys? :p
Then add
Code: Select all
#smiley-box {
display: none
}
Re: Completely disable smilies in the full editor
the animated ones are distracting, I don't mind the other ones
Re: Completely disable smilies in the full editor
Thanks, that's what I've ended up doing via Ublock origin's style filters, but still lose the area in the editor, it's just blank, so thought there could be some native solution (I think I saw on some other phpBB forum a similar option, but not sure)
Re: Completely disable smilies in the full editor
Unfortunately, the ublock type of solution doesn't work on some popular smartphones that have no extension functionality :(
Re: Completely disable smilies in the full editor
You can use ublock origin with Firefox Mobile. Works great, just tested it.
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Re: Completely disable smilies in the full editor
Yup!
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]