[Plugin: Inline Attachments] Bulk Delete on WordPress MU / Network Installation Not Working
-
Fantastabulous plugin guys! I’ve tried a few other drag ‘n’ drop type plugins lately and this one is the best so far with bulk uploads and attachments, imo.
Okay, so here is the problem, and I’m pretty sure it’s a WordPress Network issue :
The ‘bulk delete’ and delete checkbox aren’t showing up on my inline attachment screen.
I think it might have something to do with the way
inline-attachments-bulk-delete.php is attached to the main plugin file with wp-load.php which uses
$root = dirname(dirname(dirname(dirname(dirname(__FILE__)))));
require_once($root.’/wp-load.php’);to attach it.
Since this is a network installation, there may be some issues with finding this file on a network domain.
This article might shed some light on this …
- The topic ‘[Plugin: Inline Attachments] Bulk Delete on WordPress MU / Network Installation Not Working’ is closed to new replies.