引用回复后,在首页最新回复中无法显示内容
//把list.htm 第 15 行改为
$threadlist = post_find( array( "isfirst" => 0), array( "create_date" => "-1" ), 1, 5 );
找到29行<a href="<?php echo url("thread-$post[tid]")?>"><?php echo xn_substr($post['message_fmt'], 0, 25);?></a>
//在这一行的前面( 前面前面前面,说三篇)加上
<?php if ($post['quotepid'] > 0) {$post['message_fmt'] = $post['message'];} ?>