dz5.5 怎样修改个人空间链接
dz5.5 怎样修改个人空间链接
dz5.5 怎样修改个人空间链接 我论坛安装的插件没有升级 但是安装uchome 我想使用修改论坛个人空间链接的连接 修改一下连接到uchome
因为论坛和uchome 注册不同步 跟换个人主页的链接方式 现在是space.php?uid=13386 链接的个人主页
我想使用space.php?username=taizihui 这种方式链接 应该怎样修改代码?
viewthread.php 文件代码怎样修改?
<!--{if $thread['blog']}--> <a href="space.php?$thread[authorid]/myblogs" target="_blank">{lang thread_blog}</a> <!--{/if}-->
<!--{if $post['authorid'] && $post['username'] && !$post['anonymous']}-->
<a href="space.php?uid=$post[authorid]" target="_blank" class="bold">$post[author]</a><!--{if $post['nickname']}--> <span class="smalltxt">($post[nickname])</span><!--{/if}-->
<!--{if $spacestatus}-->
<!--{if !empty($post[spacename])}-->
<a href="space.php?uid=$post[authorid]" target="_blank" title="$post[spacename]">
<!--{else}-->
<a href="space.php?uid=$post[authorid]" target="_blank" title="{$post[username]}{lang space_userspace}">
<!--{/if}-->