图片新闻
作者:cmscn 日期:2005-08-27
1,代码修改
在文件include下找到con_news.asp里的
sub news_left(nt,n_num,c_num,n_title)
将下面的代码替换:
引用内容
sql="select top "&n_num&" id,username,topic,tim,counter,ispic,tcolor,pic from news where hidden=1 and ispic=1"
注意红色代码为更改的代码!再往下找到:
case "good"
sql=sql&" and istop=1 order by id desc"
在下面插入:
case "pic"
sql=sql&" and istop=1 order by id desc"
2,页面调用
在news.asp里找到call news_left("hot",10,10,"热门新闻")
在其上面或者下面(你愿意放那里都行)插入:
call news_left("pic",10,10,"图片新闻")
评论: 7 | 引用: 0 | 查看次数: 1161
发表评论