簡介
此 Plugin 讓你在 blog 上顯示你的 Jaiku 最新動態。
安裝
- 解壓縮檔案。
- 將 jaiku 資料夾放到 /user/plugins 資料夾中,然後到 Habari 管理介面中啟用它。
將下面這行貼到你的 Theme 中。
<?php if ( Plugins::is_loaded('Jaiku') ) $theme->jaiku(); ?>
設定 / 自訂
啟用後,請按下 Configure 來設定此 Plugin ,有這些項目需要輸入:
- Jaiku username – 你在 Jaiku 的使用者名稱/帳號。
- Presences to show – 設定要顯示幾個 presences 。
- Cache expiry in seconds – 設定暫存檔保存多久,單位是秒。
如果你要修改 HTML 呈現的結果,可以將 jaiku.php 複製到你的 Theme 資料夾中並修改這個檔案。
下載
如果你的 Habari 版本為 r1946 以上,請使用 0.2 版,否則請使用 0.1.1 版。
更新紀錄
- 0.3 (2008-06-10) – 可設定要顯示幾個 presences 。
- 0.2.1 (2008-06-09) – 檢驗使用者輸入的資料是否正確。
- 0.2 (2008-06-04) – 更新為新的 FormUI 的寫法。
- 0.1.1 (2008-06-04) – 移除一些不必要的程式碼。
- 0.1 (2008-05-29) – 初次釋出。
Introduction
This plugin show your latest presences on your blog.
Installation
- Extract the file.
- Put the folder ‘jaiku’ to /user/plugins and activate it.
Copy and paste the following line to your theme.
<?php if ( Plugins::is_loaded('Jaiku') ) $theme->jaiku(); ?>
Configuration & Customization
After activated it, click Configure button to setup the plugin.
- Jaiku username – Place your Jaiku username here.
- Presences to show – Number of presences to show.
- Cache expiry in seconds – Number of second after the call that the cache will expire.
You can copy ‘jaiku.php’ to your theme directory and modify the HTML output.
Download
Only use version 0.2 if you are using Habari r1946 or higher.
Changelog
- 0.3 (2008-06-10) – Now you can show multiple presences.
- 0.2.1 (2008-06-09) – Validate user inputs.
- 0.2 (2008-06-04) – Updated to work with the new FormUI.
- 0.1.1 (2008-06-04) – Remove some unnecessary functions.
- 0.1 (2008-05-29) – Initial release.
