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

Viewing 1 replies (of 1 total)
  • Plugin Author Milan Petrovic

    (@gdragon)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: GD Star Rating] Possible to display user's ratings on page?’ is closed to new replies.