Restricting use of ratings plugin to certain membership levels

I have a plugin for rating blog post and buddypress/bpress activities. How do I restrict the use of the ratings plugin to s2member levels?

That depends on how your plugin works. If it uses custom capabilities (ccaps), you could use another plugin, like Capability Manager Enhanced, to assign the relevant ccap to some user roles while denying it for others.

If, however, your plugin doesn’t use ccaps, then there’s going to be no easy way to get what you want, and you’ll need some custom coding.

1 Like

Another way is to show/hide the ratings for the need levels, and let it counts at background…

1 Like