Forum Replies Created

Viewing 1 replies (of 1 total)
  • Yes.
    file: terong_related.php
    Replace
    add_action('admin_footer', 'terong_add_quicktags');
    to
    add_action('post_relatedlinks_list', 'terong_add_quicktags');
    And
    echo "<div id='top_right_link' style='position: absolute; top: 3px; right: 3px;'><a href='' onclick='modal_dialog_show(\"../wp-content/plugins/terong_related.php?is_popup=yes&current_post_id=$_GET[post]\", 800, 600)'>&raquo; Related Links</a></div>";
    to

    echo "<li><a href='' onclick='modal_dialog_show(\"../wp-content/plugins/terong_related.php?is_popup=yes&current_post_id=$_GET[post]\", 800, 600);return false;'>Related Links</a></li>";

    or download and install fixed file

Viewing 1 replies (of 1 total)