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

WoW Breaking News

描述

This plugin will let you add a widget on your wordpress site displaying the in-game breaking news that you can se while logging in to World of Warcraft.

Supports EU, US, DE, RU, ES, FR, BR, TW, CN and KR Servers

Changing Realm

To edit realm location settings edit wow-breaking-news.php and find:

//Realm location settings: (Default is eu)
  eu(); //Europe (English)
//us(); //Unitead States & Australia (English)
//de(); //German
//ru(); //Russian
//es(); //Spanish
//fr(); //French    
//br(); //Portuguese
//tw(); //Taiwanese
//cn(); //Chinese
//kr(); //Korean

Europe is in this case the choosen setting.

To change it to let’s say Russian, edit the code to look like this:

//Realm location settings: (Default is eu)
//eu(); //Europe (English)
//us(); //Unitead States & Australia (English)
//de(); //German
  ru(); //Russian
//es(); //Spanish
//fr(); //French    
//br(); //Portuguese
//tw(); //Taiwanese
//cn(); //Chinese
//kr(); //Korean

螢幕截圖

  • A typical news message

安裝

Fast and easy.

  1. Extract the downloaded file and copy the ‘wow-breaking-news’ directory to your plugin directory, like this: /wp-content/plugins/wow-breaking-news/.
  2. All files should remain under the ‘wow-breaking-news’ directory, ie: /wp-content/plugins/wow-breaking-news/wow-breaking-news.php
  3. Visit the plugin admin page and activate the plugin.
  4. Go to the widget admin page and drag it to the sidbar of your choise.
  5. Edit the widget settings to customize it for your blog/website.

Done!

常見問題

Don’t have any yet…

評價

There are no reviews for this plugin.

貢獻者及開發者

“WoW Breaking News” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WoW Breaking News 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

2.1

2.0

  • Added some server locations.

r10

  • New version system and some updates to the contact information of this plugin.

1.7.0

  • Various tweakes due to changes from blizzards feeds.

1.6.1

  • Compability check with WordPress 3.0, working just fine!

1.6

  • Swapping of some coding stuff to be more compatilbe.

1.5

  • Added the possibility to change server location i.e. EU server, US Server, DE Server, RU Server, ES Server and FR Server.

1.4

  • Resolved a problem with saving and displaying a ne widget title.

1.3

  • Added formating to the output message
  • Increased max output lenght to 2000 characters

1.2

  • Tested for WordPress 2.9.1

1.1

  • Added widget namechange option
  • Inreased the amount of caracters allowed to show in the widget

1.0

  • First release