• Hi Christopher,

    I had much hope for this plugin when installed it. However, the results were not satisfactory.

    1. The plugin does not support non-ANSI charset, so I really cannot test it and provide more feedback on how usable it is.

    2. The plugin needs to follow best practices of using relative path instead of absolute. Otherwise, it won’t work on any site with modified wp-content directory.
    on Line 95 in the index.php, needs to use

    return WP_PLUGIN_DIR.’/’.str_replace(basename( __FILE__ ),””,plugin_basename(__FILE__)).$file;

    instead of

    return ABSPATH.’wp-content/plugins/’.str_replace(basename( __FILE__ ),””,plugin_basename(__FILE__)).$file;

    I will be happy to get back and try to use and of course change rating of this potentially great plugin if at least problem #1 is taken care of.
    Thank you and good luck!

  • The topic ‘Does not work without modification and does not support non-ANSI charset’ is closed to new replies.