I can create reviews and view them within the node, but I am unable to show the page or block views for the userreview module. userreview/of results in a "page not found" error and there is no advertised block for userreview on the block admin page.
I tried creating another view in the view module but it shows no userreview nodes (selected "review" node type in view). I've created several userreviews attached to some other nodes and they don't show anywhere.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | userreview_4_7_view_1.patch | 753 bytes | gerd riesselmann |
Comments
Comment #1
dado commentedsounds like a permissions problem? did you grant proper permissions under admin -> access control
e.g. "access content"
Comment #2
bjvetter commentedYes, access content, amongst many others, is allowed for all users. All of the userreview module settings are enabled as well as all of the view settings. I'm logged in as site admin and have every single permission turned on.
Comment #3
alkcxy commentedThe same for me. I tried to set some fields in module views, but I think the problem could be in votingapi. Next days I'll try other votingapi-dependent modules. Later I wil post here my result.
Comment #4
alkcxy commentedO, I find a way to use views. Create a new view and in the module "fields" insert VotingAPI: Voting results.
Then you have to choose percent - userreview:(contenttype) - avarage vote value.
Othere choose seems not work.
It might be caused by error of both modules (votingapi and userreviews)
Comment #5
gerd riesselmann commentedI'm currently investigating this and found the bug that killed the output on userreview/of. Patch attached, it has been uploaded to CVS, too.
The block, however, still doesn't output anything, since it there's no node id passed. I don't see how this is possible at the moment.
Some other remarks:
Comment #6
gerd riesselmann commentedComment #7
gerd riesselmann commentedSince the block view cannot possibly work (blocks have no arguments), it has been removed.
Comment #8
(not verified) commented