Changes between Version 15 and Version 16 of intf


Ignore:
Timestamp:
02/06/2013 11:43:42 AM (13 years ago)
Author:
dingjianyong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v15 v16  
    122122  //说明// 
    123123     列出主题下的最新count条回帖,按楼层数逆序排列[[BR]][[BR]] 
    124 * _topics.jsp    
     124* _topics.jsp[[BR]][[BR]] 
     125  //参数// 
     126    subsite=false;是否只查单个版块,默认为false[[BR]] 
     127    noForums=;要过滤的版块ID,多个版块ID用半角逗号分隔。查询将过滤掉这些版块及这些版块的子版块[[BR]] 
     128    forums=;版块ID,多个版块ID用半角逗号分隔。查找的信息也会包含其子版块[[BR]] 
     129    type=new;查询类型。可填new,hot,pick[[BR]] 
     130    display=ssi;显示方式,支持js,json和ssi[[BR]] 
     131    count=10;列出条数[[BR]] 
     132    messageLength=;帖子内容最大长度,默认没有限制.(目前只有json时生效)[[BR]] 
     133    days=2;从多少天前的数据开始查询,可填任意整数[[BR]] 
     134    callback=;当display=json时使用的回调函数名称[[BR]] 
     135  //说明// 
     136     可以查看3种形式的主题列表,最新,最热,精华。根据subsite参数确定从哪个表查找。如果subsite=true,直接从bbs7_topic_xx表中读取数据。如果subsite=false,最新的主题从bbs7_new_topic里查找,最热的主题从bbs7_hot_topic,bbs7_hot_topic7,bbs7_hot_topic30,bbs7_hot_topic_all里查找,精华的主题从bbs7_pick里查找。[[BR]][[BR]] 
    125137* _topics_id.jsp[[BR]][[BR]] 
    126138  //参数//