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

Thumbnail Updater

外掛說明

Thumbnail Updater does exactly what it’s name implies: it updates thumbnails. WordPress 2.9 introduced support for
post thumbnails but one problem is that the support is not backwards compatible—meaning that if you downloaded or created
a theme that supports post thumbnails, any images uploaded prior to the activation of that theme will not have the new thumbnail size.

螢幕擷圖

  • The location of the "Update Image Sizes" button.
  • Appearance of the Update Media Thumbnail interface.

安裝方式

Installation is easy. Unzip into your wp-content/plugins directory and activate. Thumbnail Updater can be accessed through
the Media Library. Navigate to Media Library, click on any image and you should a button that says “Update Image Sizes.” Clicking
on that will open a popup that lists all of the available image sizes. If a thumbnail size exists for that image, there will be a
check next it. If the thumbnail size doesn’t exist, then a red exclamation mark will appear.

  1. Upload the thumbnail-update folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

That’s all!

常見問題集

Hey! Your plugin keeps saying Error! What’s wrong?

Possibly permission problems. If you’re like me, you probably have a two-year-old blog and have switched hosts at least three times
in that last year. What does that have to do with permissions? Well, some of your older uploads—those dating prior to your last
webhost change—either A) don’t have the folders and files set to 777 and 666 (respectively) or B) Owner:group isn’t set to www-data:www-data.
The first problem is relatively easy to deal with using any good FTP program. The second problem requires that your web-host allows
shell-access to their servers. If not, you’ll have to contact them to get the groups changed. Finally, I’ve run into some issues with
the oldest files on my server. It didn’t matter if I changed permissions or owners on the directory or files, I still could not get thumbnails to generate.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Thumbnail Updater〉的開發相關工作。

參與者

將〈Thumbnail Updater〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0

  • Plugin now has an interface instead of just a button that updates the thumbnail.
  • Interface uses the same principles as the WordPress Image Editor interface.

0.1b

  • Plugin launch.