论坛用户名下 管理员显示
作者:cmscn 日期:2006-05-19
先装 http://www.bullcn.cn/article.asp?id=296
把加在forum_view.asp的代码
改为
dim dim_power,dim_grade,si,sdim,snum,u_color,u_main
dim_power=dim_user
dim_grade=split(web_user_grade,"|")
snum=ubound(dim_power)
for si=0 to snum
sdim=split(dim_power(si),":")
if u_power=sdim(0) then
u_color=sdim(3)
u_main=sdim(1)
end if
next
if u_color="" then
sdim=split(dim_power(0),":")
u_color=sdim(3)
u_main=sdim(1)
end if
'用户类型显示
if u_power="user" then
u_main=""
else
u_main="<tr><td> <font color='#CC3300'><b>"&u_main&"</b></font></td></tr>"
end if
调用 "&u_main&"
评论: 5 | 引用: 0 | 查看次数: 1199
发表评论