无限星辰工作室-客户无限互联网动力之源
标题:
Discuz!x3.2支持高级回复后跳转到最后一页解决方案之一
[打印本页]
作者:
crx349
时间:
2014-12-22 16:19
标题:
Discuz!x3.2支持高级回复后跳转到最后一页解决方案之一
template/default/forum/post.htm
查找
<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>
复制代码
修改好后上传覆盖,后台更新缓存。
欢迎光临 无限星辰工作室-客户无限互联网动力之源 (https://xmspace.net/)
Powered by Discuz! X3.4