Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 论坛帖子列表页面调取帖子摘要问题

[复制链接]
ckhlovej 发表于 2013-10-9 18:34:45 | 显示全部楼层 |阅读模式
请问在论坛的帖子列表页面如何调取帖子的摘要信息呢?要改哪里呢?或者看哪里的源代码呢?
★S☆K○Y 发表于 2013-10-9 21:34:45 | 显示全部楼层
https://addon.dismall.com/?@lhb_listpreview.plugin 这个正是你需要的插件
回复

使用道具 举报

 楼主| ckhlovej 发表于 2013-10-9 23:53:30 | 显示全部楼层
★S☆K○Y 发表于 2013-10-9 21:34
https://addon.dismall.com/?@lhb_listpreview.plugin 这个正是你需要的插件

呵呵~抱歉啊~刚好自己做出来这个功能了~而且还是discuz X3的!
回复

使用道具 举报

骑猪追毛驴 发表于 2013-11-5 14:46:49 | 显示全部楼层
ckhlovej 发表于 2013-10-9 23:53
呵呵~抱歉啊~刚好自己做出来这个功能了~而且还是discuz X3的!

求分享~
回复

使用道具 举报

忙碌的鼠标 发表于 2014-1-27 19:36:29 | 显示全部楼层
ckhlovej 发表于 2013-10-9 23:53
呵呵~抱歉啊~刚好自己做出来这个功能了~而且还是discuz X3的!

求分享
回复

使用道具 举报

pole1010 发表于 2014-1-28 11:24:37 | 显示全部楼层
打開/source/module/forum/forum_forumdisplay

  1. $threadids[$threadindex] = $thread['tid'];
复制代码


底下放
      

  1.         include_once libfile('function/post');
  2.         include_once libfile('function/attachment');
  3.         // $thread['post'] = C::t('forum_post')->fetch_all_by_tid($thread['posttableid'],$thread['tid'],true,'',0,0,true);
  4.         $thread['post'] = C::t('forum_post')->fetch_all_by_tid_position($thread['posttableid'],$thread['tid'],1);
  5.         $thread['post'] = array_shift($thread['post']);
  6.         // var_dump($thread['post']);
  7.         $thread['preview'] = messagecutstr($thread['post']['message'], 120);
复制代码


PS:數字可調整
打開/template/default/forum/forumdisplay_list.htm



  1. <a href="forum.php?mod=viewthread&tid=$thread[tid]&{if $_GET['archiveid']}archiveid={$_GET['archiveid']}&{/if}extra=$extra"$thread[highlight]{if $thread['isgroup'] == 1 || $thread['forumstick']} target="_blank"{else} onclick="atarget(this)"{/if} class="s xst">$thread[subject]</a>
复制代码



底下放
  1. <p class="thread_preview"><font color="#C0C0C0">{$thread['preview']}</font></p>
复制代码

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-16 08:26 , Processed in 0.039889 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表