이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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!

FAQ

Don’t have any yet…

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“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