Forum Replies Created

Viewing 1 replies (of 1 total)
  • In downloads-manager.php

    REPLACE

    $plugin_url = get_bloginfo('siteurl').'/wp-content/plugins/downloads-manager';

    WITH

    $plugin_url = get_bloginfo('wpurl').'/wp-content/plugins/downloads-manager';

    This points it to the folder the site is in and not the link to the homepage. That part was simple, there appears to be some hard coded links in there too. The download link isn’t working, but if I figure it out, I’ll post it here.

Viewing 1 replies (of 1 total)