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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[美化] 论坛首页分版最简单实现方法 For 4.1 原创:童虎 阿贱修改。

[复制链接]
yznhysf 发表于 2006-4-15 15:55:04 | 显示全部楼层 |阅读模式
:)改自童虎老师的论坛首页分版最简单实现方法 原贴地址:

https://discuz.dismall.com/viewth ... ght=%2B%CD%AF%BB%A2

方法一样,小弟只是给默认模板做了几个图,可以直接用4.1的广告放在头部。

个人感觉,这样的模式比较适合版块较多的论坛,作为分开浏览,速度要快一些。

PS:纯属个人娱乐,版权爱谁谁。西西。

修改方法:

打开index.php找到

  1. $sql = !empty($accessmasks)?
  2.            "SELECT f.fid, f.fup, f.type, f.name, f.threads, f.posts, f.todayposts, f.lastpost, f.inheritedmod, ff.description, ff.moderators, ff.icon, ff.viewperm, a.allowview FROM {$tablepre}forums f
  3.             LEFT JOIN {$tablepre}forumfields ff ON ff.fid=f.fid
  4.             LEFT JOIN {$tablepre}access a ON a.uid='$discuz_uid' AND a.fid=f.fid
  5.             WHERE f.status='1' ORDER BY f.type, f.displayorder"
  6.          : "SELECT f.fid, f.fup, f.type, f.name, f.threads, f.posts, f.todayposts, f.lastpost, f.inheritedmod, ff.description, ff.moderators, ff.icon, ff.viewperm FROM {$tablepre}forums f
  7.             LEFT JOIN {$tablepre}forumfields ff USING(fid)
  8.             WHERE f.status='1' ORDER BY f.type, f.displayorder";
复制代码


改成

  1. $id='15,16,17,18';

  2. $sql = !empty($accessmasks)?
  3.          "SELECT f.fid, f.fup, f.type, f.name, f.threads, f.posts, f.todayposts, f.lastpost, f.inheritedmod, ff.description, ff.moderators, ff.icon, ff.viewperm, a.allowview FROM {$tablepre}forums f
  4.           LEFT JOIN {$tablepre}forumfields ff ON ff.fid=f.fid
  5.           LEFT JOIN {$tablepre}access a ON a.uid='$discuz_uid' AND a.fid=f.fid
  6.           WHERE f.status='1' AND f.fid IN ($id) ORDER BY f.type, f.displayorder"
  7.          : "SELECT f.fid, f.fup, f.type, f.name, f.threads, f.posts, f.todayposts, f.lastpost, f.inheritedmod, ff.description, ff.moderators, ff.icon, ff.viewperm FROM {$tablepre}forums f
  8.           LEFT JOIN {$tablepre}forumfields ff USING(fid)
  9.           WHERE f.status='1' AND f.fid IN ($id) ORDER BY f.type, f.displayorder";
复制代码


其中$id='15,16,17,18';中的数字可以改成你要显示的板块的fid,这个数字你可以根据你的需要改变,数字之间用,隔开。

这些都做完后,把index.php另存为你需要的分区名称,例如test.php然后用户访问test.php就可以看到相应的分区了。

演示地址:http://bbstest.1001year.net  无AD意思,怀疑的可以直接看附件图片。难道太小了?

[ 本帖最后由 yznhysf 于 2006-4-15 17:17 编辑 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

评分

2

查看全部评分

 楼主| yznhysf 发表于 2006-4-15 15:57:09 | 显示全部楼层
背景图片可以直接在背景层用PS的喷桶修改颜色,改成适合你模板的颜色。
回复

使用道具 举报

 楼主| yznhysf 发表于 2006-4-15 16:00:33 | 显示全部楼层
纯属娱乐,哈哈!
回复

使用道具 举报

zjh 发表于 2006-4-15 16:03:23 | 显示全部楼层
哦。。
回复

使用道具 举报

kisslbz 发表于 2006-4-15 16:07:18 | 显示全部楼层
好位置啊
回复

使用道具 举报

聿歆 发表于 2006-4-15 16:08:15 | 显示全部楼层
有什么用啊?
回复

使用道具 举报

 楼主| yznhysf 发表于 2006-4-15 16:10:47 | 显示全部楼层
个人感觉,这样的模式比较适合版块较多的论坛,作为分开浏览,速度要快一些。
回复

使用道具 举报

yinet 发表于 2006-4-15 17:10:43 | 显示全部楼层
演示
回复

使用道具 举报

lxz588 发表于 2006-4-15 17:13:42 | 显示全部楼层
个人显得靠顶上要好看些。
回复

使用道具 举报

 楼主| yznhysf 发表于 2006-4-15 17:18:33 | 显示全部楼层
回8,演示地址在上面。
回9,个人爱好不同,呵呵。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-16 02:17 , Processed in 0.065364 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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