| 
 | 
 
此帖已经非常详细展示了代码插入教程,希望帮助到你 
 
如果需要客服帮助请联系微信:17839737605(20元/次) 
 
 
 
打开文件:网站根目录/source/plugin/tom_tczhaopin/admin/index.php 
 
 
大概在526行左右插入代码 
 - //后台招聘信息管理点击置顶再次转发------开始
 
 -             $tom_tongcheng_dic = DB::fetch_first("SELECT * FROM %t WHERE (tczhaopin_id=%d)", array('tom_tongcheng',$_GET['id']));
 
 -             if($tom_tongcheng_dic['id'] != ""){
 
 -                 DB::update('tom_tongcheng', array('zhuan'=>0),array('id'=>$tom_tongcheng_dic['id']));
 
 -             }
 
 -             //后台招聘信息管理点击置顶再次转发------结束
 
  复制代码 
最后重点:点击右下角将编码改成utf-8再保存文件 
  
 
 |   
 
 
 
 |