帝國cms常用標簽匯總
判斷會員是否登錄
<?php if(!$_COOKIE[ecmsmlusername]){ $srr="登錄可見"; }else{ $srr="[!--lbsly--]"; } ?>
[!--news.url--]skin/default/ [e:loop={"select classid,classname,bname from phome_enewsclass where classid='$GLOBALS[navclassid]'",1,24,0}]<title><?=$bqr[bname]?></title>[/e:loop] [e:loop={"select * from phome_enewsclass where classid='$GLOBALS[navclassid]'",1,24,0}]<title><?=$bqr[bname]?></title>[/e:loop] <?php $fcr=explode('|',$class_r[$GLOBALS[navclassid]][featherclass]); $topbclassid=$fcr[1]?$fcr[1]:$GLOBALS[navclassid];//取得當前欄目的頂級欄目ID $rs=$empire->fetch1("select * from phome_enewsclass where classid=$topbclassid"); ?> _<?=$rs['bname']?>_<?=$public_r[sitename]?> 頂級欄目名稱+網(wǎng)站標題 <?=$class_r[$GLOBALS[navclassid]][bname]?> 得到當前欄目的名稱 <title>[!--pagetitle--] </title> 或 <title><?=$class_r[$GLOBALS[navclassid]][bname]?></title> <meta name="keywords" content="[!--pagekey--]" /> <meta name="description" content="[!--pagedes--]" />
isgood=1 一級推薦 firsttitle=1 一級頭條 [e:loop={10,3,0,0}] 10當前欄目,3顯示條數(shù), [e:loop={4,1000,0,1,'leib="樓市快訊"','id DESC'}] 1有圖片的顯示。 [e:loop={"select * from phome_ecms_xtgg where firsttitle=1 order by id DESC limit 20",6,24,0}] <?=$bqno?> [!--no.num--] 循環(huán)序號 <?=$bqsr['titleurl']?> <?=$bqr[title]?> <?=esub($bqr[title],8)?> [/e:loop]
<?=DoWapRepNewstext($r[newstext])?>
時間調(diào)用標簽:<?=date("Y-m-d",$bqr['newstime'])?>
列表頁
您當前的位置:[!--newsnav--]
[!--no.num--]
[!--show.listpage--]
內(nèi)容頁
[!--info.next--]下一篇 [!--info.pre--]上一篇
萬能標簽用[!--onclick--] 靈動標簽用<?=$bqr[onclick]?> 點擊量
$titleurl=sys_ReturnBqTitleLink($navinfor); 獲得當前頁面的網(wǎng)址
$url = "http://".$_SERVER ['HTTP_HOST'].$_SERVER['PHP_SELF']; 獲得當前頁面的網(wǎng)址
sql語句
<?php
//報名人數(shù)
$num=$empire->gettotal("select count(*) as total from phome_enewsfeedback where kft='".$navinfor[title]."'");
?>
帝國CMS經(jīng)常用到的調(diào)用sql語句:
請注意,如果是帝國7.0版本的,需要將checked=1去掉
1,根據(jù)最新文章 select * from [!db.pre!]ecms_news where checked=1 order by newstime desc limit 10
2,根據(jù)推薦文章 select * from [!db.pre!]ecms_news where checked=1 and isgood=1 order by newstime desc limit 10
3,根據(jù)熱門文章 select * from [!db.pre!]ecms_news where checked=1 order by onclick desc limit 10
4,根據(jù)頭條新聞 select * from [!db.pre!]ecms_news where checked=1 and firsttitle=1 order by newstime desc limit 10
5,根據(jù)評論排行 select * from [!db.pre!]ecms_news where checked=1 order by plnum desc limit 10
6,根據(jù)digg排行 select * from [!db.pre!]ecms_news where checked=1 order by diggtop desc limit 10
7,根據(jù)投票排行 select * from [!db.pre!]ecms_news where checked=1 order by votenum desc limit 10
8,根據(jù)下載排行 select * from [!db.pre!]ecms_news where checked=1 order by totaldown desc limit 10
9,根據(jù)評分排行 select * from [!db.pre!]ecms_news where checked=1 order by infopfen desc limit 10
小技巧收錄:
php三元條件運算符:
<?=$bqr['ftitle']?$bqr['ftitle']:$bqr['title']?>
靈動或者php查詢調(diào)用編輯器內(nèi)容的時候要加stripslashes刪除反斜杠比如:
<?=stripslashes($r['newstext'])?>
內(nèi)容頁當前信息ID:
$navinfor['id']
列表內(nèi)容模板信息ID:
$r['id']
當前欄目名:
$class_r[$GLOBALS['navclassid']]['classname'];
當前欄目父欄目:
$class_r[$GLOBALS['navclassid']]['bclassid'];
當前欄目別名:
$class_r[$GLOBALS['navclassid']]['bname'];
當前欄目子欄目:
$class_r[$GLOBALS['navclassid']]['sonclass'];
當前欄目子判斷是否為終級欄目:
$class_r[$GLOBALS['navclassid']]['islast'];
當前欄目是否有已審核信息:
$GLOBALS['num']==0為沒有信息
帝國cms中引入php路徑寫法(例子是文件在根目錄)
<?php include(ECMS_PATH."./bottom.php");?>
排除置頂、頭條、推薦等,sql附加條件:
'istop=0 and isgood=0 and firsttitle=0'
上上級欄目id:
<?php $bclassid=$class_r[$GLOBALS[navclassid]][bclassid]; $bbclassid=$class_r[$bclassid][bclassid]; echo $bbclassid; ?> $bbclassid就是上上級父欄目id
投稿、登陸、反饋、留言等之后跳轉(zhuǎn)指定頁面:
<input type=hidden name=ecmsfrom value="返回頁面地址">
統(tǒng)計信息被收藏數(shù):
<?
$favas=$empire->gettotal("select count(*) as total from {$dbtbpre}enewsfava where id='$navinfor[id]' and classid='$GLOBALS[navclassid]'");
?>
<?=$favas?>就是這條信息的收藏數(shù)
列表、結(jié)合項判斷當前沒有信息給出提示:
<?
if($GLOBALS['num']=='0'){
?>
<p>對不起,暫時沒有任何信息!</p>
<?
}else{
?>
[!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]
<?
}
?>
[/code]
動態(tài)使用:
網(wǎng)站名稱:<?=$public_r['sitename']?>
網(wǎng)站地址:<?=$public_r['newsurl']?>
帝國自身的時間轉(zhuǎn)換函數(shù):
<?=format_datetime($bqr[newstime],'Y-m-d')?>
此函數(shù)自帶判斷,比較不錯,推薦。
判斷內(nèi)容是否有圖片,沒有圖片則顯示文中廣告 有圖片則不顯示:
<?php
$string=$navinfor['newstext'];//內(nèi)容字段
$some="<img ";
$num=explode($some,$string);
if(count($num)>1){//判斷內(nèi)容中是否有圖片
?>
[!--newstext--]
<?
}else{
?>
<div id="ad">我是廣告</div>
[!--newstext--]
<?
}
?>
截取加過濾標簽:
<?=esub(htmlspecialchars(strip_tags($navinfor[newstext])),160)?>
內(nèi)容頁或靈動標簽支持標題屬性
內(nèi)容頁:
<?=DoTitleFont($navinfor[titlefont],$navinfor[title])?>
靈動標簽:
<?=DoTitleFont($bqr[titlefont],$bqr[title])?>
標題截取字數(shù)+標題屬性:
<?=DoTitleFont($bqr[titlefont],esub($bqr[title],32,'...'))?>
以上所述就是本文的全部內(nèi)容了,希望大家能夠喜歡。
相關(guān)文章
php實現(xiàn)微信小程序授權(quán)登錄功能(實現(xiàn)流程)
這篇文章主要介紹了php實現(xiàn)微信小程序授權(quán)登錄功能,本文通過一段詳細的代碼給大家講解的非常詳細,需要的朋友參考下2019-11-11Laravel框架模型的創(chuàng)建及模型對數(shù)據(jù)操作示例
這篇文章主要介紹了Laravel框架模型的創(chuàng)建及模型對數(shù)據(jù)操作,結(jié)合實例形式分析了Laravel框架創(chuàng)建模型及使用模型進行數(shù)據(jù)的增刪改查等相關(guān)操作技巧,需要的朋友可以參考下2019-05-05PHP 范圍解析操作符(::)用法分析【訪問靜態(tài)成員和類常量】
這篇文章主要介紹了PHP 范圍解析操作符(::)用法,結(jié)合具體實例形式分析了PHP使用范圍解析操作符(::)訪問靜態(tài)成員和類常量相關(guān)操作技巧與注意事項,需要的朋友可以參考下2020-04-04ThinkPHP中URL路徑訪問與模塊控制器之間的關(guān)系
這篇文章主要介紹了ThinkPHP中URL路徑訪問與模塊控制器之間的關(guān)系,是ThinkPHP程序開發(fā)非常重要的技巧,需要的朋友可以參考下2014-08-08