国产乱理伦片在线观看夜一区,在线观看无码av片,亚洲黄色无码在线看,无码精品一区二区三区四区色,香蕉亚洲国产自在自线,久久国产精品湿香蕉网,av色国产色拍,国产一区久久精品福利 http://www.vanhostingweb.com 分享技術(shù),共同進(jìn)步 Sun, 30 Jan 2022 09:47:25 +0000 zh-Hans hourly 1 帝國CMS列表頁如何調(diào)用文章tag http://www.vanhostingweb.com/5044.html Mon, 31 Jan 2022 04:44:20 +0000 http://www.vanhostingweb.com/?p=5044 帝國CMS列表頁如何調(diào)用文章tag?列表頁調(diào)用tag的方法有兩種,一種是切割副表的infotags字段,第二種種是從phome_enewstagsdata表中提取。如果采用tagid或tag靜態(tài)化,則推薦使用第二種方法,效率更高。如果采用tagname的動態(tài)鏈接方式,可以采用第一種方法。

第一種方法:切割infotags字段

/* 列表頁顯示tag 開始*/
$fr=$empire->fetch1("select infotags from {$dbtbpre}ecms_".$class_r[$r['classid']]['tbname']."_data_{$r[stb]} where id='$r[id]'");
$tagstr='';
$infotags_r=explode(',',$fr['infotags']);
$tagscount=count($infotags_r);
for($i=0;$i<$tagscount;$i++){
	$tagname=$infotags_r[$i];
	if(empty($tagname)){
		continue;
	}
	
	//tagname的動態(tài) 或 偽靜態(tài) 時的鏈接,采用以下2行代碼
/*	$tu=eReturnRewriteTagsUrl(0,$tagname);
	$tagslink=$tu['pageurl'];*/

	//tagid式的動態(tài)鏈接,采用以下6行代碼
	$tt=$empire->fetch1("select * from {$dbtbpre}enewstags where tagname='".$tagname."' limit 1");
	if(!$tt['tagid']){
		continue;
	}else{
		$tagslink=$public_r['newsurl'].'e/tags/?tagid='.$tagid;;
	}


	//采用東坡網(wǎng)靜態(tài)化插件時的tag鏈接,采用以下6行代碼
/*	$tt=$empire->fetch1("select * from {$dbtbpre}enewstags where tagname='".$tagname."' limit 1");
	if(!$tt['tagid']){
		continue;
	}else{
		$tagslink=user_HtmlTagLink($tt['tagid']);
	}*/

	//返回單獨(dú)一個tag的代碼
	$tagstr.='<a title="'.$tagname.'" target="_blank" href="'.$tagslink.'">'.$tagname.'</a>';
}
/*結(jié)束*/

$listtemp='其它代碼'.$tagstr.'其它代碼';

第二種方法:從phome_enewstagsdata表中提取

/* 列表頁顯示tag 開始*/
$tagstr='';
$tsql=$empire->query("select tagid from {$dbtbpre}enewstagsdata where id='$r[id]' and classid='$r[classid]' ");
while($tr=$empire->fetch($tsql)){
	$tt=$empire->fetch1("select * from {$dbtbpre}enewstags where tagid=".$tr['tagid']." limit 1");
	if(!$tt['tagid']){
		continue;
	}else{
		//tagname的動態(tài) 或 偽靜態(tài) 時的鏈接,采用以下1行代碼
		//$tagslink=eReturnRewriteTagsUrl(0,$tt['tagname'],1);

		//tagid式的動態(tài)鏈接,采用以下1行代碼
		$tagslink=$public_r['newsurl'].'e/tags/?tagid='.$tt['tagid'];

		//采用東坡網(wǎng)靜態(tài)化插件時的tag鏈接,采用以下1行代碼
		//$tagslink=user_HtmlTagLink($tt['tagid']);
	}
	$tagstr.='<a title="'.$tagname.'" target="_blank" href="'.$tagslink.'">'.$tt['tagname'].'</a>';
}
/*結(jié)束*/


$listtemp='其它代碼'.$tagstr.'其它代碼';

 

說明:
1、代碼中的tag鏈接都有3種方式,可以根據(jù)實(shí)際情況進(jìn)行選擇。

2、以上代碼放入列表內(nèi)容模板(list.var) ,必須開啟使用程序代碼。

]]>
亚洲中文色欧另类欧美,久久久久久久激情,亚洲 日韩 欧美 另类 国产,中文字幕高清无码男人的天堂 www.sucaiwu.net