找到文件路径:
/source/include/post/post_newthread.php
查找309行:
showmessage($return, $returnurl, array_merge($values, (array)$modthread->param('values')), $modthread->param('param'));
在前面添加:
xb1_submit(array($tid));
文件最后(?>前)添加:
function xb1_submit($tids){
foreach ($tids as $key=>$value){...