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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

x-space的首页模板

[复制链接]
karl907 发表于 2006-4-27 07:59:15 | 显示全部楼层
厉害!
回复

使用道具 举报

 楼主| herryli 发表于 2006-4-27 12:28:40 | 显示全部楼层
首页模板已经基本改完了,不过速度实在是有些差强人意,这几天准备优化一下。

想请教各位大大,贴图中这部分的模块代码应该怎么写才好?

具体思路就是:从所有的日志分类中取几个分类,然后在分类中取出最新的几篇日志。

这是我新建的一个模块,用来实现分类名的提取以及分类内最新日志的提取。哪位帮我看看,应该怎么优化会比较好。


  1. <?exit?>
  2. <!--{loop $iarr $value}-->
  3.                         <table width="97%" border="0" cellspacing="0" cellpadding="0" align="center">
  4.                            <tr>
  5.                                   <td bgcolor="#F3F3F3" width="91%" height="21">&nbsp;&nbsp;
  6.                                         <a href="$value[url]"><SPAN>$value[name]</SPAN></a>
  7.                                   </td>
  8.                                   <td bgcolor="#EEEEEE" width="9%">
  9.                                   <a href="#action/category/catid/$value[catid]#" class="more">more
  10.                                   </td>
  11.                            </tr>
  12.                         </table>


  13.             <table width="97%" border="0" cellspacing="0" cellpadding="0" align="center">
  14.               <tr>
  15.                 <td height="79" width="14%"><img src="images/blog_060419_023.gif" width="64" height="61"></td>
  16.                 <td height="79" width="2%"><img src="images/blog_060419_024.gif" width="9" height="52"></td>
  17.                 <td height="79" width="39%">
  18.                   <table width="100%" border="0" cellspacing="0" cellpadding="0" height="22" background="images/blog_060419_025.gif">
  19.                                         <ul>
  20.                                         {eval $ctime=900+5*$ckey;}
  21.                                         <!--BLOG最新列表 begin--><!--{block name="spaceblog" parameter="catid/$value[catid]/showspacename/1/order/i.dateline DESC/limit/0,3/cachetime/$ctime/subjectlen/28/tpl/item_subject_spacename"}--><!--BLOG最新列表 end-->
  22.                                         </ul>
  23.                                   </table>
  24.                 </td>
  25.                 <td height="79" width="2%"><img src="images/blog_060419_026.gif" width="9" height="52"></td>
  26.                 <td height="79" width="43%">
  27.                   <table width="100%" border="0" cellspacing="0" cellpadding="0" height="22" background="images/blog_060419_025.gif">

  28.                                     {eval $ctime=900+5*$ckey;}
  29.                                         <!--BLOG最新列表 begin--><!--{block name="spaceblog" parameter="catid/$value[catid]/showspacename/1/order/i.dateline ASC/limit/4,6/cachetime/$ctime/subjectlen/28/tpl/item_subject_spacename"}--><!--BLOG最新列表 end-->

  30.                           </table>
  31.                 </td>
  32.               </tr>
  33.             </table>
  34. <!--{/loop}-->
复制代码
cate.gif
回复

使用道具 举报

iloul 发表于 2006-4-27 13:29:49 | 显示全部楼层
可以这么调用。到时候开缓存即可
如果要实现2行分开,可以用css
参考blog_category.html.php

[ 本帖最后由 iloul 于 2006-4-27 13:31 编辑 ]
回复

使用道具 举报

 楼主| herryli 发表于 2006-4-27 13:57:13 | 显示全部楼层
谢谢先!

我刚才整理了一下数据库之后,速度快好多了,目前DISCUZ+MYSPACE已经有3.6个G的数据量了,删都来不及,恐怖。。。

试着看了一下blog_category.html.php,还是不太明白因为对DIV+CSS的布局不太精通,所以希望能够指点一下。


  1. <table width="97%" border="0" cellspacing="0" cellpadding="0" align="center">
  2.    <tr>
  3.      <td height="79" width="14%"><img src="images/blog_060419_023.gif" width="64" height="61"></td>
  4.      <td height="79" width="2%"><img src="images/blog_060419_024.gif" width="9" height="52"></td>
  5.      <td height="79" width="39%">
  6.         <table width="100%" border="0" cellspacing="0" cellpadding="0" height="22" background="images/blog_060419_025.gif">
  7.                         <!--BLOG最新列表 begin-->
  8.                         <tr><td height="22"><a href="http://www.19floor.net/blog?action/viewspace/itemid/8.html" target="_blank"><span>阅读中国:好人丛飞去世</span></a>&nbsp;<cite><a href="http://www.19floor.net/blog?uid/2787.html" target="_blank"><span>呼吸</span></a></cite></td></tr>
  9.                         <tr><td height="22"><a href="http://www.19floor.net/blog?action/viewspace/itemid/4.html" target="_blank"><span>35445454</span></a>&nbsp;<cite><a href="http://www.19floor.net/blog?uid/63.html" target="_blank"><span>健在</span></a></cite></td></tr>
  10.                         <tr><td height="22"><a href="http://www.19floor.net/blog?action/viewspace/itemid/2.html" target="_blank"><span>WEB2.0:世俗社会的花腔高音</span></a>&nbsp;<cite><a href="http://www.19floor.net/blog?uid/63.html" target="_blank"><span>健在</span></a></cite></td></tr>
  11.                         <!--BLOG最新列表 end-->
  12.                 </table>
  13.      </td>
  14.      <td height="79" width="2%"><img src="images/blog_060419_026.gif" width="9" height="52"></td>
  15.      <td height="79" width="43%">
  16.                  <table width="100%" border="0" cellspacing="0" cellpadding="0" height="22" background="images/blog_060419_025.gif">
  17.              <!--BLOG最新列表 begin--><!--BLOG最新列表 end-->
  18.                         <tr><td height="22"><a href="http://www.19floor.net/blog?action/viewspace/itemid/8.html" target="_blank"><span>阅读中国:好人丛飞去世</span></a>&nbsp;<cite><a href="http://www.19floor.net/blog?uid/2787.html" target="_blank"><span>呼吸</span></a></cite></td></tr>
  19.                         <tr><td height="22"><a href="http://www.19floor.net/blog?action/viewspace/itemid/4.html" target="_blank"><span>35445454</span></a>&nbsp;<cite><a href="http://www.19floor.net/blog?uid/63.html" target="_blank"><span>健在</span></a></cite></td></tr>
  20.                         <tr><td height="22"><a href="http://www.19floor.net/blog?action/viewspace/itemid/2.html" target="_blank"><span>WEB2.0:世俗社会的花腔高音</span></a>&nbsp;<cite><a href="http://www.19floor.net/blog?uid/63.html" target="_blank"><span>健在</span></a></cite></td></tr>
  21.                         <!--BLOG最新列表 end-->
  22.                  </table>
  23.      </td>
  24.    </tr>
  25. </table>
复制代码

这样的代码,用div+css实现左右分栏应该怎么写

[ 本帖最后由 herryli 于 2006-4-27 14:56 编辑 ]
回复

使用道具 举报

kafeiwang 发表于 2006-4-27 17:09:42 | 显示全部楼层
先支持一下,等你分享的时候告诉我呵呵
回复

使用道具 举报

弋翔网络yxdns 发表于 2006-4-27 17:43:47 | 显示全部楼层
支持楼主
回复

使用道具 举报

qianmeng 发表于 2006-4-27 17:51:19 | 显示全部楼层
真漂亮,加油
回复

使用道具 举报

cosmo 发表于 2006-4-28 01:22:50 | 显示全部楼层
支持楼主!!
回复

使用道具 举报

lye97 发表于 2006-4-28 07:22:16 | 显示全部楼层
加油^_^大家都等着你的首页模板
回复

使用道具 举报

wanas 发表于 2006-4-28 08:31:10 | 显示全部楼层

www.19floor.net/blog

19楼的?我好佩服你啊。我是延安路的,总被你们删贴。:(



[ 本帖最后由 wanas 于 2006-4-28 08:43 编辑 ]
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-15 20:46 , Processed in 0.031139 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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