Document

 咨询热线

18969909123

微信扫码咨询

收 起 

咨询热线

返回顶部

jeebbsV5.x系统标签大全

发布时间: 2017-11-10 18:11:34 作者:本站编辑 来源: 本站原创 浏览次数:51599


我回复的主题 [@my_reply]

[@my_reply createrId=user.id  topLevel='0' count='10' tpl='0']

 [#list tag_pagination.list as topic]

 <tr>

    <td><a href="${topic.url!}" target="_blank">${topic.title?html!}</a> </td>

    <td><a href="${topic.forum.url!}" target="_blank">${topic.forum.title}</a></td>

    <td>${topic.lastReply.username!}</td>

   <td>${topic.createTime?string("yyyy-MM-dd HH:mm:ss")}</td>

  </tr>

  [/#list]

[#include "../tag/topic.html"/]

[/@my_reply] 

标签参数说明

createrId:查询用户ID count 分页数

对象属性

详细参考3.2主题对象属性


我的主题 [@my_topic]

[@my_topic createrId=user.id tpl='0' topLevel='0' count='10']

       [#list tag_pagination.list as topic]

 <tr>

   <td><a href="${topic.url!}" target="_blank">${topic.title?html!}</a> </td>

   <td><a href="${topic.forum.url!}" target="_blank">${topic.forum.title}</a></td>

   <td>${topic.lastReply.username!}</td>

   <td>${topic.createTime?string("yyyy-MM-dd HH:mm:ss")}</td>

 </tr>

  [/#list]

[#include "../tag/topic.html"/]

[/@my_topic]

标签参数说明

createrId:查询用户ID   count 分页数

对象属性

详细参考3.2主题对象属性


帖子列表带分页[@post_page]

[@post_page topicId=topic.id createrId='1' parentId=parentId  checkStatus='0' orderBy ='0' count='10' tpl='1'/]

标签参数说明

topicId:查询主题ID   

parentId:父帖子ID 

checkStatus 审核状态 0待审 1审核通过

orderBy 排序 0楼层顺序  1楼层降序

createrId:发帖用户ID 可用来实现只查看某用户

count 分页数

对象属性

详细参考3.3帖子对象属性


按时间搜索主题列表[@topic_day]

[@topic_day forumId=forum.id day=day count='15' tpl='0']

     [#list tag_pagination.list as topic]

<a href="${topic.url!}" target="_blank">${topic.title?html!}</a>

[/#list]

[#include "../tag/topic.html"/]

[/@topic_day]

标签参数说明

forumId:查询板块ID   

day:天数  比如30就是一个月内贴

count 分页数

对象属性

详细参考3.2主题对象属性

1064