账号通
    

账号  

密码  

4683

查看

11

回复
主题:科讯cms怎么调用用户头像 [收藏主题] 转到:  
mbaun 当前离线

1138

主题

4

广播

1

粉丝
添加关注
级别:八年级

用户积分:6229 分
登录次数:342 次
注册时间:2006/4/4
最后登录:2023/2/2
mbaun 发表于:2009/7/18 13:34:00   | 显示全部帖子 查看该作者主题 楼主 
科汛在线考试系统(NET)
以下是引用惊鸿一现在2009-7-18 10:51:00的发言:

楼上的代码没看明白怎么用

呵呵 

这个代码是从评论页截取的判断语句 判断是否为外链

if left(FaceStr,1)<>"/" and lcase(left(FaceStr,4))<>"http" Then FaceStr="/" & FaceStr
 If lcase(left(FaceStr,4))<>"http" then FaceStr=KS.Setting(2) & FaceStr
 end if
 
其实要调用头像,好像显示会员档案那儿也有个代码,可以去搜下
space/spaceajax.asp 大概641行处
 
Function ReplaceUserInfoContent(ByVal Content,ByVal RS)
     '注解掉 If RS("UserType")=1 Then ReplaceUserInfoContent=ReplaceEnterpriseInfo(Content,RS("UserName")):Exit Function
        Dim Privacy:Privacy=RS("Privacy")
        Content=Replace(Content,"{$GetUserName}",RS("UserName"))
   Dim UserFaceSrc:UserFaceSrc=RS("UserFace")
   Dim FaceWidth:FaceWidth=KS.ChkClng(RS("FaceWidth"))
   Dim FaceHeight:FaceHeight=KS.ChkClng(RS("FaceHeight"))
   if left(userfacesrc,1)<>"/" and lcase(left(userfacesrc,4))<>"http" then userfacesrc="../" & userfacesrc
  Content=Replace(Content,"{$GetUserFace}","<img src=" & UserFaceSrc & " border=""1"" width=""" & facewidth & """ height=""" & faceheight & """>")
  Content =ReplaceUserDefine(101,Content,RS)
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
mbaun 当前离线

1138

主题

4

广播

1

粉丝
添加关注
级别:八年级

用户积分:6229 分
登录次数:342 次
注册时间:2006/4/4
最后登录:2023/2/2
mbaun 发表于:2009/7/18 8:27:00   | 显示全部帖子 查看该作者主题 沙发 
if left(FaceStr,1)<>"/" and lcase(left(FaceStr,4))<>"http" Then FaceStr="/" & FaceStr
 If lcase(left(FaceStr,4))<>"http" then FaceStr=KS.Setting(2) & FaceStr
 end if
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.07813秒 powered by KesionCMS 9.0