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.

How does this post make you feel?
  • Excited
  • Fascinated
  • Amused
  • Bored
  • Sad
  • Angry
This entry was posted in Uncategorized by Yoshi. Bookmark the permalink.

18 thoughts on “Recent Trackbacks Plugin v1.0

  1. 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:

    Entry Title

    tracked at Dave’s Blog

    on Wed Feb 25 at 8:15pm

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

    Make sense?

  2. Hm… you used:

    format=”[your dateformat]” ?

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

  3. 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.

  4. 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?

  5. 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.

  6. 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. 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.

  8. 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)