Just wondering if there's any way a user can see all his ratings without having to go onto the dashboard?
It'd be awesome if we could have a "My Ratings" page.
Just wondering if there's any way a user can see all his ratings without having to go onto the dashboard?
It'd be awesome if we could have a "My Ratings" page.
Any user can see them. You need to set lower required level by adding this to wp-config.php:
define('STARRATING_ACCESS_MY_RATINGS', true);
define('STARRATING_ACCESS_MY_RATINGS_LEVEL', 0);
This will move My Ratings under dashboard and everyone can see them once logged in. It's not the best way to do this, but until GDSR 2.0 is made, this is it.
This topic has been closed to new replies.