使用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就改成自己對于的表名稱,數據庫必須在一個庫里。