MD Hide Smileys
Hide Smileys under every Textarea in the EE Control Panel
Download MD Hide Smileys 1.0.1
This version posted March 8, 2009
This ExpressionEngine add-on is available at GitHub.
Visit the GitHub page and click "Download", and then click either "Zip" or "Tar".
I made this simply to hide the “Smileys” link underneath each textarea on a Control Panel publish page. You can disable Emoticons in the admin, but I don’t think there is any native way to hide this link without an extension. There are a couple other threads that relate to this: Remove “Smileys” text from Publish screen and Disable Glossary and Smileys in the publish tab?
View the thread for this Extension in the EE forums.
This entry was last updated October 24, 2009.
1 Comment
Sorry, comments are closed.
June 26th, 2008
What a great and useful extension! Thanks!
You could make it even better if you make it language independent. I am everything else than a regex expert, but this works for me:
$out = preg_replace("#<a href=\"[removed]void\(0\);\" onclick=\"showhide_smileys\('5'\)[^\r\n]*</span>#"," ", $out);