I would like to remove a user's own review of a node, as the list is sufficient.

I can see the display of a user's own review being useful if users have the permission to edit their own reviews.

Is there a quick fix where I can get rid of it?

Thanks.

Comments

ngstigator’s picture

I commented the appropriate section in function userreview_nodeapi(). Could the conditional be in the settings so it could be switched on/off as needed?

dado’s picture

I think you could just comment out the code that renders this. Also, if you are using your own theme, the different userreview elements are added separately to the $node object, so you can selectively output them.

wylie’s picture

Sounds simple enough and something I would like as well. I'll add this to my todo list.

gerd riesselmann’s picture

Assigned: Unassigned » gerd riesselmann
Status: Active » Fixed

Will be contained in next release, already uploaded to CVS

Anonymous’s picture

Status: Fixed » Closed (fixed)