梁小芳的記事本

「上大聯盟不是夢想,是我的目標。」-松坂大輔

« 上一篇 | 下一篇»

[Lifetype1.1X] 模版要修改調整的部份
文章作者: plrts @ 文章發表日期: 2008年 七月 10日 星期四 08:55:16

 來源:http://www.tiec.tp.edu.tw/lifetype/post/102/9257

主是 main.template 因為加入頁碼的功能,所以要更換!

還是就是文章計數的部份要重新加入!(感謝 新生國小 莊志明 老師的程式修正 )

修改 class/dao/bloginfo.class.php

/* getViewedTotal
Writen by Cmchuang in SNES 2006.09.10
*/
function getViewedTotal()
{
include_once( PLOG_CLASS_PATH."class/dao/model.class.php" );
$db = new Model();
$query = "SELECT SUM(num_reads) as total FROM ".$db->getPrefix()."articles WHERE blog_id =".$this->getId();

$result = $db->Execute( $query );

if (!$result)
return false;

$row = $result->FetchRow();

if (!isset($row["total"]))
return 0;

$result->close();

return $row["total"];
}

發表迴響
發表迴響

迴響發表後,需由作者審查後才上架,請勿重覆留言!

 authimage
commons icon [1] [ 回覆 ]

test

Power by LifeType. Template design by JamesHuang. Valid XHTML and CSS