Forums

[Plugin: @ Reply] Changing from Image to Link (2 posts)

  1. nymyth
    Member
    Posted 3 years ago #

    Find this:

    <img style="cursor:pointer;" onclick='yus_replyTo("<?php comment_ID() ?>", "<?php comment_author();?>")' title="Reply to this comment" alt="Reply to this comment" src="<?php echo get_option('siteurl'); ?>/wp-content/plugins/reply-to/reply.png" />

    Replace with:

    <a href='javascript:void(0)' onclick='yus_replyTo("<?php comment_ID() ?>", "<?php comment_author();?>")' title="Reply to this comment">(REPLY)</a>

    That should replace the image with (REPLY)

    Hope that helps people that didn't wanna use the image

    Its live at:

    http://wordpress.org/extend/plugins/reply-to/

  2. Yus
    Member
    Posted 3 years ago #

    Someone asked me for this a few months ago, here's the code change I suggested :
    <a href="#" title="Reply to this comment" onclick='yus_replyTo("<?php comment_ID() ?>", "<?php comment_author();?>");return false;'>Reply</a>

    Maybe I should add it to the FAQs ?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags