• farangkinok

    (@farangkinok)


    Hi there,

    I’d like to have on every comment a link next to a comment author name that point to a list of all comments made by this person (somehow distinguished server-side by the given email address)

    I heard about the plugin vac from jeriko, but link is broken and the author does not reply to emails or comment on the topic. So I know it is possible.

    Could you tell me if there is an other plugin alike?

    And how to show all the comments of my blog on a page? (like making a mini blog from all the comments of the blog)

Viewing 2 replies - 1 through 2 (of 2 total)
  • krioinboxlv

    (@krioinboxlv)

    Figured it out.

    Download wp-stats plugin. Set it up on a separate page to display only comments. (See the admin page after setup on your blog.)

    http://www.lesterchan.net/wordpress/readme/wp-stats.html

    Style it.

    Go to comments template. Find:

    <?php comment_author_link() ?>

    Change to:

    “><?php comment_author_link() ?>

    ________

    This turns the commentator’s name into a link, and when clicked sends it to the stats page that lists all commentator’s comments by post. Style it anyway you want. If you add a “title” tag, you can get the overlay thingy to say something like “View all posts by this commentator” or whatever you want it to say.

    krioinboxlv

    (@krioinboxlv)

    Did not come through.

    Change comment template:

    <?php comment_author_link() ?>

    to:

    <a href="http://www.YOUR-SITE/YOUR-BLOG/YOUR-STAT-PAGE/?stats_author=<?php comment_author_link() ?>"><?php comment_author_link() ?></a>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘View all comments by commentator’ is closed to new replies.