求助:科汛CMS论坛调用KS_User表自定义字段如何调用? 10
新建字段KS_xxxx数字整型使其在左侧会员信息中显示这个字段修改ks_cls/Kesion.ClubCls.asp代码echo"用户积分:"&UN.SelectSing...
新建字段KS_xxxx 数字整型 使其在左侧会员信息中显示这个字段
修改ks_cls/Kesion.ClubCls.asp
代码
echo "用户积分:" & UN.SelectSingleNode("@score").text &" 分<br/>"
echo "登录次数:" & UN.SelectSingleNode("@logintimes").text &" 次<br/>"
echo "注册时间:" & FormatDateTime(UN.SelectSingleNode("@regdate").text,2) &"<br/>"
echo "最后登录:" & FormatDateTime(UN.SelectSingleNode("@lastlogintime").text,2) &"<br/>"
1200行: echo "比赛场次:" & UN.SelectSingleNode("@KS_xxxx").text &" 次<br/>"
报错如下:
报错:缺少对象: 'un.Se1ectSingleNode()
Microsoft VBScript 运行时错误错误 '800a01a8'
缺少对象: 'Un.selectSingleNode(...)'
../KS_Cls/Kesion.ClubCls.asp
行 1200
"注意:不是使用echo~~~~如上格式" 您用过科汛CMS吗?
--------------
修改ks_cls/Kesion.ClubCls.asp
代码
echo "用户积分:" & UN.SelectSingleNode("@score").text &" 分<br/>"
echo "登录次数:" & UN.SelectSingleNode("@logintimes").text &" 次<br/>"
echo "注册时间:" & FormatDateTime(UN.SelectSingleNode("@regdate").text,2) &"<br/>"
-------------------
这是官方的代码,不是我写的,,论坛建不了标签的,这个是论坛调用会员表的字段,不是调用论坛贴子表。不知道你有没有理解我的意思?? 展开
修改ks_cls/Kesion.ClubCls.asp
代码
echo "用户积分:" & UN.SelectSingleNode("@score").text &" 分<br/>"
echo "登录次数:" & UN.SelectSingleNode("@logintimes").text &" 次<br/>"
echo "注册时间:" & FormatDateTime(UN.SelectSingleNode("@regdate").text,2) &"<br/>"
echo "最后登录:" & FormatDateTime(UN.SelectSingleNode("@lastlogintime").text,2) &"<br/>"
1200行: echo "比赛场次:" & UN.SelectSingleNode("@KS_xxxx").text &" 次<br/>"
报错如下:
报错:缺少对象: 'un.Se1ectSingleNode()
Microsoft VBScript 运行时错误错误 '800a01a8'
缺少对象: 'Un.selectSingleNode(...)'
../KS_Cls/Kesion.ClubCls.asp
行 1200
"注意:不是使用echo~~~~如上格式" 您用过科汛CMS吗?
--------------
修改ks_cls/Kesion.ClubCls.asp
代码
echo "用户积分:" & UN.SelectSingleNode("@score").text &" 分<br/>"
echo "登录次数:" & UN.SelectSingleNode("@logintimes").text &" 次<br/>"
echo "注册时间:" & FormatDateTime(UN.SelectSingleNode("@regdate").text,2) &"<br/>"
-------------------
这是官方的代码,不是我写的,,论坛建不了标签的,这个是论坛调用会员表的字段,不是调用论坛贴子表。不知道你有没有理解我的意思?? 展开
展开全部
建标签,点上面的自定义字段时,可以设置输出长度等选项。格式为:
{@字段名称(参数1,参数2...)}
其中的
参数1为输出类型,如text,num,date
参数2根据所选类型不同而不同,
不过一般这些参数,不需要自己去记,我们直接设置好,点插入即可,插入后如下:
{@KS_11(Text,10,...,0,无内容)}
注意:不是使用echo~~~~如上格式
{@字段名称(参数1,参数2...)}
其中的
参数1为输出类型,如text,num,date
参数2根据所选类型不同而不同,
不过一般这些参数,不需要自己去记,我们直接设置好,点插入即可,插入后如下:
{@KS_11(Text,10,...,0,无内容)}
注意:不是使用echo~~~~如上格式
追问
“注意:不是使用echo~~~~如上格式”这是官方的代码,不是我写的,您是否知道这是科汛CMS???,
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询