I manage the athletics portion of my school website, and one of the important features is the ability for coaches to post scores. This is achieved by a custom WP plugin I wrote; I use RS to limit coaches to posting scores only to the teams they coach. Previously this was achieved by allowing people to post scores for a team if and only if they were allowed to edit the team's page on the main website; now, however, we would like to allow some students to post scores, without allowing them to edit the team pages.
The issue is that all the score-posting is done from one page, and I need it to filter the content on this one page; from looking at the example NGGallery extension as well as the defaults_rs.php and role-scoper_main.php, I can't tell if this is possible with RS, or if so, how to do it. (there should be permissions "Post Women's Basketball Scores", "Post Indoor Soccer Scores", etc.)
Any help with this would be greatly appreciated. Thanks again for the great plugin!