How to Seperate Replies ????
grevo - May 15, 2008 - 18:39
Is there any way so that i can seperate the replies of user on a particular story ??? like the replies of users belonging to one group can b seperated from the replies of users seperated from another group .. but when you see anonymously the story . you will see all the replies....
is this possible ???? if it is then how ????

No easy way
It is possible but requires PHP, MySQL and some Drupal knowledge. You have to bypass comment's module output and write your own code to produce comments like that. Then, you need to print that output at your node.tpl file.