$threada= C::t('forum_attachment')->fetch_all_by_id('tid', $thread['tid'], 'aid'); $threadaid = reset($threada); $threadpic = C::t('forum_attachment_n')->fetch_by_aid_uid($threadaid['tableid'], $threadaid['aid'], $thread['authorid']); $thread['pic'] = $threadpic['attachment']; |
版权声明: 本站资源均来自互联网或会员发布,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!
转载请注明: discuz 帖子列表页调用封面图片代码