discuz3.4首页如何调用帖子最后回复内容
但是$post[]和$_G[forum_thread][]区别在于后者是全局变量,也就是调用的整个帖子的作者,即楼主,如果调用对应楼层的,那么就是loop循环中使用$post[author]。
discuz的回复间隔时间设置,是后台管理员设置的,是由服务器处理完成的。
除非你能找到discuz新的漏洞,否则,这是无法破解的。至于版主能不能帮你,要看最高权限的管理员有没有给相应的版主相应的权限了。
问这个的话,这应该是你买的主题吧?如果是买的就去问商家;
如果是你自己写的。调用帖子回复内容列表:
<!--{eval $lapost = DB::fetch_all("SELECT FROM "DB::table('forum_post')" WHERE `first`= 0 ORDER BY `pid` DESC LIMIT 0, 6");}--><!--{loop $lapost $thelapost}-->
<li><a href="forumphpmod=redirect&goto=findpost&ptid=$thelapost[tid]&pid=$thelapost[pid]&fromuid=$thelapost[authorid]" target="_black" title="$thelapost[subject]"><img src="/uc_server/avatarphpuid=$thelapost[authorid]&size=small" class="avatar avatar-50" height="50" width="50"/><strong>$thelapost[author]</strong> 于{echo date('m月d日 H:i:s', $thelapost['dateline']);} 在回帖中说道:<br />$thelapost[message]</a></li>
<!--{/loop}-->
0条评论