Where is the review?????????
teamrob - June 1, 2007 - 16:43
| Project: | NodeReview |
| Version: | 5.x-1.x-dev |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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?

#1
The same question from me.
#2
You should see it asa a "tab" on your page. The module adds 2 tabs: "Reviews" and "Add review"
#3
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
#4
can you describe step by step how you did this ? I added a new review field to content type "story" . but still nothing
#5
OK is there a solution where I can have the review within the node being reviewed instead of another page ?
#6
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
#7
*bad advice... I removed it*
#8
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
#9
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
#10
OK great thanks;
What extra code do I add to the theme code ? . I guess I will be working on the node.tpl
#11
yes
Use node.tpl to fetch additional reviews...
By default it seems like reviews are shown on one page at a time.
#12
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?
#13
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..
#14
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.
#15
Yeah and be nice to send kemudian a small donation for the fix.
#16
How can I put Add Review and Show Review Links at bottom of node instead of top ?
#17
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
#18
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
#19
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.
#20
Did you enable reviews for your content types? Did you assign axes to those review types?
#21
@Tpaint
see my post here http://drupal.org/node/148595#comment-803002