发表于 2023/12/13 16:52:24
#bug# 内容页楼层标识复制到的URL只有后缀
viewthread_node.htm ≈158行 改为:
  1. <a href="javascript:;" {if $fromuid}title="{lang share_url_copy_comment}"{/if} id="postnum$post[pid]" onclick="setCopy('{if $post[first]}$_G['setting']['siteurl']forum.php?mod=viewthread&tid=$_G[tid]$fromuid{else}$_G['setting']['siteurl']forum.php?mod=redirect&goto=findpost&ptid=$_G[tid]&pid=$post[pid]$fromuid{/if}', '{lang post_copied}');return false;">
复制代码


或者给主题帖加上伪静态:
  1. <a href="javascript:;" {if $fromuid}title="{lang share_url_copy_comment}"{/if} id="postnum$post[pid]" onclick="setCopy('{if $post[first]}$_G['setting']['siteurl']thread-{$_G[tid]}-1-1.html{else}$_G['setting']['siteurl']forum.php?mod=redirect&goto=findpost&ptid=$_G[tid]&pid=$post[pid]$fromuid{/if}', '{lang post_copied}');return false;">
复制代码