wynderlon
Member
Posted 1 year ago #
I'm a bit confused with the more-smiles plugin (http://mattread.com/projects/wp-plugins/more-smilies/). I got everything running and I put in this code for it to have clickable smiles on the comments.php page:
<?php do_action('comment_toolbar', 'comment'); ?>
However, there are no clickable smilies on the admin page. In theory, I would just use the same code, right? But I can't seem to find WHERE to put the code in the admin files.
oncidium
Member
Posted 1 year ago #
I couldn't get it either...there are a couple of posts at this site about this...seems to be a problem. I did notice the pop up option works if the WYSIWYG is disabled.
wynderlon
Member
Posted 1 year ago #
Ah, I see what you mean now.
If you go to USERS -> EDIT -> Your Profile and then uncheck the "use the visual editor when writing" option, more smiles works in the admin mode (for non-popup too). :)