LifeType 1.0/Plugins/blogtimes

LifeType 1.0/Plugins/blogtimes

出自LifeType 中文文件計畫

(修訂版本間差異)
跳轉到: 導航, 搜尋
第5行: 第5行:
'''版本''': 1.0
'''版本''': 1.0
-
'''下載連結''': http://prdownloads.sourceforge.net/plog/blogtimes.zip?download
+
'''下載連結''': http://prdownloads.sourceforge.net/lifetype/blogtimes.zip?download
'''程式授權''': GPL
'''程式授權''': GPL

在2005年12月15日 (四) 05:59所做的修訂版本


名稱: 網誌時間方塊圖

版本: 1.0

下載連結http://prdownloads.sourceforge.net/lifetype/blogtimes.zip?download

程式授權: GPL

作者Mark Wu

用途

本外掛將會產生網誌時間方塊圖。


設定

你可以在 設定中心->外觀設定下找到本外掛的設定頁面。

你可以使用:

  1. $blogtimes->isEnabled() 來檢查本外掛是否啟用。
  2. $blogtimes->show() 來取得網誌時間方塊圖。

請將下面代碼新增在 main.template的最底端,來安裝本外掛程式:

{if !empty($blogtimes)}
{if $blogtimes->isEnabled()}
{$blogtimes->show()}
{/if}
{/if}

注意事項

WINXP系统的用户,请将WEB-ROOT\TEMP\目录中的.htaccess改写,或者删除。否则有可能由于权限,插件不能读入图片,也就不能正常显示。