wp-grins
-
I’m using wp-grins plugin for the smilies.
I followed all the steps in this post.http://wordpress.org/support/topic/24409?replies=29
My Codes are different. And is not working properly.
<script src=”../wp-includes/js/quicktags.js” type=”text/javascript”></script>
<script type=”text/javascript”>if ( typeof tinyMCE == “undefined” || tinyMCE.configs.length < 1 ) edToolbar();</script>
</div>
‘;
else echo ‘and when I modify the code into
<script src=”../wp-includes/js/quicktags.js” type=”text/javascript”></script>
<script type=”text/javascript”>if ( typeof tinyMCE == “undefined” || tinyMCE.configs.length < 1 ) edToolbar();</script>
‘;
if (function_exists(“wp_grins”)) { echo “
“; wp_grins(); }
echo ‘</div>’;
endif;
}
</div>
‘;
else echo ‘it works … but I couldn’t login to my admin page. The page goes blank.
Also on the comment page, the similies images aren’t showing
Please help 🙁
The topic ‘wp-grins’ is closed to new replies.