DBFM v5.x.6.0 Requires:
Optional Modules:
If using the TinyMCE plugin, you may need to modify:
modules/tinymce/tinymce/jscripts/tiny_mce/plugins/drupaldbfm/editor_plugin.js
If you have your the tinyMCE module installed in sites/all/modules - change line 42 of this file to:
base_url = base_url.substring(0, base_url.indexOf('sites'));
If it is installed in drupal/modules - line 42 should look like this (default):
base_url = base_url.substring(0, base_url.indexOf('modules'));
An online help guide is built into DBFM - just click the button which can be found on the DBFM toolbar:
You can also access the built-in DBFM help system online: here.