Discuz! X3.* 优化 待审帖/草稿帖/定时发布帖 页面提示
分类 网站技术/村民张先生 发布于 2015-07-23 03:38
查找:
<!--{if $_G['forum_thread']['replycredit'] > 0 }-->
在其前方新增:
<!--{if $_G['forum_thread'][displayorder] == -2 || $_G['forum_thread'][displayorder] == -3}-->
<tr>
<!--{if !$close_leftinfo}-->
<td class="pls vm ptm">
<!--{else}-->
<td class="pls ptm pbm xi1" colspan="2">
<!--{/if}-->
<img src="{IMGDIR}/atten.gif" width="16" height="16" class="hm" alt="{lang replycredit}" />
<strong>审核中</strong>
<!--{if !$close_leftinfo}-->
</td>
<td class="plc ptm pbm xi1">
<!--{else}-->
<!--{/if}-->
<!--{if $_G['forum_thread'][displayorder] == -2}-->
<!--{if $post['dbdateline'] + 86400 - TIMESTAMP > 120}-->
本帖正在等候版主审核,预计最晚于 <span id="shtimer_body_$thread[tid]"></span><script language="javascript">settimer({echo $post['dbdateline'] + 86400 - TIMESTAMP;}, 'shtimer_body_$thread[tid]');</script> 内完成,审核通过后其他人才能看到。<a href="#" target="_blank">什么情况下需要审核?如何免审?</a>
<!--{else}-->
本帖正在等候版主审核,已超过预计处理时限(24小时)。您可以 <a href="thread-310825-1-1.html" target="_blank">点此</a> 查看是否有延审公告,或 <a href="http://wpa.qq.com/msgrd?v=3&uin=10001&site=qq&menu=yes" target="_blank">咨询服务专员</a> 。
<!--{/if}-->
<!--{elseif $_G['forum_thread'][displayorder] == -3}-->
由于版主无法判定此帖是否符合版规,现已提交给总版主处理,请耐心等候。<a href="thread-310825-1-1.html" target="_blank">什么情况下需要审核?如何免审?</a>
<!--{/if}-->
</td>
</tr>
<!--{if ($_G['forum_thread'][displayorder] == -4 && $post['first'] && $post['invisible'] == -3) || $_G['forum_thread']['replycredit'] > 0 || $rushreply}-->
<tr class="ad">
<td class="pls"></td>
<td class="plc"></td>
</tr>
<!--{/if}-->
<!--{/if}-->
<!--{if $_G['forum_thread'][displayorder] == -4 && $post['first'] && $post['invisible'] == -3}-->
<tr>
<!--{if !$close_leftinfo}-->
<td class="pls vm ptm">
<!--{else}-->
<td class="pls ptm pbm xi1" colspan="2">
<!--{/if}-->
<img src="{IMGDIR}/atten.gif" width="16" height="16" class="hm" alt="{lang replycredit}" />
<strong><!--{if $post['dbdateline'] > TIMESTAMP}-->定时发布<!--{else}-->草稿 待发布<!--{/if}--></strong>
<!--{if !$close_leftinfo}-->
</td>
<td class="plc ptm pbm xi1">
<!--{else}-->
<!--{/if}-->
<!--{if $post['dbdateline'] > TIMESTAMP}-->
您已设置定时发布此帖,系统将于 {echo date('Y-m-d H:i',$post['dbdateline']);} 后第一个30分或整点自动发出该帖。<a href="forum.php?mod=misc&action=pubsave&tid=$_G[tid]">取消定时并立即{lang published}</a>
<!--{else}-->
此帖已保存为草稿,尚未正式发布,他人不可见。确认编辑完成后,您可以 <a href="forum.php?mod=misc&action=pubsave&tid=$_G[tid]">点此立即{lang published}</a>
<!--{/if}-->
</td>
</tr>
<!--{if $_G['forum_thread']['replycredit'] > 0 || $rushreply}-->
<tr class="ad">
<td class="pls"></td>
<td class="plc"></td>
</tr>
<!--{/if}-->
<!--{/if}-->
- solfie
#1/2020-06-14 00:11这里有个bug,就是定时贴,发布会提示信息是正常的,但再次从草稿箱过来点开定时贴查看,提示信息就变成了草稿贴的提示信息了。