discuzX 帖子 有的图片没输出 [attach]12323[/attach]的解决办法

 

在pre_forum_post (as p )中,每个帖子都有一个p.attachment字段,这个字段记录了,帖子中有多少张图片,如果为0,则程序不会替换帖子内容(p.message)中的[attach]标签,

 

在pre_forum_attachment (as a)中,a.tid对应p.tid

a.pid对应p.pid,

且p.pid 跟a.pid是一对多的关系

 

 

 

 

posted @ 2010-07-28 19:22  flex_fly  阅读(924)  评论(0编辑  收藏  举报