调用某版块最新帖子:(红色部分分别为:“DZ数据库名、版块ID、调用条数、帖子ID、标题字数”):
[e:loop={"select tid,subject,dateline from 数据库名.表前缀_threads where fid=版块ID order by tid desc limit 10",10,24,0}]<li><a href="/bbs/thread-<?=$bqr[tid]?>-1-1.html" target="_blank"><?=esub($bqr[subject],32)?></a></li>[/e:loop]
调用全论坛新帖子:
[e:loop={"select tid,subject,dateline from jinyu5.cdb_threads order by tid desc limit 8",10,24,0}]<li><a href="/bbs/thread-<?=$bqr[tid]?>-1-1.html" target="_blank"><?=esub($bqr[subject],32)?></a></li> [/e:loop]
调用全论坛热帖子:
[e:loop={"select tid,subject,dateline from jinyu5.cdb_threads order by views desc limit 8",10,24,0}]<li><a href="/bbs/thread-<?=$bqr[tid]?>-1-1.html" target="_blank"><?=esub($bqr[subject],32)?></a></li> [/e:loop]
调用指定版块的精华帖子:
[e:loop={"select tid,subject,dateline,digest from accbbs.accbbsforum_thread where digest!=0 and fid=版块ID order by tid desc limit 10",10,24,0}]
<li><a href="http://www.caikaoyuan.com/thread-<?=$bqr[tid]?>-1-1.html" title="<?=$bqr[subject]?>" target="_blank"><?=esub($bqr[subject],30)?></a></li>
[/e:loop]
调用指定版块热门帖,如调用版块ID为40的回复数超过20的帖:
[e:loop={"select tid,subject,dateline,replies from accbbs.accbbsforum_thread where replies>=20 and fid=40 order by tid desc limit 10",10,24,0}]
<li><a href="http://www.caikaoyuan.com/thread-<?=$bqr[tid]?>-1-1.html" title="<?=$bqr[subject]?>" target="_blank"><?=esub($bqr[subject],30)?></a></li>
[/e:loop]
本文地址:https://www.moyublog.com/notes/371.html
加入我们:微信:搜索“Moyu-Blog” 帝国CMS模板客户群:QQ二群---909235407 QQ一群(已满)---106997031
版权声明:本文采用[BY-NC-SA]协议进行授权,如无特别说明,转载请注明本文地址!