Is there a way to make the Terong related links plugin to work for Wordpress 2.5?
Is there a way to make the Terong related links plugin to work for Wordpress 2.5?
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¤t_post_id=$_GET[post]\", 800, 600)'>» Related Links</a></div>";
to
echo "<li><a href='' onclick='modal_dialog_show(\"../wp-content/plugins/terong_related.php?is_popup=yes¤t_post_id=$_GET[post]\", 800, 600);return false;'>Related Links</a></li>";
or download and install fixed file
Siymad the modified plugin does not work, where is the link Related Links?
The Related Links link when you want to write a post does not show :c
Oh wait, it's there! Thanks! Of course you have to save the post first, and then it appears at the "Related" sidebar.
Does it work also with WP 2.7? I used the normal 1.2 since some weeks ago. But now when i try to enter a word into the "Terong Related Posts" seach Field everytime the tool crashes... HANG UP ;(
This topic has been closed to new replies.