Closed (cannot reproduce)
Project:
NodeReview
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2007 at 16:43 UTC
Updated:
29 Mar 2011 at 01:07 UTC
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
Comment #1
nodegate commentedThe same question from me.
Comment #2
WiseTeck commentedYou should see it asa a "tab" on your page. The module adds 2 tabs: "Reviews" and "Add review"
Comment #3
pamphile commentedSame 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
Comment #4
electronicmonkey commentedcan you describe step by step how you did this ? I added a new review field to content type "story" . but still nothing
Comment #5
electronicmonkey commentedOK is there a solution where I can have the review within the node being reviewed instead of another page ?
Comment #6
pamphile commentedThis 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
Comment #7
pamphile commented*bad advice... I removed it*
Comment #8
electronicmonkey commentedOK 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
Comment #9
pamphile commentedelectronicmonkey
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
Comment #10
electronicmonkey commentedOK great thanks;
What extra code do I add to the theme code ? . I guess I will be working on the node.tpl
Comment #11
pamphile commentedyes
Use node.tpl to fetch additional reviews...
By default it seems like reviews are shown on one page at a time.
Comment #12
gearhead commentedI 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?
Comment #13
electronicmonkey commentedThanks 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..
Comment #14
JohnForsythe commentedFor 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.
Comment #15
electronicmonkey commentedYeah and be nice to send kemudian a small donation for the fix.
Comment #16
electronicmonkey commentedHow can I put Add Review and Show Review Links at bottom of node instead of top ?
Comment #17
electronicmonkey commentedHow 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
Comment #18
JohnForsythe commentedthis 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
Comment #19
Tpainton-1 commentedThis 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.
Comment #20
JohnForsythe commentedDid you enable reviews for your content types? Did you assign axes to those review types?
Comment #21
pamphile commented@Tpaint
see my post here http://drupal.org/node/148595#comment-803002
Comment #22
kompressaur commentedHi 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
Comment #23
summit commented#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
Comment #24
danielhonrade commented