POST TIME:2019-09-30 11:16
名稱:group
功能:調用系統圈子模塊主題
語法:
{dede:groupthread gid='0' orderby='dateline' orderway='desc' row='12' titlelen='30'}
<li> <a href='[field:groupurl/]' target="_blank">[[field:groupname function="cn_substr(@me,10)"/]]</a> <a href="[field:url/]" title="[field:subject/]" target="_blank">[field:subject/]</a>([field:lastpost function="GetDateMk('@me')"/]) </li> {/dede:groupthread}文件:
include aglibgroupthread.lib.php
function lib_groupthread(&$ctag,&$refObj)
默認底層模板:
groupthreads.htm
參數:
gid=0圈子id,默認為全部
orderby='dateline'排序,默認為時間
orderway='desc'排序方向,默認是最新主題在前
row=12記錄數
titlelen=30主題標題(subject)最大長度
底層字段:
subject,url,groupurl,gid,tid,lastpost,groupname