Recent Trackbacks Plugin v1.0

As was requested, I have made a “recent trackbacks” plugin. This one works just about exactly like the Recent Commented Entries plugin, but instead displays your most recent trackbacks.

pi.recent_trackbacks.zip

Unzip and follow the installation instructions. Usage instructions are also included in the ZIP file. If you cannot download the file by clicking on it, right click to save.

Disclamation Proclamation: I can’t guarantee this won’t harm your install. This plugin is unsupported by pMachine, and any questions regarding this plugin should be directed to me.

This entry was posted in Uncategorized. Bookmark the permalink.

18 Responses to Recent Trackbacks Plugin v1.0

  1. dave says:

    Thanks Yoshi!

  2. yoshi says:

    wait till you see EE SimpleComment. ;)

  3. dave says:

    Request for next version of Recent Trackbacks: display the link to where the trackback came from.

  4. yoshi says:

    Hmm I thought I included that. Lemme look at that.

  5. dave says:

    maybe you did. i’m tired and stupid right now. i’ll check again.

  6. dave says:

    It could be that the only trackback i’ve got so far is from my own blog, so that’s why it’s showing a link back to my site.  Can you trackback one of my entries and see what happens?

  7. dave says:

    Ok, I got it.  The date is the link back to where the trackback came from.  Would it be difficult to list the name of the site instead of the date?  Here’s the way I’d like to display it all:

    <b>Entry Title</b>

    tracked at <i><u>Dave’s Blog</u></i>

    on <i>Wed Feb 25 at 8:15pm</i>

    where Dave’s Blog is a link back to where the trackback came from.

    Make sense?

  8. yoshi says:

    Yeah, that’s making sense, but for some reason, I’m not able to send a trackback to anyone. wth?

  9. yoshi says:

    Ok, i fixed the formatting. re-download the file to get the latest.

  10. dave says:

    Ok, got that.  One more issue:  I can’t seem to change the date format.  No matter what I change it to, it keeps displaying the same way.

  11. yoshi says:

    Hm… you used:

    format=”[your dateformat]” ?

    I looked at the code it should work… unless something changed in the convert date function in EE.

  12. dave says:

    Yes, that’s the format I used. I just replaced what was already there.  But nothing changed.

  13. yoshi says:

    Hmm i tested it here, and it works fine. have you tried just hardcoding it? on line 77 of the code, replace the $datetimeformat variable with the format that you wish to display the date in.

  14. dave says:

    Dude, I deleted the date formatting altogether and replaced it with “nodate”, but it still displayed the date.  Am I not changing it in the right place?  What line of the file should I be editing?

  15. dave says:

    ok, i’ll try that

  16. yoshi says:

    oops, that’s line 71. was looking at the wrong code.  :P

  17. yoshi says:

    dave, if you have any instant messenger, this would be incredibly easier. LOL what do you have and I’ll tell you mine. that almost sounds wrong.

  18. dave says:

    Ok, it worked when I hardcoded it on line 71. But I’m puzzled as to why it didn’t work when I changed the format earlier (I changed both lines 27 and 131 and it had no effect at all)