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.

CommentFileSizeAuthor
#5 userreview_4_7_view_1.patch753 bytesgerd riesselmann

Comments

dado’s picture

sounds like a permissions problem? did you grant proper permissions under admin -> access control
e.g. "access content"

bjvetter’s picture

Yes, 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.

alkcxy’s picture

The 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.

alkcxy’s picture

O, 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)

gerd riesselmann’s picture

Assigned: Unassigned » gerd riesselmann
StatusFileSize
new753 bytes

I'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:

  • userreview/of requires an argument, which is a node's id, like userrview/of/1.
  • Userreview module provides a theme for the view (function theme_views_view_userreview()), so a lot of changes to the view will be always overwritten
gerd riesselmann’s picture

Priority: Critical » Normal
gerd riesselmann’s picture

Status: Active » Fixed

Since the block view cannot possibly work (blocks have no arguments), it has been removed.

Anonymous’s picture

Status: Fixed » Closed (fixed)