蓝雨 发表于 2009-6-21 15:23:09

引用回复进行短消息提示(适用7.0 以及7.32)

打开require\\postreply.php

1.找到


!function_exists(readover) && exit(Forbidden);


也就是第一行
下面增加

require_once(R_P.require/msg.php);
2.找到
InitGP(array(atc_anonymous,atc_hideatt),P);


替换为

InitGP(array(atc_anonymous,atc_hideatt,pid),P);


在下面增加

$quoteid=$pid;


3.找到


$db->update(\"UPDATE pw_threads SET replies=replies+1 $sqladd1,hits=hits+1,\".pwSqlSingle($sqladd).\" WHERE tid=\".pwEscape($tid));


在下面增加
**** Hidden Message *****
页: [1]
查看完整版本: 引用回复进行短消息提示(适用7.0 以及7.32)