LifeType 1.0/Plugins/blogtimes |
出自LifeType 中文文件計畫
(修訂版本間差異)
(→設定) |
|||
(1個中途的修訂版本沒有顯示。) | |||
第5行: | 第5行: | ||
'''版本''': 1.0 | '''版本''': 1.0 | ||
- | '''下載連結''': http://prdownloads.sourceforge.net/ | + | '''下載連結''': http://prdownloads.sourceforge.net/lifetype/blogtimes.zip?download |
'''程式授權''': GPL | '''程式授權''': GPL | ||
第27行: | 第27行: | ||
請將下面代碼新增在 '''main.template'''的最底端,來安裝本外掛程式: | 請將下面代碼新增在 '''main.template'''的最底端,來安裝本外掛程式: | ||
- | < | + | <smarty> |
{if !empty($blogtimes)} | {if !empty($blogtimes)} | ||
{if $blogtimes->isEnabled()} | {if $blogtimes->isEnabled()} | ||
第33行: | 第33行: | ||
{/if} | {/if} | ||
{/if} | {/if} | ||
- | </ | + | </smarty> |
= 注意事項 = | = 注意事項 = |
當前修訂版本
名稱: 網誌時間方塊圖
版本: 1.0
下載連結: http://prdownloads.sourceforge.net/lifetype/blogtimes.zip?download
程式授權: GPL
作者: Mark Wu
用途
本外掛將會產生網誌時間方塊圖。
設定
你可以在 設定中心->外觀設定下找到本外掛的設定頁面。
你可以使用:
- $blogtimes->isEnabled() 來檢查本外掛是否啟用。
- $blogtimes->show() 來取得網誌時間方塊圖。
請將下面代碼新增在 main.template的最底端,來安裝本外掛程式:
{$blogtimes->show()}
注意事項
WINXP系统的用户,请将WEB-ROOT\TEMP\目录中的.htaccess改写,或者删除。否则有可能由于权限,插件不能读入图片,也就不能正常显示。