Changes between Version 8 and Version 9 of intf


Ignore:
Timestamp:
02/04/2013 04:49:49 PM (13 years ago)
Author:
dingjianyong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v8 v9  
    1919        topicType=;话题类别,默认为不填[[BR]] 
    2020        topicTypeUTF8=;话题类别UTF8格式处理,默认为不填[[BR]] 
     21    count=10;列出条数[[BR]] 
     22    display=json;显示方式,支持json和ssi[[BR]] 
     23    maxLength=240;帖子内容最大长度,默认240个英文字符,相当于120个汉字.(目前只有json时生效)[[BR]] 
     24    faceWidth:需要返回头像时设定头像的宽度[[BR]] 
     25    callback=;当display=json时使用的回调函数名称[[BR]] 
     26     
    2127  //说明// 
    22     可以查看4种形式的主题列表,最新,顶置,最热,精华[[BR]] 
    23     最新的主题从bbs7_new_topic里查找[[BR]] 
     28    可以查看4种形式的主题列表,最新,顶置,最热,精华。根据subsite参数确定从哪个表查找[[BR]] 
     29    如果subsite=true,直接从bbs7_topic_xx表中读取数据[[BR]] 
     30    如果subsite=false,最新的主题从bbs7_new_topic里查找,最热的主题从bbs7_hot_topic,bbs7_hot_topic7,bbs7_hot_topic30,bbs7_hot_topic_all里查找,精华的主题从bbs7_pick里查找。[[BR]] 
    2431* _topic.jsp    根据主题ID,获取主题信息[[BR]][[BR]] 
    2532  //参数//