• Hi,

    I wonder why are you exposing COOKIEHASH and other variables openly in the source of the page.

    In my example it looked like:
    ===
    <script type=”text/javascript”>
    /* <![CDATA[ */
    var commentformid = “commentform”;
    var COOKIEHASH = “8263fc5a9544d7e448453f1a2df51ca1”;
    var USERINFO = “Loki”;
    var atreply = “yes”;
    /* ]]> */
    </script>
    <script type=”text/javascript” src=”http://**HEREISMYDOMAIN**/wp-content/plugins/wordpress-thread-comment/wp-thread-comment.js.php?jsver=common”></script&gt;
    <script type=”text/javascript”>
    /* <![CDATA[ */
    var lstcommentid=2;
    var needauthoremail=false;
    var sortflag=”ASC”;
    /* ]]> */
    </script>
    ===

    By the way, the plugin itself doesn’t seem to work even with default theme in both major browsers. When I hit Reply, WebDeveloper plugin tells me “Error: movecfm is not defined”.

  • The topic ‘[Plugin: WordPress Thread Comment] JS Error “movecfm is not defined” (both IE and FF, WP 2.7)’ is closed to new replies.