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

MushRaider Bridge

설명

MushRaider Bridge allows you to integrate MushRaider into wordpress. MushRaider is a powerful raid planner mainly designed for MMORPG players and guilds.

Features list

  • Connect to MushRaider using wordpress login
  • Configurable roles mapping
  • Widget displaying incoming events
  • Shortcode to display your roster (using [mushraider_roster game=”{optional game id from MushRaider}”])

Widget

In the Appearance -> Widgets you’ll find the MushRaider bridge widget. After adding it to your sidebar you can enter a title for the Widget, select a game (optional) and a period for the incoming events to display.

Shortcode

Display your roster in your pages or posts with this shortcode

[mushraider_roster]

Which is the simplest option, and uses all default and optional settings. If you want to display the roster for a specific game you can add the option “game” with the game_id. Example:

[mushraider_roster  game="1"]

Related Links

스크린샷

  • bridge settings
  • roles mapping
  • MushRaider's side settings

설치

  1. Upload directory mushraider-bridge to the /wp-content/plugins/ directory
  2. In MushRaider’s admin panel head to Settings => API
  3. Check ‘Enable API calls’, generate the private key and save.
  4. In WordPress’s admin panel activate the plugin through the ‘Plugins’ menu
  5. In MushRaider plugin settings you can now add your API key, MushRaider’s url and map the user’s groups
  6. Add the “Login url” provided in the plugin’s settings to your MushRaider’s admin panel (Settings => API section) and save.
  7. Save. You can login in MushRaider with your WordPress’s login

FAQ

MushRaider ?

MushRaider is a powerful raid planner (free) mainly designed for MMORPG players and guilds. To learn more head to http://mushraider.com

How can I map the custom roles I create in MushRaider ?

You have to set the private key AND the API url in the settings to let the plugin get the roles list in your MushRaider install

I can’t connect in MushRaider anymore

If you encounter difficulties to connect in MushRaider after enabling the bridge system, you can delete in the MySQL database the row named “bridge” in the “settings” table

후기

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

기여자 & 개발자

“MushRaider Bridge”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “MushRaider Bridge”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.6

  • Fix games’s and classes’s logos

1.0.4

  • Fix some urls with a trailing slash
  • Fix event remaining time in widgets

1.0.3

  • Fix game’s logo display (again)

1.0.2

  • Fix game’s logo display
  • Add custom CSS form in the plugin’s settings

1.0.1

  • Update readme

1.0.0

  • First version