欢迎来到素材无忧网,按 + 收藏我们
登录 注册 退出 找回密码

discuz 主题关闭提示 单独查询调用

时间: 2019-05-24 11:57 阅读: 作者:素材无忧网

代码糙,最近脑子不行,用的fetch_all
<!--{if $_G['forum_thread']['closed'] == 1}-->
<!--{eval $thread_mods = DB::fetch_all("select * from ".DB::table("forum_threadmod")." where tid='$_G[tid]' and `action` in ('ECL','CLS') order by `dateline` desc limit 0,1")}-->
<!--{if $thread_mods}-->
<i class="fa fa-lock"></i> 该主题已被 {$thread_mods[0][username]} 锁定 (限时 {echo date("Y年m月d日 H:i",$thread_mods[0][dateline])} 至 {if $thread_mods[0]['action']=='ECL'}{echo date("Y年m月d日 H:i",$thread_mods[0][expiration])}{else}永久{/if})
<!--{/if}-->
<!--{/if}-->

重点是`action` in ('ECL','CLS'),这种ECL、CLS值的含义网上搜不到完整的解释。
之前自己一边测试一遍记录了一部分。
discuz 主题操作记录

版权声明: 本站资源均来自互联网或会员发布,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!

转载请注明: discuz 主题关闭提示 单独查询调用

标签:  
相关文章
模板推荐