2005-05-05, 06:27 PM
|
#1 |
| 論壇站長
註冊日期: 2004-10-06 住址: http://www.twvbb.com
文章: 1,585
| 【原創】取消"最後由XX編輯"斜體效果 ●檔案名稱: 取消"最後由XX編輯"斜體效果 ●檔案類型: 模板外掛 ●適用版本: VBB300以上 ●檔案編者: ckmakrhsu ●檔案整理: ckmakrhsu ●檔案大小: ●轉載網頁: ●檔案說明:
如果你使用的文章顯示模式是經典模式請修改 postbit_legacy 模板
如果你使用的文章顯示模式是新版模式請修改 postbit 模板
搜尋 代碼: <!-- edit note -->
<div class="smallfont"> <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<em>
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
<if condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
</em>
</div>
<!-- / edit note -->
將裡面的 這兩個標籤刪除刪除 |
| |