您尚未登陆 - 登录 | 注册
Time: 2008-05-11 11:30

只看楼主 楼主

关于个人资料里面的 个人网址在那里添加?(已经解决)

关于个人资料里面的 个人网址在那里添加?

因为个人资料里面的 个人网址前面没有统计添加 http:// 导致有些网民在添加的时候没有添加,反而导致不能访问。请问在哪里统一添加 http://
[本帖最后由 googleah 于 2008-05-13 22:17 编辑]
googleah的签名

IP:125.*.*.*   TOP

Time: 2008-05-12 10:06

只看该用户 沙发

Re:关于个人资料里面的 个人网址在那里添加?

在模板 bbsmax_themes\default\showthread.html 里找userprofile("blog")
将那句改为如下.
就可以了
<!-- #if $reply.userprofile("blog") <> "" --><a href="http://{$reply.userprofile("blog")}" target="_blank">blog</a> <!-- #/if -->
[本帖最后由 amoyeah 于 2008-05-13 13:44 编辑]
amoyeah的签名
nginx zeus 

IP:125.*.*.*   TOP

Time: 2008-05-13 13:53

只看该用户 板凳

Re:关于个人资料里面的 个人网址在那里添加?

将这句替换掉可以了<!-- #if $reply.UserProfile("blog") <> ""  --><a href="{$reply.UserProfile("blog")}" target="_blank">Blog</a> <!-- #/if -->
googleah的签名

IP:125.*.*.*   TOP