Anonymous
Unregistered
Posted 4 years ago #
i am using wordpress-mu-1.5.1
I installed and activated the plugin.
Then went to Write Post.
The Add Media is STAR icon.
When i click on that the popup box comes up.
But there is no “Add from server” tab
The only tabs available are “Choose File”, “Gallery” and “Media Library”
Does your plugin work for MU1.5.1?
You might want to go to the MU forums for better help:
http://mu.wordpress.org/forums/
Jantima
Member
Posted 4 years ago #
I figured out that to make it show up and work on WP MU, you need to edit add-from-server.php on lines 35 and 42.
if( current_user_can( 'unfiltered_upload' ) )
does not return true, I don't know what will be the best way to change it to pass the check, for now, I just commented out both the condition, and it worked just fine. [WP MU 2.6 and Add From Server 1.4]