Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Edward Ruchevits

    (@ruchevits)

    The problem is when you create a virtual directory in IIS, it only maps URL to that folder, but doesn’t create a symlink for the actual folder path.

    For those who also want to keep their theme separately from other files in WP_CONTENT_DIR, possible solution is to create a symlink instead of a virtual directory.

    On Windows you can do it by executing the following from cmd with sufficient rights:
    mklink /D <full path to theme directory under the WP_CONTENT_DIR> <full path to myTheme directory>

    For example if you have theme in “C:\myTheme” and website in “C:\website”, the command would be:
    mklink /D "C:\website\wp-content\themes\myTheme" "C:\myTheme

    Hope that will help someone.

    Plugin Author Edward Ruchevits

    (@ruchevits)

    No, but the functionality can be extended. I will tinker with it over the weekend. 🙂

    Plugin Author Edward Ruchevits

    (@ruchevits)

    Sorry for not answering for such a long time, I don’t visit this website and haven’t got any email notifications.

    Probably, you using it in a wrong way. I’ve just installed clean WP 3.8.1 and this plugin (via WP admin panel) – it works out of the box.

    The workflow is as follows:

    1. You add some “Tags” (or any other custom taxonomies) to your first post. These obviously won’t be autocompleted, as you haven’t got any data yet.
    2. Then you start editing some other post and try adding the same taxonomies. And these will be autocompleted.

    Basically, the plugin does autocomplete using your data, not some English dictionary.

    Plugin Author Edward Ruchevits

    (@ruchevits)

    Sorry for not answering for such a long time, I don’t visit this website and haven’t got any email notifications.

    Probably, you using it in a wrong way. I’ve just installed clean WP 3.8.1 and this plugin (via WP admin panel) – it works out of the box.

    The workflow is as follows:

    1. You add some “Tags” (or any other custom taxonomies) to your first post. These obviously won’t be autocompleted, as you haven’t got any data yet.
    2. Then you start editing some other post and try adding the same taxonomies. And these will be autocompleted.

    Basically, the plugin does autocomplete using your data, not some English dictionary.

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