藏茗山學院
安全可靠、性能穩定、追求極致的用戶體驗
jeebbsV5.x系統標簽大全
我回復的主題 [@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主題對象屬性