這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Upload Url and Path Enabler

外掛說明

WordPress 3.5 removes the setting fields to change the media upload path and url. This plugin enables them again. Note that as long as your fields are not empty, you can disable this plugin.

螢幕擷圖

  • The medias settings page.

安裝方式

  1. Extract the plugin folder from the downloaded ZIP file.
  2. Upload the upload_url_path_enabler folder to your wp-content/plugins/ directory.
  3. Activate the plugin from the “Plugins” page.

常見問題集

None.

使用者評論

2019 年 2 月 24 日
The easiest and fastest way to change the upload folders in a blink without messing around with the config file or even phpmyadmin. Meanwhile an old but still a flawlessly working plugin.
2016 年 9 月 3 日
I tried the wp-config.php define('UPLOADS', 'wp-content/example'); trick and, while it did save new uploads to the desired folder, images/thumbs were not available, because in media library the new path was concatenated onto the original path -- the new path as shown was wrong anyway (slashes got removed), so it wouldn't have worked regardless. I also tried a different plugin to change/hide URLs and protect the wp site from anonymous direct access to files, which means it allowed for changing default paths. That didn't work, but this simple one does. Thanks!
閱讀全部 11 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Upload Url and Path Enabler〉的開發相關工作。

參與者

將〈Upload Url and Path Enabler〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.4

  • 2016/04/03
  • Tested with WP 4.5.
  • Fixed a bug with a translation since WP 4.4.
  • Small code quality improvements.

1.0.3

  • 2013/03/03
  • Small code readability improvements.
  • Added plugin URL.

1.0.2

  • 2013/09/14
  • Removed a line in the plugin informations that could prevent proper activation.

1.0.1

  • 2013/09/13
  • Small security fix.

1.0

  • 2013/01/26
  • First public release