LifeType 1.0/Plugins/authimage |
出自LifeType 中文文件計畫
(修訂版本間差異)
(→設定) |
|||
(5個中途的修訂版本沒有顯示。) | |||
第10行: | 第10行: | ||
'''作者''': [http://blog.markplace.net Mark Wu] | '''作者''': [http://blog.markplace.net Mark Wu] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
= 用途 = | = 用途 = | ||
第26行: | 第32行: | ||
啟動外掛程式後,只需要把下面的使用範例加到 '''commentform.template''' 模版中,不需要再修改任何程式: | 啟動外掛程式後,只需要把下面的使用範例加到 '''commentform.template''' 模版中,不需要再修改任何程式: | ||
- | < | + | <smarty> |
{if $authimage->isEnabled()} | {if $authimage->isEnabled()} | ||
<div><label for="authImage">AuthImage</label><input type="text" name="authImage" id="authImage" value="" /> {$authimage->show()}</div> | <div><label for="authImage">AuthImage</label><input type="text" name="authImage" id="authImage" value="" /> {$authimage->show()}</div> | ||
{/if} | {/if} | ||
- | </ | + | </smarty> |
= 注意事項 = | = 注意事項 = | ||
[[Category:Plugins]] | [[Category:Plugins]] |
當前修訂版本
名稱: 迴響驗證
版本: 1.0
下載連結: http://prdownloads.sourceforge.net/lifetype/authimage.zip?download
程式授權: GPL
作者: Mark Wu
用途
本外掛程式提供迴響圖形驗證的功能。要求你的使用者輸入額外的資訊以確保並非是垃圾迴響機器人的騷擾。這個外掛程式的原始想法來自於 WordPress AuthImage Plugin (Gudlyf)。
設定
本外掛程式的設定頁面可以在 設定中心->垃圾防制干擾管理 中找到。
您可以使用以下的任何方法:
- $authimage->isEnabled() 可以檢查本外掛程式是否被啟用。
- $authimage->show() 可以取得驗證圖形。
啟動外掛程式後,只需要把下面的使用範例加到 commentform.template 模版中,不需要再修改任何程式:
<div><label for="authImage">AuthImage</label><input type="text" name="authImage" id="authImage" value="" /> {$authimage->show()}</div>