WP-Grins untuk WordPress 2.7 4
For the wordpress user who using the plugins WP-Grins, there are something you should change in the wp-grins.php. Edit your wp-grins.php, and then, find this code:-
tinyMCE.execInstanceCommand('mce_editor_0', 'mceInsertContent', false, ' ' + tag + ' ');
tinyMCE.selectedInstance.repaint();
Delete the code, and replace it with this code:-
tinyMCE.execCommand('mceInsertContent', false, ' ' + tag + ' ');
*Credits to Tomb Braider for the tips at http://wordpress.org/support/topic/214603
Okey. One more thing, did you notice that when you using this wp-grins plugins, the clickable smilies admin area at Post >> Add New does not work? So, you can remove the code by editing your wp-grins.php, and find:-
add_action('admin_head', 'wp_grins_head');
Delete the code.
*Thanks to Bingorabbit for telling us this.
ikoko: Hampir 50% sudah selesai. Alhamdulillah.
Tags: Blog Addicted, wordpress, wordpress 2.7, wp, wp 2.7, wp-grins





