Published by Mijingo

movie icon image

EE Insider Blog

Spend your time learning and developing sites with ExpressionEngine and we'll use this blog to keep you informed of all the news related to ExpressionEngine and CodeIgniter.

» Read more in the Archives.

» Have a tip? Send us your EE news.

Learn ExpressionEngine Today

Over a series of 8 videos, watch and learn as Ryan builds an entire ExpressionEngine website from beginning to end. Get started now.

Creating Conversations for ExpressionEngine

DigitalNoon posted an interesting way to create conversation-like comments on ExpressionEngine. The solution uses jQuery to place a small bit of markup in the comment body field that links to the comment where you clicked a “Reply” button.

<a href='#c_01'>@Michael Scott</a

So, it’s an easy way to link to a comment without having to type it out manually. It’s not threaded comments, but a simpler implementation serving the similar goal of allowing commenters to easily address each other.

My only problem with it is that the code available doesn’t function at all when I turn off Javascript. I’m not saying it should work, but non-functioning buttons shouldn’t be on the page. So, this is something to consider if you have an audience that may not enable Javascript and decide to implement this.

DigitalNoon offers up all of the code (available in the entry or as a download) and a full tutorial on how to get up and running. Maybe it’s something you can use for your next project?

Posted on Jun 10, 2009 by Ryan Irelan

Filed Under: Development Tools

Trevor Davis12:09 on 06.10.2009

Ahh man, I was just going to write an article about creating a similar function. I did it on my WordPress blog though.