Xiuno 调用帖子各种相关信息

v2016 2020-2-10 2093

根据tid获取帖子各种信息

$ax_thread = thread_read($tid);
$ax_thread['subject'] //这个是标题 
$ax_thread['views'] //浏览次数
$ax_thread['posts'] //回复次数
$ax_thread['username'] //会员名
$user = user_read_cache($uid);//会员头像方法
user_read_cache($_fthread['uid'])['avatar_url'];

具体就这样子,更详细的看数组就行。

最新回复 (0)
返回
发新帖