Quote:
Originally Posted by Lynne
See if this does what you want:
Find the plugin "move smilies below textarea" and find this line:
PHP Code:
if (in_array(THIS_SCRIPT, array('newthread', 'blog_post','group')))
Change it to:
PHP Code:
if (in_array(THIS_SCRIPT, array('newthread', 'blog_post','group','private')))
Save.
That will move the smilies to the bottom of the private message page. This only works for the Send new PM page where the smilies are already shown.
|
It works in both, new PM and reply to PM
I try to include 'editpost' in the array, but the smilies go to right side of thr page...
Thanks for your reply :up: