I enabled the 7.x-2.x-dev module and now i'm able to create a new node review type from the "structure" menu, but then there is any voice for that review type in "content types" menu, and even in "add new content" menu. And and there is any corresponding entry in fields that can be added to the various types of content.
How to add the created review type to nodes?

Comments

mikestar5’s picture

Same happened to me... but no answer or documentation anywhere

I then installed the 7.x-1.x-dev

and I saw the missing options ;)

yaworsk’s picture

Sorry - the 7.x-2.x-dev was the start of a rewrite for the module using entities... there's really no functionality there. I didn't have much time and there didn't seem like much demand for the module. If there's interest, I'll take a look at the code again and work towards getting some basic functionality there for creating reviews.

mikestar5’s picture

The 7.x-1.x-dev works like a charm for me :)

Thanks!

jay.lee.bio’s picture

Yaworsk, the reason why there wasn't much demand for this module so far was because we have yet to see a stable version for D7. I'd still love to use this module, because of the following two reasons:

1) Unlike similar modules such as Reply & Reviews, this module creates a node for each review. I really think that this is its main advantage, as what this means is that it's commentable via modules such as Disqus. It's also compatible with modules such as ShareBar.

2) If 7.x-2.x-dev uses entities, that means we can add fields. We can review users. The possibilities are endless. Reply uses entities too, but the reviews are not nodes.

If I were you, I'd just use 7.x-2.x-dev to create a new module called EntityReview. I've tested 7.x-1.x-dev, and the main part of the module regarding creation of reviews themselves works almost flawlessly already. And you already started a rewrite using entities, so the only part that needs a major overhaul is the integration with Fivestar, of which I will write a separate issue after this one.

I hope you don't give up on this project, as I really think there is a lot of potential. Thanks for your understanding.