蓝雨 发表于 2010-11-8 13:18:32

回复帖子的时候,加上回复的楼层标记 DX1.5

7.2时有的功能,x系列被去掉了,但是很实用,很有必要,能看出回复者回复的到底是哪个楼层
修改文件source/include/post/post_new_reply.php

将 第218行$message = "$language &ptid=$thapost]$thapost $language";替换成$thapostnumber = DB::fetch_first("SELECT count(*) as lou FROM ".DB::table($posttable)." WHERE tid='$thapost' AND dateline<='$thapost'"); //netfeiniao

$message = "$language $thapostnumber # &ptid=$thapost]$thapost $language";
页: [1]
查看完整版本: 回复帖子的时候,加上回复的楼层标记 DX1.5