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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[插件] 论坛首页分版最简单实现方法

[复制链接]
童虎 发表于 2005-12-12 04:06:32 | 显示全部楼层 |阅读模式
最近有不少人www.55bbs.com那种首页分版是怎么实现的,其实实现方法很简单,只要简单对index.php做简单修改就可以实现,方法如下

打开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";
复制代码


其中

  1. $id='15,16,17,18';
复制代码

中的数字可以改成你要显示的板块的fid,这个数字你可以根据你的需要改变,数字之间用,隔开。

这些都做完后,把index.php另存为你需要的分区名称,例如sh.php然后用户访问sh.php就可以看到相应的分区了,如果想做成和www.55bbs.com一致的话,只要在模板里面添加相应的代码就可以了。

小技巧:如果你是最新的RCFINAL版本,相应的链接代码可以加在首页的广告代码中,很方便的实现首页分版的功能

本帖子中包含更多资源

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

x
fazai168 发表于 2005-12-12 04:16:37 | 显示全部楼层
这个功能不错 准备用
回复

使用道具 举报

karl907 发表于 2005-12-12 04:26:17 | 显示全部楼层
免費D4插件...稱下場面...支持下!!
回复

使用道具 举报

Trangerinfo 发表于 2005-12-12 04:49:33 | 显示全部楼层
这个支持~~很实用的功能~~
回复

使用道具 举报

eghawk 发表于 2005-12-12 06:07:06 | 显示全部楼层
很实用的,谢谢
回复

使用道具 举报

5025488.net 发表于 2005-12-12 08:28:10 | 显示全部楼层
用不上
回复

使用道具 举报

317406080 发表于 2005-12-12 08:59:59 | 显示全部楼层
童虎大哥还真快啊,插件都上来了
回复

使用道具 举报

紫云杉 发表于 2005-12-12 09:05:39 | 显示全部楼层
支持
回复

使用道具 举报

wsry 发表于 2005-12-12 09:07:25 | 显示全部楼层
谢谢还不错支持你了
回复

使用道具 举报

fjch1986 发表于 2005-12-12 09:08:27 | 显示全部楼层
支持童虎哥哥!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-21 19:58 , Processed in 0.023291 second(s), 2 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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