注意:wmd_archives这是系统默认的数据库表,如果你修改过表前缀wmd_,请自行更改表名。在以下示例的标签中,有一部分只写出了SQL语句,具体的完整标签写法请参考:织梦SQL标签调用方法
共有文章:** 篇
{wmd:sql sql="select count(ID) as c from wmd_archives where channel=1"}·共有文章:[field:c /]篇{/wmd:sql}
|
共有图集:** 个
{wmd:sql sql="select count(ID) as c from wmd_archives where channel=2"}·共有图集:[field:c /]个{/wmd:sql}
|
共有软件:** 个
{wmd:sql sql="select count(ID) as c from wmd_archives where channel=3"}·共有软件:[field:c /]个{/wmd:sql}
|
共有评论:**条
{wmd:sql sql="select count(ID) as c from wmd_feedback"}·共有评论:[field:c /]条{/wmd:sql}
|
共有会员:**名
{wmd:sql sql="select count(ID) as c from wmd_member "}共有会员:[field:c /]名{/wmd:sql}
{wmd:sql sql="select count(mid) as c from wmd_member "}共有会员:[field:c /] 名{/wmd:sql}
|
文章阅读:** 人次
{wmd:sql sql="select sum(click) as c from wmd_archives"}文章阅读:[field:c /]人次{/wmd:sql}
|
今日更新:**篇
{wmd:sql sql="SELECT count( ID ) AS c FROM wmd_archives WHERE pubdate > UNIX_TIMESTAMP( CURDATE( ) ) "}今日更新:[field:c /]篇{/wmd:sql}
|
24小时发布的新文章:
select count(id)+0 as total from wmd_archives where UNIX_TIMES*****P() - pubdate < 86400 and arcrank >=0; //86400 是 3600 * 24,也就是24小时发布的新文章。 |
当天发布的最新文章
SELECT count(ID) as count from wmd_archives where pubdate > UNIX_TIMES*****P( FROM_UNIXTIME(UNIX_TIMES*****P(), '%Y-%m-%d 00:00:00')) limit 1; |
当天审核通过的最新文章
SELECT count(ID) as count from wmd_archives where pubdate > UNIX_TIMES*****P( FROM_UNIXTIME(UNIX_TIMES*****P(), '%Y-%m-%d 00:00:00')) and arcrank >0 limit 1; |
当天审核通过的最新文章
where to_days(curdate())=to_days(from_unixtime(pubdate)) and arcrank=0 |
本月更新:**篇
{wmd:sql sql="SELECT count( ID ) AS c FROM cn_archives WHERE FROM_UNIXTIME( pubdate, '%m' ) = month (curdate( )) "} ○ 本月更新:<strong>[field:c /]</strong> 篇;{/wmd:sql}
|
文章收藏次数:
[field:ID runphp='yes']$dsql = new dedesql();$dsql -> SetQuery("select count(*) as c from cn_member_stow where aid=".@me);$nic_row = $dsql -> getone();@me=$nic_row['c'];[/field:ID] |
统计指定栏目及所有下属分支栏目内的文章数
1、修改include/inc_functions.php文件,增加函数如下:
function GetTotalArc($tid){
$dsql = new DedeSql(false);
$sql = TypeGetSunID($tid,$dsql);
$row = $dsql->GetOne("Select count(ID) as dd From wmd_archives where {$sql}");
return $row['dd'];
}
|
2、调用方法,在需要修改的模板页插入如下代码(其中的3是栏目ID,根据你的实际情况修改)
{wmd:field function='GetTotalArc(3)'/}
|
补充一点:如果在栏目模板页面上调用,可以用这个写法,统计当前栏目内的文章数
{wmd:field name='ID' function='GetTotalArc(@me)'/}
|
栏目文章统计功能,使用 dedecms 的runphp 接口 编写一个 函数。利用channel标签的ID变量获得函数。
function GetChannelArticleNum($id){
if(!$id || !is_numeric($id)) return 0;
$dsql = new DedeSql();
require_once(dirname(__FILE__)。"/inc_channel_unit_functions.php");
$sql = TypeGetSunID($id,$dsql);
$dsql -> SetQuery("Select count(*) as c From wmd_archives where {$sql}");
$row = $dsql -> GetOne();
return $row['c'];
}
|
将该函数放入 inc_functions.php 中,示例调用方法:
{wmd:channel type='top' row='8'} | [field:typename/] ([field:ID runphp='yes'] @me = GetChannelArticleNum(@me);[/field:ID]){/wmd:channel}
|
增加栏目文章统计功能
第一种方法:
修改include/inc_arcpart_view.php文件,找到function ParseTemplet()函数,修改为:
function ParseTemplet()
{
if(!is_array($this->dtp->CTags)) return "";
foreach($this->dtp->CTags as $tagid=>$ctag)
{
$tagname = $ctag->GetName();
//countclass 统计栏目文章数量
if( $tagname == "countclass" ){
$tid = $ctag->GetAtt("typeid");
$row = $this->dsql->GetOne("Select count(ID) as dd From wmd_archives where typeid='$tid' and arcrank<>-1");
$this->dtp->Assign($tagid,$row['dd']);
}
|
调用方法:{wmd:countclass typeid='栏目编号'/}
第二种方法:
修改include/inc_functions.php文件,增加函数如下:
function GetTotalArc($tid){
$dsql = new DedeSql(false);
$row = $dsql->GetOne("Select count(ID) as dd From wmd_archives where typeid='$tid'");
return $row['dd'];
}
|
调用方法:[field:id function='GetTotalArc(@me)'/]
The End



大气响应式网络建站服务公司织梦模板
高端大气html5设计公司网站源码
织梦dede网页模板下载素材销售下载站平台(带会员中心带筛选)
财税代理公司注册代理记账网站织梦模板(带手机端)
成人高考自考在职研究生教育机构网站源码(带手机端)
高端HTML5响应式企业集团通用类网站织梦模板(自适应手机端)