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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[修改] 手机版首页显示最新贴的方法 For X3 X2.5 X2等

[复制链接]
aitxt 发表于 2013-6-10 00:40:33 | 显示全部楼层 |阅读模式
本帖最后由 aitxt 于 2013-6-10 00:44 编辑

先看演示:http://m.bbyxy.com/

第一步
source/module/forum/forum_index.php
找到
  1. if($_G['setting']['indexhot']['status'] && $_G['cache']['heats']['expiration'] < TIMESTAMP) {
  2.         require_once libfile('function/cache');
  3.         updatecache('heats');
  4. }
复制代码
下面添加
  1. if(defined('IN_MOBILE')) {
  2.                 $sql = "SELECT a.*,b.*,c.* FROM ".DB::table('forum_thread')." a inner join ".DB::table('forum_forum')." b on a.fid=b.fid inner join ".DB::table('forum_post')." c on a.tid=c.tid and c.first=1 where a.displayorder>=0 AND a.fid<>189 AND a.fid<>190 ORDER BY a.tid DESC  LIMIT 0,50";
  3.                 $query = DB::query($sql);
  4.                 $loglist = $loglists = array();
  5.                 while($loglist = DB::fetch($query)){
  6.                         $loglists[] = $loglist;
  7.                 }
  8. }
复制代码
第二步
template/default/mobile/forum/discuz.htm
找到:
  1. <!--{hook/index_top_mobile}-->
复制代码
下面添加
  1. <script>
  2. function showmore(){
  3.         document.getElementById("newthread").style.overflow="";
  4.         document.getElementById("newthread").style.height="";
  5. }
  6. </script>
  7. <style>
  8. .newthread{border-bottom:#EEE 1px solid; padding:2px 0;}
  9. .newthread span{font-size:0.8em; color:#BBB;}
  10. </style>
  11. <div class="bm"><div class="bm_h">最新贴</div></div>
  12. <div id="newthread" style="height:14em; overflow:hidden">
  13. <!--{loop $loglists $loglist}-->
  14.         <div class="newthread">
  15.         <a href="forum.php?mod=viewthread&tid={$loglist['tid']}&mobile=yes">{$loglist['subject']}</a><br/>
  16.         <span>{$loglist['author']} <!--{eval echo date("H:i",$loglist['dateline']);}--> 回复:{$loglist['replies']}</span>
  17.         </div>

  18. <!--{/loop}-->
  19. </div>
  20. <div id="showmore" onclick="showmore()" style="text-align:center; height:2em; line-height:2em;

  21. background:#EEE;">显示更多新帖▼</div>
复制代码
本修改由精神医学网提供

潮宅男女 发表于 2013-6-10 00:46:13 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

1314学习网 发表于 2013-6-10 09:31:57 | 显示全部楼层
前排支持下,不错
回复

使用道具 举报

 楼主| aitxt 发表于 2013-6-10 15:01:38 来自手机 | 显示全部楼层
1314学习网 发表于 2013-6-10 09:31
前排支持下,不错

我新手一枚,有很多问题想请假大侠,看到你写过不少插件都很实用。不知道有无时间赐教?
回复

使用道具 举报

 楼主| aitxt 发表于 2013-6-10 15:02:12 来自手机 | 显示全部楼层
1314学习网 发表于 2013-6-10 09:31
前排支持下,不错

我新手一枚,有很多问题想请假大侠,看到你写过不少插件都很实用。不知道有无时间赐教?
回复

使用道具 举报

伊呀嫣商城 发表于 2013-6-13 10:47:00 | 显示全部楼层
我用手机打开时显示的是PC版
回复

使用道具 举报

可爱的轩轩 发表于 2013-6-13 11:17:49 | 显示全部楼层
楼主手机版用的挺多的
回复

使用道具 举报

 楼主| aitxt 发表于 2013-6-13 15:45:30 | 显示全部楼层
可爱的轩轩 发表于 2013-6-13 11:17
楼主手机版用的挺多的

移动互联网将是制胜关键之一
回复

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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