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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 如何能在主题列表页调用论坛首页的版块名称与图标还有版块介绍

[复制链接]
yootoo 发表于 2012-4-28 20:24:04 | 显示全部楼层 |阅读模式
如何能在主题列表页调用论坛首页的版块名称与图标还有版块介绍

我想在主题列表页forumdisplay_list.htm  调用discuz.htm 里面的  版块名称$forum[name]   版块图标$forum[icon]  版块介绍$forum[description] 这些内容。。

不知道要怎么要能调用到。。麻烦高手相救了。。

换句话说。就是想让 discuz.htm 里的内容 在forumdisplay_list.htm  也能显示出来。。
朴素 发表于 2012-4-28 20:25:46 | 显示全部楼层
这个得自己看源码修改了吧呵,貌似没遇到相关插件啊。
回复

使用道具 举报

 楼主| yootoo 发表于 2012-4-28 20:29:54 | 显示全部楼层
本帖最后由 yootoo 于 2012-4-28 20:32 编辑
朴素 发表于 2012-4-28 20:25
这个得自己看源码修改了吧呵,貌似没遇到相关插件啊。

  1. <!--{subtemplate common/header}-->
  2.   <!--{loop $catlist $key $cat}-->
  3.    <!--{hook/index_catlist $cat[fid]}-->
  4. <!--{loop $cat[forums] $forumid}-->
  5.       <!--{eval $forum=$forumlist[$forumid];}-->
  6.       <!--{eval $forumurl = !empty($forum['domain']) && !empty($_G['setting']['domain']['root']['forum']) ? 'http://'.$forum['domain'].'.'.$_G['setting']['domain']['root']['forum'] : 'forum.php?mod=forumdisplay&fid='.$forum['fid'];}-->
  7.       <!--{if $cat['forumcolumns']}--></P>
  8.       <!--{else}-->
  9.        <td class="fl_icn" {if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="width: {$forum[extra][iconwidth]}px;"{/if}>
  10.         <!--{if $forum[icon]}-->
  11.          $forum[icon]
  12.         <!--{else}-->
  13.          <a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}><img src="{IMGDIR}/forum{if $forum[folder]}_new{/if}.gif" alt="$forum[name]" /></a>
  14.         <!--{/if}-->
  15.        </td>
  16.        <td>
  17.         <h2><a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}{if $forum[extra][namecolor]} style="color: {$forum[extra][namecolor]};"{/if}>$forum[name]</a><!--{if $forum[todayposts] && !$forum['redirect']}--><em class="xw0 xi1" title="{lang forum_todayposts}"> ($forum[todayposts])</em><!--{/if}--></h2>
  18.         <!--{if $forum[description]}--><p class="xg2">$forum[description]</p><!--{/if}-->
  19.         <!--{if $forum['subforums']}--><p>{lang forum_subforums}: $forum['subforums']</p><!--{/if}-->
  20.         <!--{if $forum['moderators']}--><p>{lang forum_moderators}: <span class="xi2">$forum[moderators]</span></p><!--{/if}-->
  21.         <!--{hook/index_forum_extra $forum[fid]}-->
  22.        </td>
  23.        <td class="fl_i">
  24.         <!--{if empty($forum[redirect])}--><span class="xi2"><!--{echo dnumber($forum[threads])}--></span><span class="xg1"> / <!--{echo dnumber($forum[posts])}--></span><!--{/if}-->
  25.        </td>
  26.        <td class="fl_by">
  27.         <div>
  28.         <!--{if $forum['permission'] == 1}-->
  29.          {lang private_forum}
  30.         <!--{else}-->
  31.          <!--{if $forum['redirect']}-->
  32.           <a href="$forumurl" class="xi2">{lang url_link}</a>
  33.          <!--{elseif is_array($forum['lastpost'])}-->
  34.           <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($forum[lastpost][subject], 30)}--></a> <cite>$forum[lastpost][dateline] <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></cite>
  35.          <!--{else}-->
  36.           {lang never}
  37.          <!--{/if}-->
  38.         <!--{/if}-->
  39.         </div>
  40.        </td>
  41.       </tr>
  42.       <tr class="fl_row">
  43.       <!--{/if}-->
  44.       <!--{/loop}-->
  45.       $cat['endrows']
  46.       </tr>
  47.      </table>
  48.     </div>
  49.    </div>
  50.    <!--{ad/intercat/bm a_c/$cat[fid]}-->
  51.   <!--{/loop}-->
  52.   </div>

  53. <!--{subtemplate common/footer}-->
复制代码
上面这些代码在DISCUZ.HTM里调用到论坛首页是可以显示出版块名称。版块图标。版块介绍的。可我把这句话到forumdisplay.htm或者forumdisplay_list.htm就显示不出内容出来。大家帮忙看下。要修改什么地方!能让帖子列表页也能显示出来!
回复

使用道具 举报

zsmynl 发表于 2012-12-2 16:59:49 | 显示全部楼层
diy调用版块。
回复

使用道具 举报

4535 发表于 2012-12-2 17:32:42 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

子夜的雪 发表于 2016-5-27 08:41:59 | 显示全部楼层
请问如何DIY 呀,
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-15 13:48 , Processed in 0.027413 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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