Hi there,
I'm trying to change the construct of the threaded comment system to fit my needs.
I have already changed it insofar as all threaded comments are now inline with the main comment (so they are not indented anymore), but they are alternating between left and right alignment.
My idea behind this is the following: Someone posts a comment, and if someone wants to reply to this comment, the reply is positioned directly beneath the first comment, using a different style - so it becomes clear this is response to the first comment, not a new one.
I've pretty much already achieved this, but I do want to separate "main" comments from each other using a line. Please see the following example i quickly set up:
http://img408.imageshack.us/i/comments.jpg
Now this is the problem I ran into:
I need to get rid of all the "REPLY" links WordPress adds to each threaded comment, so I can put only one comment for the whole "main" comment beneath it. Because in my comment structure, it is only possible to have a discussion on one particular main comment, not reply to a reply per se.
I cant seem to get this to work though, I would need to use a if clause something like "if (nested comment) : do not show reply link, elseif (main comment) : show reply link at the end of the whole block".
any idea how to do that?
Thanks so much for your help!