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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

谁能告诉我哪些模版文件关联到子版块的啊?

[复制链接]
sdpla 发表于 2008-5-6 14:13:47 | 显示全部楼层 |阅读模式
如题,除了首页discuz.htm外,还有哪几个htm文件关联到子版块的?先谢谢了~~
于安 发表于 2008-5-6 14:30:37 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

 楼主| sdpla 发表于 2008-5-6 14:39:34 | 显示全部楼层
哦~这就去看看撒~谢谢了啊
回复

使用道具 举报

 楼主| sdpla 发表于 2008-5-6 14:45:21 | 显示全部楼层
怎么没看到呀????
  1. <?php

  2. /*
  3.         [Discuz!] (C)2001-2007 Comsenz Inc.
  4.         This is NOT a freeware, use is subject to license terms

  5.         $Id: forumdisplay.php 12959 2008-03-19 07:22:07Z cnteacher $
  6. */

  7. define('CURSCRIPT', 'forumdisplay');

  8. require_once './include/common.inc.php';
  9. require_once DISCUZ_ROOT.'./include/forum.func.php';

  10. $discuz_action = 2;

  11. if($forum['redirect']) {
  12.         dheader("Location: $forum[redirect]");
  13. } elseif($forum['type'] == 'group') {
  14.         dheader("Location: {$indexname}?gid=$fid");
  15. } elseif(empty($forum['fid'])) {
  16.         showmessage('forum_nonexistence', NULL, 'HALTED');
  17. }

  18. $showoldetails = isset($showoldetails) ? $showoldetails : '';
  19. switch($showoldetails) {
  20.         case 'no': dsetcookie('onlineforum', 0, 86400 * 365); break;
  21.         case 'yes': dsetcookie('onlineforum', 1, 86400 * 365); break;
  22. }
复制代码
回复

使用道具 举报

 楼主| sdpla 发表于 2008-5-6 14:56:46 | 显示全部楼层
我找到了,是在forumdisplay_subforum.htm文件里,可是把这个文件里的显示子论坛发帖数和回复数的{lang forum_threads} : $sub[threads], {lang forum_posts} :  $sub[posts]放到首页模版discuz.htm里无法显示不起作用,有什么办法吗?
我知道一定要在index.php里写点什么,可不知道要写什么?于安能告诉我吗?谢谢了~~
回复

使用道具 举报

官方总站长 发表于 2011-11-29 17:00:23 | 显示全部楼层
不明白什么意思哦
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 12:32 , Processed in 0.036901 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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