Hide Smileys
Hide Smileys under every Textarea in the EE Control Panel
Download Hide Smileys 1.0.0 (1kb zip)
This version posted July 11, 2007
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?
I hope it works for you.
Version 1.0.0 (Jul 11 2007): I’m using this on 1.6 and am not experiencing any issues. If you have an issue, please let me know!
View the thread for this Extension in the EE forums.
This entry was last updated April 20, 2008.
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);