使用DEDECMS程序与DZ论坛程序共同去建一个网站,一个做主站,一个做二级目录论坛.然后通过dedecms整合DZ程序实现二个程序之后的互相的调用.
织梦首页调用Discuz论坛最新帖子
[html] {dede:loop table="pre_forum_thread"sort="tid" row='10'}
<a href="/bbs/forum.php?mod=viewthread&tid=[field:tid /]"target="_blank">
·[field:subject function="cn_substr('@me',22)" /]([field:lastpost function="date('m-d H:M','@me')" /])
</a>
{/dede:loop}[/html]
织梦首页调用Discuz论坛精华帖子:
[html]{dede:loop table="pre_forum_thread"if='digest>0' sort="tid" row="10"}
<a href="/bbs/forum.php?mod=viewthread&tid=[field:tid /]"target="_blank">
·[field:subject function="cn_substr('@me',22)" /]([field:lastpost function="date('m-d H:M','@me')" /])
</a>
{/dede:loop}[/html]
注意如果修改了dz默认数据库表pre_forum_thread就改成自己对于的表名称,数据库必须在一个库里。