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
Comment #1
ngstigator commentedI commented the appropriate section in function userreview_nodeapi(). Could the conditional be in the settings so it could be switched on/off as needed?
Comment #2
dado commentedI 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.
Comment #3
wylie commentedSounds simple enough and something I would like as well. I'll add this to my todo list.
Comment #4
gerd riesselmann commentedWill be contained in next release, already uploaded to CVS
Comment #5
(not verified) commented