XiunoBBS 在主题列表下方添加评论列表
2019年01月09日 5389

xiuno

<?php
$newpost = post_find(array("isfirst" => 0, "quotepid" => 0,'tid' => $_thread['tid'] ), array( 'create_date' => -1 ), 1, 10);
?>
<?php if($newpost){ foreach($newpost as $post){ ?><a  href="<?php echo url("thread-$post[tid]")?>">
<?php echo $post['username'];?>:<?php echo xn_substr(strip_tags($post['message_fmt']), 0, 25);?></a>
<?php } } ?>

 

TAG


- End -




0 条评论
  • 表情
  • 游客你好,回复内容需要 登录 查看!