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

My QuakeNet IRC

描述

  • Add a main chat zone where you want in your code or in a page easily with shortcode [quake]
  • Add multiple irc chat Quakenet on your site with shortcode [quake channels="..."] with optional parameters width, height, status, message, button
  • Option AutoFill input nickname (based on user->display_name from WordPress)
  • One option to leave the choice of changes the NickName to yours users (or not)

e.g.

  • basics

    [quake channels=”allwebtuts”]

  • full example

    [quake width=”600″ height=”400″ channels=”style-cataclysm” status=”user only” message=”Please login to view this chat” button=”yes” autofill=”yes” prompt=”no”]

button may take parameters yes or no (if nothing is defined – default no)

  • yes, a link named IRC appears to hide/show the current IRC

status may take parameters user only or public (if nothing is defined – default public)

  • public, all visitors on your wordpress installation view the channel ongoing
  • user only, only the connected users view the channel ongoing

autofill may take parameters yes or no (if nothing is defined – default from administration)

  • yes, AutoFill of the input nickname with the display_name from wordpress

prompt may take parameters yes or no (if nothing is defined – default from administration)

  • yes, autofill but leave the choice to your user to change its nickname if autofill is enable
  • no, force user to use only its display_name from wordpress

安裝

  1. Upload ‘my-quakenet-irc’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Define few attributs in Dashboard > Quakenet IRC

常見問題

View forum support on WordPress for more information

評價

There are no reviews for this plugin.

貢獻者及開發者

“My QuakeNet IRC” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 My QuakeNet IRC 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.0.3

  • add AutoFill nickname with the user_displayname from wordpress
  • add one option to force user to use only its display_name or permit to choose for another one

1.0.2

  • code review

1.0.1

  • now add multiple irc chat Quakenet on your site with [quake] shortcode

1.0

  • Original review