Re: Plugin: YouTube in bbPress
If you look at the plugin, it’s pretty simple. Line 12:
if (bb_current_user_can('administrate')
If you want to allow other users to do everything that this plugin allows, you would need to change ‘administrate’ to whatever permission your users have. I am not going to post exactly how to do it, since I think it could be a potential security hole, but that line right there is the key. Take a look at the plugin and see what I mean.