cgpetersen,
it the end of the function
“public function ProcessWidgetUpload”
lines 1366-1367 in my current version.
// wpfb_loadclass(‘Output’);
// WPFB_Output::GeneratePage($title, $content);
Solved.
In classes\Admin.php:
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Notice the last two lines commented out. This stops the new page from being generated. It will still show in the url, but the page will remain the same.
I have the exact same question.
I’d love to use the filebase upload widget instead of inline upload plugin, but this redirect is just a bit much.
I’m somewhat experienced with php, but Id rather not go hunting for it in the plugin files.