当前位置: 首页 > 站长资讯 > 正文页面

帝国cms常用标签汇总

判断会员是否登录05D网站目录_网站网址收录与提交入口

<?php05D网站目录_网站网址收录与提交入口

if(!$_COOKIE[ecmsmlusername]){05D网站目录_网站网址收录与提交入口

$srr="登录可见";05D网站目录_网站网址收录与提交入口

}else{05D网站目录_网站网址收录与提交入口

$srr="[!--lbsly--]";05D网站目录_网站网址收录与提交入口

}05D网站目录_网站网址收录与提交入口

?>05D网站目录_网站网址收录与提交入口

[!--news.url--]skin/default/05D网站目录_网站网址收录与提交入口

[e:loop={"select classid,classname,bname from phome_enewsclass where classid='$GLOBALS[navclassid]'",1,24,0}]<title><?=$bqr[bname]?></title>[/e:loop]05D网站目录_网站网址收录与提交入口

[e:loop={"select * from phome_enewsclass where classid='$GLOBALS[navclassid]'",1,24,0}]<title><?=$bqr[bname]?></title>[/e:loop]05D网站目录_网站网址收录与提交入口

<?php05D网站目录_网站网址收录与提交入口

$fcr=explode('|',$class_r[$GLOBALS[navclassid]][featherclass]);05D网站目录_网站网址收录与提交入口

$topbclassid=$fcr[1]?$fcr[1]:$GLOBALS[navclassid];//取得当前栏目的顶级栏目ID05D网站目录_网站网址收录与提交入口

$rs=$empire->fetch1("select * from phome_enewsclass where classid=$topbclassid");05D网站目录_网站网址收录与提交入口

?>05D网站目录_网站网址收录与提交入口

_<?=$rs['bname']?>_<?=$public_r[sitename]?> 顶级栏目名称+网站标题05D网站目录_网站网址收录与提交入口

<?=$class_r[$GLOBALS[navclassid]][bname]?> 得到当前栏目的名称05D网站目录_网站网址收录与提交入口

<title>[!--pagetitle--] </title> 或 <title><?=$class_r[$GLOBALS[navclassid]][bname]?></title>05D网站目录_网站网址收录与提交入口

<meta name="keywords" content="[!--pagekey--]" />05D网站目录_网站网址收录与提交入口

<meta name="description" content="[!--pagedes--]" />05D网站目录_网站网址收录与提交入口

isgood=1 一级推荐05D网站目录_网站网址收录与提交入口

firsttitle=1 一级头条05D网站目录_网站网址收录与提交入口

[e:loop={10,3,0,0}] 10当前栏目,3显示条数,05D网站目录_网站网址收录与提交入口

[e:loop={4,1000,0,1,'leib="楼市快讯"','id DESC'}] 1有图片的显示。05D网站目录_网站网址收录与提交入口

[e:loop={"select * from phome_ecms_xtgg where firsttitle=1 order by id DESC limit 20",6,24,0}]05D网站目录_网站网址收录与提交入口

<?=$bqno?> [!--no.num--] 循环序号05D网站目录_网站网址收录与提交入口

<?=$bqsr['titleurl']?> <?=$bqr[title]?> <?=esub($bqr[title],8)?>05D网站目录_网站网址收录与提交入口

[/e:loop]05D网站目录_网站网址收录与提交入口

<?=DoWapRepNewstext($r[newstext])?>05D网站目录_网站网址收录与提交入口

时间调用标签:<?=date("Y-m-d",$bqr['newstime'])?>05D网站目录_网站网址收录与提交入口

05D网站目录_网站网址收录与提交入口
列表页05D网站目录_网站网址收录与提交入口

您当前的位置:[!--newsnav--]05D网站目录_网站网址收录与提交入口

[!--no.num--]05D网站目录_网站网址收录与提交入口

[!--show.listpage--]05D网站目录_网站网址收录与提交入口

内容页05D网站目录_网站网址收录与提交入口

[!--info.next--]下一篇 [!--info.pre--]上一篇05D网站目录_网站网址收录与提交入口

万能标签用[!--onclick--] 灵动标签用<?=$bqr[onclick]?> 点击量05D网站目录_网站网址收录与提交入口

$titleurl=sys_ReturnBqTitleLink($navinfor); 获得当前页面的网址05D网站目录_网站网址收录与提交入口

$url = "http://".$_SERVER ['HTTP_HOST'].$_SERVER['PHP_SELF']; 获得当前页面的网址05D网站目录_网站网址收录与提交入口

sql语句05D网站目录_网站网址收录与提交入口

<?php05D网站目录_网站网址收录与提交入口

//报名人数05D网站目录_网站网址收录与提交入口

$num=$empire->gettotal("select count(*) as total from phome_enewsfeedback where kft='".$navinfor[title]."'");05D网站目录_网站网址收录与提交入口

?>05D网站目录_网站网址收录与提交入口

帝国CMS经常用到的调用sql语句:05D网站目录_网站网址收录与提交入口

请注意,如果是帝国7.0版本的,需要将checked=1去掉05D网站目录_网站网址收录与提交入口

1,根据最新文章 select * from [!db.pre!]ecms_news where checked=1 order by newstime desc limit 1005D网站目录_网站网址收录与提交入口

2,根据推荐文章 select * from [!db.pre!]ecms_news where checked=1 and isgood=1 order by newstime desc limit 1005D网站目录_网站网址收录与提交入口

3,根据热门文章 select * from [!db.pre!]ecms_news where checked=1 order by onclick desc limit 1005D网站目录_网站网址收录与提交入口

4,根据头条新闻 select * from [!db.pre!]ecms_news where checked=1 and firsttitle=1 order by newstime desc limit 1005D网站目录_网站网址收录与提交入口

5,根据评论排行 select * from [!db.pre!]ecms_news where checked=1 order by plnum desc limit 1005D网站目录_网站网址收录与提交入口

6,根据digg排行 select * from [!db.pre!]ecms_news where checked=1 order by diggtop desc limit 1005D网站目录_网站网址收录与提交入口

7,根据投票排行 select * from [!db.pre!]ecms_news where checked=1 order by votenum desc limit 1005D网站目录_网站网址收录与提交入口

8,根据下载排行 select * from [!db.pre!]ecms_news where checked=1 order by totaldown desc limit 1005D网站目录_网站网址收录与提交入口

9,根据评分排行 select * from [!db.pre!]ecms_news where checked=1 order by infopfen desc limit 1005D网站目录_网站网址收录与提交入口

小技巧收录:05D网站目录_网站网址收录与提交入口

php三元条件运算符:05D网站目录_网站网址收录与提交入口

<?=$bqr['ftitle']?$bqr['ftitle']:$bqr['title']?>05D网站目录_网站网址收录与提交入口

灵动或者php查询调用编辑器内容的时候要加stripslashes删除反斜杠比如:05D网站目录_网站网址收录与提交入口

<?=stripslashes($r['newstext'])?>05D网站目录_网站网址收录与提交入口

内容页当前信息ID:05D网站目录_网站网址收录与提交入口

$navinfor['id']05D网站目录_网站网址收录与提交入口

列表内容模板信息ID:05D网站目录_网站网址收录与提交入口

$r['id']05D网站目录_网站网址收录与提交入口

当前栏目名:05D网站目录_网站网址收录与提交入口

$class_r[$GLOBALS['navclassid']]['classname'];05D网站目录_网站网址收录与提交入口

当前栏目父栏目:05D网站目录_网站网址收录与提交入口

$class_r[$GLOBALS['navclassid']]['bclassid'];05D网站目录_网站网址收录与提交入口

当前栏目别名:05D网站目录_网站网址收录与提交入口

$class_r[$GLOBALS['navclassid']]['bname'];05D网站目录_网站网址收录与提交入口

当前栏目子栏目:05D网站目录_网站网址收录与提交入口

$class_r[$GLOBALS['navclassid']]['sonclass'];05D网站目录_网站网址收录与提交入口

当前栏目子判断是否为终级栏目:05D网站目录_网站网址收录与提交入口

$class_r[$GLOBALS['navclassid']]['islast'];05D网站目录_网站网址收录与提交入口

当前栏目是否有已审核信息:05D网站目录_网站网址收录与提交入口

$GLOBALS['num']==0为没有信息05D网站目录_网站网址收录与提交入口

帝国cms中引入php路径写法(例子是文件在根目录)05D网站目录_网站网址收录与提交入口

<?php include(ECMS_PATH."./bottom.php");?>05D网站目录_网站网址收录与提交入口

排除置顶、头条、推荐等,sql附加条件:05D网站目录_网站网址收录与提交入口

'istop=0 and isgood=0 and firsttitle=0'05D网站目录_网站网址收录与提交入口

上上级栏目id:05D网站目录_网站网址收录与提交入口

<?php05D网站目录_网站网址收录与提交入口

$bclassid=$class_r[$GLOBALS[navclassid]][bclassid];05D网站目录_网站网址收录与提交入口

$bbclassid=$class_r[$bclassid][bclassid];05D网站目录_网站网址收录与提交入口

echo $bbclassid;05D网站目录_网站网址收录与提交入口

?>05D网站目录_网站网址收录与提交入口

$bbclassid就是上上级父栏目id05D网站目录_网站网址收录与提交入口

投稿、登陆、反馈、留言等之后跳转指定页面:05D网站目录_网站网址收录与提交入口

<input type=hidden name=ecmsfrom value="返回页面地址">05D网站目录_网站网址收录与提交入口

统计信息被收藏数:05D网站目录_网站网址收录与提交入口

<?05D网站目录_网站网址收录与提交入口

$favas=$empire->gettotal("select count(*) as total from {$dbtbpre}enewsfava where id='$navinfor[id]' and classid='$GLOBALS[navclassid]'");05D网站目录_网站网址收录与提交入口

?>05D网站目录_网站网址收录与提交入口

<?=$favas?>就是这条信息的收藏数05D网站目录_网站网址收录与提交入口

列表、结合项判断当前没有信息给出提示:05D网站目录_网站网址收录与提交入口

<?05D网站目录_网站网址收录与提交入口

if($GLOBALS['num']=='0'){05D网站目录_网站网址收录与提交入口

?>05D网站目录_网站网址收录与提交入口

<p>对不起,暂时没有任何信息!</p>05D网站目录_网站网址收录与提交入口

<?05D网站目录_网站网址收录与提交入口

}else{05D网站目录_网站网址收录与提交入口

?>05D网站目录_网站网址收录与提交入口

[!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]05D网站目录_网站网址收录与提交入口

<?05D网站目录_网站网址收录与提交入口

}05D网站目录_网站网址收录与提交入口

?>05D网站目录_网站网址收录与提交入口

[/code]05D网站目录_网站网址收录与提交入口

动态使用:05D网站目录_网站网址收录与提交入口

网站名称:<?=$public_r['sitename']?>05D网站目录_网站网址收录与提交入口

网站地址:<?=$public_r['newsurl']?>05D网站目录_网站网址收录与提交入口

帝国自身的时间转换函数:05D网站目录_网站网址收录与提交入口

<?=format_datetime($bqr[newstime],'Y-m-d')?>05D网站目录_网站网址收录与提交入口

此函数自带判断,比较不错,推荐。05D网站目录_网站网址收录与提交入口

判断内容是否有图片,没有图片则显示文中广告 有图片则不显示:05D网站目录_网站网址收录与提交入口

<?php05D网站目录_网站网址收录与提交入口

$string=$navinfor['newstext'];//内容字段05D网站目录_网站网址收录与提交入口

$some="<img ";05D网站目录_网站网址收录与提交入口

$num=explode($some,$string);05D网站目录_网站网址收录与提交入口

if(count($num)>1){//判断内容中是否有图片05D网站目录_网站网址收录与提交入口

?>05D网站目录_网站网址收录与提交入口

[!--newstext--]05D网站目录_网站网址收录与提交入口

<?05D网站目录_网站网址收录与提交入口

}else{05D网站目录_网站网址收录与提交入口

?>05D网站目录_网站网址收录与提交入口

<div id="ad">我是广告</div>05D网站目录_网站网址收录与提交入口

[!--newstext--]05D网站目录_网站网址收录与提交入口

<?05D网站目录_网站网址收录与提交入口

}05D网站目录_网站网址收录与提交入口

?>05D网站目录_网站网址收录与提交入口

截取加过滤标签:05D网站目录_网站网址收录与提交入口

<?=esub(htmlspecialchars(strip_tags($navinfor[newstext])),160)?>05D网站目录_网站网址收录与提交入口

内容页或灵动标签支持标题属性05D网站目录_网站网址收录与提交入口

内容页:05D网站目录_网站网址收录与提交入口

<?=DoTitleFont($navinfor[titlefont],$navinfor[title])?>05D网站目录_网站网址收录与提交入口

灵动标签:05D网站目录_网站网址收录与提交入口

<?=DoTitleFont($bqr[titlefont],$bqr[title])?>05D网站目录_网站网址收录与提交入口

标题截取字数+标题属性:05D网站目录_网站网址收录与提交入口

<?=DoTitleFont($bqr[titlefont],esub($bqr[title],32,'...'))?>05D网站目录_网站网址收录与提交入口

以上所述就是本文的全部内容了,希望大家能够喜欢。05D网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章