您在這裡

怎麼不能隱藏作者、時間欄位

LeS's 的頭像
LeS 在 2007-08-28 (二) 16:09 發表

我的網站,只有自己在維護,故想要隱藏作者這個欄位,時間我也不在意。

到了node.tpl.php,尋找!username、!date。
想要刪除、為甚麼會無法正常顯示。

1.是不是一定會出現、作者、時間(這我就認了)。

2.有沒有別的方法,在顯示nodel時,可以只要出現內容就好。
(content template也無法完全控制)

我是想改garland的欄位,打開garland的node.tpl.php

<?php if ($submitted): ?>
<?php print t('!date — !username', array('!username' => theme('username', $node), '!date' => format_date($node->created))); ?>
<?php endif; ?>

把date與user拿掉,出現一些錯誤。
延著CSS對應出現div的錯誤,也將CSS部份拿掉,也還是錯誤。
我主要也只有動這個部份。

透漏一個麻瓜密技:

其實在原本的版型設定裡就有隱藏作者/日期的功能。
/admin/build/themes/settings

Display post information on
Enable or disable the submitted by Username on date text when displaying posts of the following type.

nop
在版型設定 > 整體設定 裡頭,「顯示文章的張貼資訊」中就可以調整
圖示的話是在左邊
--
from open mind to open source~

--
from open mind to open source~