Recently Commented Entries v3.3

BUG FIXES:

- Output generated by this plugin should now be XHTML 1.0 Strict compliant.

- Plugin will now strip all pMcode as well as HTML code.

NEW:

- You can now choose to show the most recently commented on entries, or the most recent comments made. Please view the USAGE in the README.txt file or within the plugin manager.

You can find the download link to the left under downloads.


Here is a new example to help you on your way:

{exp:recentcomments type=”comments”}

Title: {title}<br />

Comment: {comment}<br />

Date: {date}<br />

Total Comments: {total_comments}<br />

Permalink: {permalink}<br />

Name: {name}<br />

Author: {author}<br />

Comment ID: {comment_id}<br /><br />

{/exp:recentcomments}

Format as needed. : )

This entry was posted in Bug-fixes. Bookmark the permalink.

20 Responses to Recently Commented Entries v3.3

  1. Etan says:

    Would it be possible to get the following parameters added in?

    orderby=”date”

    sort=”desc”

    Right now it outputs the most recent comments/entries but in a seemingly random order

  2. yoshi says:

    The comments show up in order from latest to earliest, depending on how you use it, (entries or comments) it will show the most recent comments or most recently commented entries.

  3. Etan says:

    Hmm… you are right. It seems like EE imported my comments in with incorrect times. :-

  4. First of all… this Live Preview rocks! Is this available for EE?

    Next…. I just installed Recently Commented Entries v3.3. Thanks for a great plugin!

    Question: some of the comments listed are not the same ones EE shows as the most recent ones on the CP. Do I need to do something differently to get them in sync? Thanks in advance for the info.

    -Vik

  5. yoshi says:

    Indeed, it may not look the same. I actually made it according to what people asked for. I guess I could add a 3rd mode that did the order the same way as the CP though. There are differences to how they get their most recent comments to mine.

    As for the live preview, it’s an old script I found at scriptygoddess.com. : )

    here’s a headstart: live preview

  6. I think it’s fine the way it is. I just imported MT comments into EE. I guess new comments added will be the same in both places. Thanks again!

  7. … and thanks for the info on Live Preview.

  8. …are there any plans to allow this plugin to include the title_permalink tag?

    Other than that (nitpick, nitpick), very nice plugin!

  9. yoshi says:

    I never quite thought of that. Thanks for pointing that out. I just put it in. I can e-mail this to you if you wish. It’s not a major update or anything, so I won’t release it to the wild until I do another major update. (if there is one)

  10. Yes, email please :D

  11. I love this plugin, but I have a problem.

    I use the following code:

    <*div class=”sidetitle”>Last comments<*/div>

    <*div class=”side”>

    <*ul>

    {exp:recentcomments type=”comments” limit=”9″ weblog=”IPBlog”}

    <*li><*a href=”{permalink=”weblog/comments”}”>{author} : {title}<*/a><*/li>

    {/exp:recentcomments}

    <*/ul>

    <*/div>

    without the *!

    If the author of the comment has a website in his profile, the link goes to this website and not to the comment. Is this a bug? Am I doing something wrong?

    Thanks, Fabien

  12. yoshi says:

    instead of using the {author} tag, use {name}. the author tag will show the author name with a link to their homepage. the {name} tag just shows the name.

  13. It works perfectly. Thanks for your support and thanks for this marvelous plugin.

    Cheers, Fabien

  14. Mandy says:

    Hi!  I am loving the plug in but am wondering where I am going wrong in not getting a few words to preview from the comment.  Before I had all the words previewing and now none of the words show up but the links do.  So I’m slowly getting there.  I used this coding:

    <*ul>

    {exp:recentcomments type=”comments” limit=”9″ weblog=”IPBlog”}

    <*li><*a href=”{permalink=”weblog/comments”}”>{name} : {title}<*/a><*/li>

    {/exp:recentcomments}

    <*/ul>

    without the stars of course :)

    any advice would be appreciated!  thanks!

    Mandy

  15. smeg says:

    I’m also interested in the title_permalink tag, if you could email it it me?

  16. charles says:

    Hello, yes, I would like the title_peralink tag too.  Would you mind emailing it to me?  Many thanks for a great plugin!

  17. Patch says:

    Please Email the title_permalink tag code to me also.

  18. malaga says:

    Greetings from Malaga (Spain). Antonio :-)

  19. Andru says:

    Can I also get the title_permalink tag code please? :)

  20. yoshi says:

    isn’t this plugin pretty obsolete since you can do this with EE internally (without a plugin)?

    here?