Home > php教程 > php手册 > body text

destoon调用discuz论坛中带图片帖子的实现方法,destoondiscuz

WBOY
Release: 2016-06-13 09:26:43
Original
1272 people have browsed it

destoon调用discuz论坛中带图片帖子的实现方法,destoondiscuz

在destoon开发中有时候我们需要调用论坛的帖子,但是带有图片的帖子该怎么调用出来呢,本文就来实例展示一个可以调用discuz论坛带图片的帖子的方法:

标签代码如下:

<!--{php $tags=tag("table=pre_forum_thread i,pre_forum_threadimage t&prefix=&condition=i.tid=t.tid&length=36&order=i.tid desc&pagesize=9&target=_blank&template=null");}-->
{loop $tags $t}
<A href="bbs/forum.php&#63;mod=viewthread&tid={$t[tid]}" rel="external nofollow" rel="external nofollow" rel="external nofollow" target=_blank>{$t[subject]}</A> <br />
<A href="bbs/forum.php&#63;mod=viewthread&tid={$t[tid]}" rel="external nofollow" rel="external nofollow" rel="external nofollow" target=_blank><img  src="bbs/data/attachment/forum/{$t[attachment]}"    style="max-width:90%"  style="max-width:90%" / alt="destoon调用discuz论坛中带图片帖子的实现方法,destoondiscuz" ></A>
{/loop}

Copy after login

调用论坛新帖子的方法如下:

<!--{php $tags=tag("table=pre_forum_thread&prefix=&length=36&order=tid desc&pagesize=9&target=_blank&template=null");}-->
{loop $tags $t}
<A href="bbs/forum.php&#63;mod=viewthread&tid={$t[tid]}" rel="external nofollow" rel="external nofollow" rel="external nofollow" target=_blank>{$t[subject]}</A> 
{/loop}

Copy after login

希望本文所述方法对大家destoon开发有所帮助。

Discuz! X2 论坛DIY门户模块,怎调用帖子内的图片?

你调用板块的图片有多少,在上传几张试试,调用的时间改改,也就是更新的时间,如果不行,把首页N格的插件关闭,然后再重新开启,如果不行,卸载重新装试试,
 

destoon怎调用DISCUZ某个特定版块的帖子

工具里面数据调用 但是要有一点编程的知识
 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!