Quote:
Originally Posted by pinoquio46
If you go work on that, i think the post edition deservs the same... 
|
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.