真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

帝國cms批量添加關(guān)鍵詞 帝國cms自定義列表

帝國cms怎么批量添加信息的tags

修改步驟:

創(chuàng)新互聯(lián)建站是專業(yè)的阿榮網(wǎng)站建設(shè)公司,阿榮接單;提供網(wǎng)站制作、成都網(wǎng)站制作,網(wǎng)頁設(shè)計,網(wǎng)站設(shè)計,建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進行阿榮網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團隊,希望更多企業(yè)前來合作!

1、以下代碼加入到admin/ecmsinfo.php,在任意2個elseif中間插入就行

elseif($enews=="AddTags_all")//列表批量添加Tags

{

$classid=$_POST['classid'];

$id=$_POST['id'];

$tags=$_POST['add_listtags'];

$newstime=time();

eInsertTags2($tags,$classid,$id,$newstime);

}

2、將以下代碼加入到class/uesrfun.php

//加入TAG表

function eInsertTags2($tags,$classid,$id,$newstime){

global $empire,$dbtbpre,$class_r;

if(!trim($tags))

{

printerror("TAGS信息不能為空", "", 1, 0, 1);

return '';

}

$count = count($id); //統(tǒng)計ID數(shù)量

$tags = RepPostVar($tags);

$tag = explode(",", $tags);

if (emptyempty($count))

{

printerror("未選擇信息ID", "", 1, 0, 1);

}

if (count($tag)1)

{

printerror("只能添加一個TAGS詞", "", 1, 0, 1);

}

$classid=(int)$classid;

$id[$i] = (int)$id[$i];

$mid=(int)$class_r[$classid][modid];

for($i=0;$i$count;$i++)

{

$tbname=$class_r[$classid][tbname];//獲取表名

$r=$empire-fetch1("select tagid from {$dbtbpre}enewstags where tagname='$tags' limit 1");

$t = $empire-fetch1("select infotags from {$dbtbpre}ecms_".$tbname." where id='$id[$i]'");

$taga=$t['infotags'].",".$tags; //組合TAGS

$tagb[$i] = explode(",",$taga); //設(shè)置數(shù)組

$tagc=array_values(array_unique($tagb[$i])); //數(shù)組排重

for($t=0;$tcount($tagc);$t++)

{//二級子循環(huán)TAGS數(shù)組輸出

$newtags[$i].= ",".$tagc[$t];

}

if($r[tagid])

{

$datar=$empire-fetch1("select tagid,classid,newstime from {$dbtbpre}enewstagsdata where tagid='$r[tagid]' and id='$id[$i]' and mid='$mid' limit 1");

if($datar[tagid])

{

if($datar[classid]!=$classid||$datar[newstime]!=$newstime)

{

$empire-query("update {$dbtbpre}enewstagsdata set classid='$classid',newstime='$newstime' where tagid='$r[tagid]' and id='$id[$i]' and mid='$mid' limit 1");

}

}

else

{

$empire-query("update {$dbtbpre}enewstags set num=num+1 where tagid='$r[tagid]'");

$empire-query("update {$dbtbpre}ecms_".$tbname." set infotags='".trim($newtags[$i],",")."' where id='$id[$i]'");

$empire-query("insert into {$dbtbpre}enewstagsdata(tagid,classid,id,newstime,mid) values('$r[tagid]','$classid','$id[$i]','$newstime','$mid');");

}

}

else

{

$empire-query("update {$dbtbpre}ecms_".$tbname." set infotags='".trim($newtags[$i],",")."' where id='$id[$i]'");

$empire-query("insert into {$dbtbpre}enewstags(tagname,num,isgood,cid) values('$tags',1,0,0);");

$tagid=$empire-lastid();

$empire-query("insert into {$dbtbpre}enewstagsdata(tagid,classid,id,newstime,mid) values('$tagid','$classid','$id[$i]','$newstime','$mid');");

}

}

printerror("批量添加TAGS成功", "", 1, 0, 1);

}

3、信息管理列表模板最后一列修改成以下代碼,在e/data/html/list/文件夾內(nèi)

td height="25" colspan="8"

table width="100%" border="0" cellpadding="0" cellspacing="0"

tr

td width="68%" height="25"

font color="#666666"備注:多選框藍色為未審核信息;發(fā)布者紅色為會員投稿;信息ID粗體為未生成,點擊ID可刷新頁面./font

/td

td width="32%" input type="text" name="add_listtags" id="add_listtags" size="50" value="" /

input type="submit" name="Submit100" value="添加TAGS" onClick="document.listform.enews.value='AddTags_all';document.listform.action='ecmsinfo.php';"

/td

/tr

/table

/td

在帝國cms中,怎么批量導(dǎo)入內(nèi)容關(guān)鍵詞,如圖示

有解決方法的,對于這種批量導(dǎo)入、重復(fù)性操作等,我們現(xiàn)在都是用一款叫“極速點擊虎”的軟件來完成。因為極速點擊虎這款軟件不需過多復(fù)雜的設(shè)置,就可自動導(dǎo)入填寫,自動錄入和自動點擊操作。

其實這么說吧,只要是一些重復(fù)的來回的手工操作,都可以由“極速點擊虎”軟件編排替代!實現(xiàn)辦公自動化輔助,批量自動運行的!

帝國cms怎么在正文開頭加關(guān)鍵詞?求大神幫忙!

網(wǎng)站上線前先設(shè)置一些內(nèi)部鏈接對后期的優(yōu)化排名很有幫助,帝國cms也可以設(shè)置文章中的關(guān)鍵字自動加鏈接,但是要注意一下關(guān)鍵詞替換次數(shù),最好是1次。

怎么操作呢?分兩步完成

1.帝國cms文章關(guān)鍵字自動加鏈接:后臺 - 其他 - 管理內(nèi)容關(guān)鍵字 - 在框中添加關(guān)鍵詞和鏈接

2.設(shè)置關(guān)鍵詞只顯示一次(關(guān)鍵詞鏈接只替換一次)

后臺 - 系統(tǒng) - 系統(tǒng) - 系統(tǒng)設(shè)置 - 系統(tǒng)參數(shù)設(shè)置 - 信息設(shè)置

找到“信息內(nèi)容關(guān)鍵字重復(fù)替換”,把默認的“0”改成“1”


名稱欄目:帝國cms批量添加關(guān)鍵詞 帝國cms自定義列表
網(wǎng)站網(wǎng)址:http://weahome.cn/article/ddgpdjo.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部