I just tested http://drupal.org/project/custom_review and it looks to be doing similar work as node comment. It binds a node to another node. Now I am just wondering which is better ?

Also what are the drawbacks of this module ? will it be ported to 6.x ?

Comments

sirkitree’s picture

working on the port to 6. should have something committed later this week/early next.

i know nothing about the custom_review project, but I've used nodecomment to create reviews along with fivestar before.

Pushkar Gaikwad’s picture

Can I have multiple instances of nodecomment ? I mean I want to use nodecomment as reviewing system as well as Q/A system ?

or should I change the name of module and all itnernal names to make another module ?

sirkitree’s picture

no need for any module changing. You simply create a content type and define it as what to use for comments of another content type.

so if you have 4 content types: Blog, comments, Books, reviews - you can define the comment content type as the one to use for Blog and you can define reviews to eb the content type that is used for comments on Books. You could also use one of these to be the comments of more then one other content type. so comments could be the content type used for Blog and Book if you want.

sirkitree’s picture

Status: Active » Closed (fixed)