This seems overcomplicted for no reason, I cannot even get it to work.
Default test install...

Install module and enabled it
Change permissions in access control
In module setting for Node review--> review types-->set it for page
In content types-->page--> enable user reviews

That should be about it right? Well it does not show up anywhere for the admin or a test user when a page is created. Ive Further edited the views settings and nada.

So like how does this actually work then?

Comments

nodegate’s picture

The same question from me.

WiseTeck’s picture

You should see it asa a "tab" on your page. The module adds 2 tabs: "Reviews" and "Add review"

pamphile’s picture

Same question... I don't see any tab saying "Reviews" and "Add review"

I am using the dev version.

UPDATE:
It works now...
After I added review fields to a specific content type, I was able to review the content type.
example --> admin/content/nodereview/story

Marcel
http://tinyhttp.com

electronicmonkey’s picture

can you describe step by step how you did this ? I added a new review field to content type "story" . but still nothing

electronicmonkey’s picture

OK is there a solution where I can have the review within the node being reviewed instead of another page ?

pamphile’s picture

This is how I did it... Click on

Administration > Content types > (select the content type you want to review) > Enable user reviews

After you do that go to admin/content/nodereview to configure axes for reviewable nodes on the reviews page.
http://example.com/admin/content/nodereview

Marcel
Drupal Themes

pamphile’s picture

*bad advice... I removed it*

electronicmonkey’s picture

OK I'm dumb . Step by step please how to create a custom review using CCK .
I created a CCK field but that is all I get . I need the review to be under the node being reviewed.

I initially used Simplereview which is just a souped up comment form , but it does not permit multiple axis

pamphile’s picture

electronicmonkey

You can modify the theme code to dispaly related reviews. ( i prefer this )

Or use a custom block

For the time being, it's going to take some hacking.

See how they do it here: http://drupalmodules.com/module/drupal-administration-menu

Marcel
Drupal Themes

electronicmonkey’s picture

OK great thanks;
What extra code do I add to the theme code ? . I guess I will be working on the node.tpl

pamphile’s picture

yes

Use node.tpl to fetch additional reviews...

By default it seems like reviews are shown on one page at a time.

gearhead’s picture

I need to get the reviews on the same page as well.
Can you please share with me the code that needs to be placed in the node.tpl?

electronicmonkey’s picture

Thanks for you help so far. Pls how can I modify the theme code to show related views ?

Alternatively , how to create the custom block. Thanks again..

JohnForsythe’s picture

For those interested, someone posted a solution here:

http://drupal.org/node/247652

I'm not sure how optimal it is, but it might work if you need a quick fix.

electronicmonkey’s picture

Yeah and be nice to send kemudian a small donation for the fix.

electronicmonkey’s picture

How can I put Add Review and Show Review Links at bottom of node instead of top ?

electronicmonkey’s picture

How do I get only one general review box at the top and then have users only score the axes without the required compulsory add of review ? As it is I am getting too many compulsory reviews for each node

JohnForsythe’s picture

this feature will be coming in a future release. there is a patch in the issue queue you can look at that does something like this.

http://drupal.org/node/100044

Tpainton-1’s picture

This is absurd. I have mucked around with this module now for an hour and I still don't have a review tab or an Add Review Tab. Why must something be so complex. It MUST be a bug. I am not an idiot.

JohnForsythe’s picture

Did you enable reviews for your content types? Did you assign axes to those review types?

pamphile’s picture

kompressaur’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev

Hi ive enabled the reviews in content types, set up a couple of axes fields for this content type but like the above i still have no review fields in my content type nor tabbed links to anything. Tpaint did you ever get yours working? thanks

I think its all down to the review axis fields not being added at admin/content/nodereview/nodereview

Summit’s picture

#3 admin/content/nodereview/story is no where as link available as I can see...but using this link with my content type worked!
greetings, Martijn

danielhonrade’s picture

Status: Active » Closed (cannot reproduce)