mmm. Fishsticks.

Ok, so I forgot to eat dinner today. Just had some fishsticks. Not bad. But they would taste better with some tartar sauce. I mean, who casually has tartar sauce in their fridge?

 

Blogtimes 1.0 for EE

Chris at chrisruzin.net has developed a Blogtimes Plugin for ExpressionEngine! I love it, now I need to compile the GD Library into PHP then I’ll be set! :)

Here’s to all the developers creating cool plugins! :cowtiny:

 

Introducing TB Comments

Ask and ye shall receive! Dave has requested the inline comments and trackbacks. Well, I’ve come up with something, and here it is! This is still a preliminary script, and I can’t guarantee that it will work, but I do have it working on this site, and I’m pretty confident that it will work fine. This plugin is easy to set up, just upload it into your plugins directory in your system directory. The instructions are in the ZIP file as well as USAGE.

pi.tbcomment.zip

If you have any problems with this, please let me know. This plugin is still experimental!

 

EE Simplecomments Update

Ok. I now have SimpleComments beta 1 working here on this site (EE Blog). There is one big issue:

Formatting. The way we can put certain tags and display comments with our own format makes it very hard to format a trackback entry. Because of the way we have it set up, It’s not quite as easy as putting them in and going with it. I’m up for any suggestions on how to accomplish a “standard” on how to display trackbacks within comments.

That’s the only problem that I have right now. Does anyone have any comments about that? To see it in action, just click on the comments of any trackback entry and you’ll see what I mean.

 

EE simplecomments issues

Ok. Here are some issues I’m having. I need some mySQL help here.

Basically what needs to be done to combine the trackbacks and the comments is to combine the two tables into one. This would require a UNION command.

I understand that there is no UNION command in MySQL 3.x. There is support in 4+, but I don’t use 4, and I want to make this plugin usable by either version. I understand there is a method to “simulate” UNION commands. (UNION in MySQL 3.x)

The only issue I see with this is that I have to create a “dummy” table. I’d hate to have to have people create one just to use the plugin. Is there not a way to set create a temporary table? I remember having to do that in the past for PsychoBlogger to simulate doing sub-selects. I’m just not sure if that will work properly.

Anyone have any experience with this? I’m just wondering if that will suffice.

 

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.