Forums

[resolved] [Plugin: WordPress Console] Great plugin, but path problem (2 posts)

  1. linguasite
    Member
    Posted 5 months ago #

    Thanks for the wonderful plugin, saves lots of clicks.
    But attention!
    If your wordpress is not installed in the root of your domain it won't work unless you change the file wordpress-console/console.js as follows:

    Line 11:
    self.url = '/wp-content/plugins/wordpress-console/';

    to

    self.url = '/[your directory]/wp28/wp-content/plugins/wordpress-console/';

    .. where [your directory] is the one your WP is installed in.

    Example: http://www.foo.bar/mywp/ is your WP root, then line 11 should read like this:
    self.url = '/mywp/wp-content/plugins/wordpress-console/';

    http://wordpress.org/extend/plugins/wordpress-console/

  2. sant0sk1
    Member
    Posted 5 months ago #

    Hi.

    This problem has been resolved as of version 0.1.2. Please try upgrading and let me know how it works.

    Cheers!

Reply

You must log in to post.

About this Topic