Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2012-06-07 05:52:45

mmelon
Member
Registered: 2006-03-02
Posts: 95

nested or threaded comments

Hi,

Just a quick q to see what is everyones go to choice for nested comments? Surely they make more sense of discussions and I am surprised they haven’t been built into the core.

Whilst on the subject of commenting, do people still use gravatar? What are the cool kids using for avatar images these days?

Thanks,
Mike

Offline

#2 2012-06-09 18:27:24

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,801
Website GitHub

Re: nested or threaded comments

mmelon wrote:

Just a quick q to see what is everyones go to choice for nested comments?

I have a plugin in development for that. If you have a project in mind it might kick me into overdrive to fix it up for beta release. Failing that, the peg_nested_comments plugin still works I think. Or integrate the site with Disqus like we have in txpmag.

No idea on gravatar stuff these days. They’re still around but whether they’re cool any more I’m not sure.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#3 2012-06-09 18:55:23

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: nested or threaded comments

Bloke wrote:

No idea on gravatar stuff these days. They’re still around but whether they’re cool any more I’m not sure.

Many popular (business) services from big to small including GitHub, Beanstalk and others use Gravatar. So yes, it’s still used and works just fine. Don’t know about kids, tho.

Last edited by Gocom (2012-06-09 18:58:17)

Offline

#4 2012-06-10 17:16:20

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,356
GitHub

Re: nested or threaded comments

mmelon wrote:

Whilst on the subject of commenting, do people still use gravatar? What are the cool kids using for avatar images these days?

This is how I do Gravatar images:

<img src=“http://www.gravatar.com/avatar/<txp:php>echo md5( strtolower( trim( comment_email( ) ) ) );</txp:php>?d=monsterid” width=“80” height=“80” />

The ?d=monsterid part is optional, of course…

Last edited by gaekwad (2012-06-15 12:13:58)

Offline

#5 2012-06-11 05:57:50

mmelon
Member
Registered: 2006-03-02
Posts: 95

Re: nested or threaded comments

thanks for the input guys. I will check out peg_nested_comments and see how i get on

Offline

Board footer

Powered by FluxBB