Posted by WilyDeject on June 26, 2010 at 3:13pm
Hi, if anyone can help with this issue it would be awesome. When I go to the User Points Administration Panel and click "detail" to see where each user has their points it tells me "Access denied. You are not authorized to access this page." Which is odd seeing as I am logged in as the admin. Is there something I'm missing or is it like this for everyone?
Again, any help is appreciated!
Comments
did you figure it out? I'm
did you figure it out? I'm getting the same problem!!
Same problem here
Same problem here
I gave permissions to 'View
I gave permissions to 'View Userpoints' a well as 'View Own Userpoints' - that works, but then all users can see each others points.
Need this permission but only on own points, and admin needs to see all.
I've added a workaround in
I've added a workaround in the Userpoints module to allow admin to access all, and not require the user to have View Points permission:
row 1675 - allow Admin to see
if (($uid != $user->uid) and !user_access(USERPOINTS_PERM_ADMIN) )
Comment out restriction to have "View Points" permission on line 1688.
Tested - ordinary user can see own points, but not others.
Admin can see all users points.