Startpage >> Plog >> PluginDropCase

Plugin Drop Case

<< pLog 專用,獨立留言版 | Plog.HomePage | Blog 時間分析 >>


首字下沈

請依照下面的步驟,將首字下沈的功能增加到你的 pLog 上面:

  1. 下載 Mark 精心調製的 Drop Case Plugin
  2. 將檔案解壓縮後上傳到 /your-blog/plugins 的目錄下
  3. 到設定>>外掛程式中心,看看 dropcase 是否安裝成功
  4. 修改你的模版。

以 Mark's Place 為例子,採用 grey 這個模版,所以必須修改 /your-blog/templates/grey 中的 post.template 這個模版。

 {$post->getText()}
 替換為:
 {assign var=postText value=$post->getText()}
 {$dropcase->dropcase($postText)}
 #drop-case:first-letter {
 font-size : 200%;
 font-weight : bold;
 float : left;
 margin-top:0px;
 margin-left:0px;
 margin-right: 3px;
 margin-bottom: 3px;
 padding: 2px;
 border: 2px dotted #4265ed;
 }

感謝: Mark(151)


<< pLog 專用,獨立留言版 | Plog.HomePage | Blog 時間分析 >>

頁面最後更新於 2005 年 01 月 11 日,11:06 PM