帖子楼顶显示"本贴地址"修改方法(论坛完整版)
作者:cmscn 日期:2005-06-24
论坛底部增加“用户系统信息”等的修改方法
作者:cmscn 日期:2005-06-24
文章二级分类中如何把某类的文章合并到其他类
作者:cmscn 日期:2005-06-24
论坛增加附件大小显示
作者:cmscn 日期:2005-06-20
新增页面--体重自测
作者:cmscn 日期:2005-06-18
分类的数据转移的修改
作者:cmscn 日期:2005-06-17
论坛回收站(终极篇)
作者:cmscn 日期:2005-06-17
仿 3.0 的论坛样式!
作者:cmscn 日期:2005-06-10
列表调用CMS2.0 图片配文字
作者:cmscn 日期:2005-06-09
Sub mods_pnews(n_num,c_num,b_num)
dim temp1,pid,nid,n_topic,n_username,n_tim,n_word,n_counter,n_comto,n_id
response.write vbcrlf&"<table cellspacing=1 cellpadding=4 class=table><tr>"
sql="select top "&n_num&" id,topic,pic,word,counter,tim,cod,comto from news where hidden=1 and ispic=1 order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
n_id=rs("id")
dim temp1,pid,nid,n_topic,n_username,n_tim,n_word,n_counter,n_comto,n_id
response.write vbcrlf&"<table cellspacing=1 cellpadding=4 class=table><tr>"
sql="select top "&n_num&" id,topic,pic,word,counter,tim,cod,comto from news where hidden=1 and ispic=1 order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
n_id=rs("id")