Quote:
Originally Posted by WEBclay
Does this help you out or do you need anything more?
|
Hmm, was kind of afraid of that... Making sure that your plugin is in the plugins directory (no subdirectory!), change this line in vbbridge.php:
Code:
require_once($plugd . '/functions_wysiwyg2.php');
To:
Code:
require_once(ABSPATH . 'wp-content/plugins' . '/functions_wysiwyg2.php');
Also, make sure you uploaded the functions_wysiwyg2.php file..