分类分类
2015-05-08 16:40作者:zhao
高级模式下发表回复如何“回帖后跳转到最后一页”
打开template/default/forum/post.htm文件
找到246-247行
<span id="adddynamicspan"><label> {lang fromgroup}:<select name="mygroupid"><option value="">{lang selectmygroup}</option><!--{loop $mygroups $mygroupid $mygroupname}--><option value="{$mygroupid}__{$mygroupname}" {if $selectgroupid == $mygroupid} selected{/if}>$mygroupname</option><!--{/loop}--></select></label></span>
<!--{/if}-->
在下方添加
<label for="fastpostrefresh"><input id="fastpostrefresh" type="checkbox" class="pc" />{lang post_fastreply_gotolast}</label>
<script type="text/javascript">if(getcookie('fastpostrefresh') == 1) {$('fastpostrefresh').checked=true;}</script>
保存后,论坛后台更新缓存即可。
相关