• Resolved Steven Vachon

    (@prometh)


    This plugin worked fine with my sub-directory installation up until setting up the .htaccess file so the site’s URL would hide that sub-dir.

    So, I had to fix a few things in toptions.php

    change line 22 to:
    $url2=plugins_url('', __FILE__);

    change line 42 to:
    var checkurl='<?= $url2; ?>/check.php';

    change line 234 to:
    <tr><td colspan="4" align="center" class="first"><div id="loadingpic" style="width:128px;height:15px;background:url(<?= $url2;?>/load.gif);"> &nbsp; </div>

    http://wordpress.org/extend/plugins/validated/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Validated] Not working when WordPress installed to sub-directory’ is closed to new replies.