I installed the plug-in and it works perfect for MAIN Wordpress MU admins. But subscribers that create their own blogs who aren't Main admins but are admins of their personal blogs cannot embed video.
Do they absolutely have to be an admin for the main MU site? Or should I be hacking something for other users to be able to embed video into their blogs?
Anyone know that answer?
kavitamm
Member
Posted 5 months ago #
I am also looking for blog admin users to be able to embed flash player into their blogs. Any suggestions on how to hack this plugin to achieve that.
mindyk
Member
Posted 2 months ago #
Did you find a solution for this problem? If so, would you please share it with me? Thanks!
colorful tones
Member
Posted 2 months ago #
I added the following two lines of code on lines #38-39 and #50-51 in the plugin and it seems to work fine for me:
$wp_roles->role_objects['author']->add_cap( 'unfiltered_html' );
$wp_roles->role_objects['contributor']->add_cap( 'unfiltered_html' );