• Hi —
    Love this plugin … really great….

    I need to permit inexperienced users to upload files and the widget is GREAT … but after one uploads one is redirected to:

    website/?wpfb_upload_file=1

    That page includes a confirmation that a file was uploaded AND below it a complete tree of all posts by Category. Is there anyway to either:

    1) Redirect to the Filebase Browser Page OR
    2) Can I get rid of the list of links in the website/?wpfb_upload_file=1 page??

    Right now this is pretty ugly for an inexperienced user.

    ????

    THANKS!!

    http://wordpress.org/extend/plugins/wp-filebase/

Viewing 4 replies - 1 through 4 (of 4 total)
  • dedric22

    (@dedric22)

    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.

    dedric22

    (@dedric22)

    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.

    dedric22:

    Would you please post the code you changed in pastebin? I would really like to change this behavior as well. I’m new to PHP and haven’t been able to figure what lines to comment out in the Admin.php file.

    THANKS!

    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);

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: WP-Filebase Download Manager] File Upload Widget Redirect;’ is closed to new replies.