图片新闻


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,"图片新闻")

文章来自: Original
引用通告: 查看所有引用 | 我要引用此文章
Tags:
相关日志:
评论: 7 | 引用: 0 | 查看次数: 1161
发表评论
昵 称:
密 码: 游客发言不需要密码.
内 容:
验证码: 验证码
选 项:
虽然发表评论不用注册,但是为了保护您的发言权,建议您注册帐号.
字数限制 20 字 | UBB代码 关闭 | [img]标签 关闭