LifeType 外掛 – stickyposts 文章置頂及公告

外掛:stickyposts 功能:文章置頂及公告 適用:LifeType 1.2 系列 來源地:阿杰老師的部落格實驗 室 http://www.tiec.tp.edu.tw/lifetype/category/102/4720 檔 案:官網下載 | stickyposts.zip (開啟頁面後請至左上處點選檔案→下載) 心得:這個外掛很好用,尤其是用在組織性質的部落格,如:班級部落格、處室部落格,可惜不支援1.2以上的版本,尋 尋覓覓多日,終於在 阿杰老師的部落格 挖到寶,自己再做了點小改版,讓它的字更大。 啟用步驟: (一) 把檔案解壓縮放置 /plugin 下面 (二)修改 main.template,在 <DIV class=blog>的下方, <!-- Loop Start -->的上方,中間有個空白處,插入下列語法 {if !$showAll} {if $stickyposts->isEnabled()} <DIV class=sidetitle>置頂文章</DIV> <DIV class=side> {assign var=stickys value=$stickyposts->getArticles('sticky')} {foreach from=$stickys item=post} <DIV class=sidebody><a title="{$post->getText()|truncate:150:"..."|strip_tags|escape}" href="{$url->postPermalink($post)}">{$post->getTopic()}</a></br></DIV> {/foreach} </br> {assign var=stickyCategory value=$stickyposts->getCategory('sticky')} <div style="text-align: right;"> <a class=aside href="{$url->categoryLink($stickyCategory)}">更多置頂文章...</a> </div> </DIV> {/if} {/if} (三) 讓公告出現在左邊或右邊的欄位中, 修改 links.template或footer.template ,找前面一點的地方貼入下面語法 <<!--- 公告 ---> {if $stickyposts->isEnabled()} <DIV class=sidetitle>公 告 </DIV> <DIV class=side> {assign var=stickys value=$stickyposts->getArticles('announce')} {foreach from=$stickys item=post} <DIV class=sidebody><li><a title="{$post->getText()|truncate:150:"..."|strip_tags|escape}" ...

LifeType 外掛 – dropcase 首字下沉

名稱: 首字下沉 版本: 1.0 下載連結: http://prdownloads.sourceforge.net/lifetype/dropcase.zip?download | dropcase.zip (開啟頁面後請至左上處點選檔案→下載) 程式授權: GPL 作者: Mark Wu 用途 本外掛程式會放大你文章的首字,讓你的文章看起來更漂亮。 設定 你可以在 設定中心->外觀管理下找到本外掛的設定頁面。 本外掛不需要對模版進行額外的修改。只需要將下列的CSS代碼,增加到你現在所使用模版的CSS檔案中即可。 /** * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann * (http://qbnz.com/highlighter/ and http://geshi.org/) */ .css.code .de1, .css.code .de2 {font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;} .css.code {font-family:monospace;} .css.code .imp {font-weight: bold; color: red;} .css.code li, .css.code .li1 {font-weight: normal;} .css.code .ln {width:1px;font-weight: normal;text-align:right;margin:0;padding:0 ...

LifeType 外掛 – rightschooser 授權方式選擇器

名稱: 授權方式選擇器 版本: 0.9 下載連結: http://prdownloads.sourceforge.net/lifetype/rightschooser.zip | rightschooser.zip (開啟頁面後請至左上處點選檔案→下載) 程式授權: GPL 作者: Bill Yuan-yao Shih 用途 這個外掛讓你可以為你自己的網誌選擇一種適合的授權條款,並且將相關資訊顯示在你想要的地方。 設定 你可以使用: $rightschooser->isEnabled() 來檢查外掛是否有啟動。 $rightschooser->getHtml() 直接向Creative Commons網站取得相關的HTML及RDF代碼。 $rightschooser->showCustomHtml() 來顯示自訂的HTML代碼。 $rightschooser->showCustomRdf() 來顯示自訂的RDF代碼。 範例: 將下列的代碼放在你想要顯示的地方: /** * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann * (http://qbnz.com/highlighter/ and http://geshi.org/) */ .smarty.code .de1, .smarty.code .de2 {font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;} .smarty.code {font-family:monospace;} .smarty.code .imp {font-weight: bold; color: red;} .smarty.code li, .smarty.code .li1 ...

1 Star2 Stars3 Stars4 Stars5 Stars ( 尚未有人評價 )
Loading...