首页 > CMS > 帝国Empire > 正文

帝国CMS前台投稿用户输TAG

2024-08-28 12:24:23
字体:
来源:转载
供稿:网友

 支持7.0  7.2

打开/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].");");

继续找到:

//扣点记录

在上面添加:

//TAGS                if($add[infotags]&&$add[infotags]<>$add[oldinfotags])                {                        eInsertTags($add[infotags],$add['classid'],$id,$newstime);                }

后台→系统→管理数据表→下载系统数据表→管理系统模型→前台表单模板 里添加:

<tr>    <td width=16% height=25 bgcolor=ffffff>TAG标签</td>    <td bgcolor=ffffff><input name="infotags" type="text" id="infotags" value="" size="40">(标签之间用英文,隔开)</td>  </tr>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表