支持7.0 ?7.2
打開(kāi)/e/class/qinfofun.php
找到:
$fsql=$empire->query("insert?into?".$infotbr['datatbname']."(id,classid,keyid,dokey,newstempid,closepl,haveaddfen".$ret_r[2].")?values('$id','$classid','$keyid',1,'$newstempid',0,'$haveaddfen',''".$ret_r[3].");");
改為:
$fsql=$empire->query("insert?into?".$infotbr['datatbname']."(id,classid,keyid,dokey,newstempid,closepl,haveaddfen,infotags".$ret_r[2].")?values('$id','$classid','$keyid',1,'$newstempid',0,'$haveaddfen','".addslashes($add[infotags])."'".$ret_r[3].");");
繼續(xù)找到:
//扣點(diǎn)記錄
在上面添加:
//TAGS????????????????if($add[infotags]&&$add[infotags]$add[oldinfotags])????????????????{????????????????????????eInsertTags($add[infotags],$add['classid'],$id,$newstime);????????????????}
后臺(tái)→系統(tǒng)→管理數(shù)據(jù)表→下載系統(tǒng)數(shù)據(jù)表→管理系統(tǒng)模型→前臺(tái)表單模板 里添加:
???? TAG標(biāo)簽 ????(標(biāo)簽之間用英文,隔開(kāi)) ??