论坛风格切换
  • 4463阅读
  • 2回复

[功能优化与改进]首页多格实现自由管理化 [复制链接]

上一主题 下一主题
离线师师
 

发帖
189
金币
0
威望
52
只看楼主 倒序阅读 使用道具 楼主  发表于: 2011-12-13
首页多格实现自由管理化

优化前




优化后





将下面的程序包覆盖到对应文件夹  html\portal

GBK下载   bbsindex_gbk.rar (3 K) 下载次数:164

UTF-8下载 bbsindex_utf8.rar (3 K) 下载次数:90

并可以随意变化成首页N格,如我们想实现首页6格,(也就是我们想在原来的基础上再多添加一项)修改方法如下:


(1)首先打开  :html\portal\bbsindex\main.htm
找见
  1. <td width="20%"><h4 class="tac h">=热门主题=</h4></td>

下面添加一列
  1. <td width="20%"><h4 class="tac h">=精华主题=</h4></td>

* 注意
   width="20%" 要根据自己拆分成多少列来决定的,(我们现在是6列,那么每个应该是13%)


(2)找见
  1. <td valign="top"><pw id="热门主题@论坛首页" /></td>
下面添加
  1. <td valign="top"><pw id="精华主题@论坛首页" /></td>

修改好后的代码如图






(3)我们再打开html\portal\bbsindex\config.htm
找见
  1. <pw id="热门主题@论坛首页" />
  2. <table width="100%">
  3.   <tr>
  4.      <td width="24"  valign="top"><img border="0" src="images/list.gif" width="22" height="220" align="absbottom"></td>
  5. <td valign="top">
  6. <ul class="cc" style="index1">
  7. <list num="10" action="subject" cachetime="1800" ifpushonly="0" title="帖子列表1" />
  8.     <loop>
  9. <li style="height:22px;width:100%;overflow:hidden;display:block;line-height:22px;background:url(images/listbg.gif) no-repeat -1px bottom;"><a href="{url}" target="_blank">{title,30}</a></li>
  10. </loop>
  11. </ul>
  12. </td>
  13.     </tr>
  14. </table>

下面添加

  1. <pw id="精华主题@论坛首页" />
  2. <table width="100%">
  3.   <tr>
  4.      <td width="24"  valign="top"><img border="0" src="images/list.gif" width="22" height="220" align="absbottom"></td>
  5. <td valign="top">
  6. <ul class="cc" style="index1">
  7. <list num="10" action="subject" cachetime="1800" ifpushonly="0" title="帖子列表1" />
  8.     <loop>
  9. <li style="height:22px;width:100%;overflow:hidden;display:block;line-height:22px;background:url(images/listbg.gif) no-repeat -1px bottom;"><a href="{url}" target="_blank">{title,30}</a></li>
  10. </loop>
  11. </ul>
  12. </td>
  13.     </tr>
  14. </table>

(4),再找见

  1. <pw id="热门主题@论坛首页" />
  2. 热门主题


下面添加
  1. <pw id="精华主题@论坛首页" />
  2. 精华主题



添加后的效果为







整个实现的过程很简单吧,

使用中有有什么问题请留言,我会及时帮大家解答的





2条评分金币+15
云天河 金币 +5 发到官方插件区哈。 2011-12-14
rickyleo 金币 +10 给你个好评哦亲~ 2011-12-13
离线rickyleo

发帖
315
金币
0
威望
99
只看该作者 沙发  发表于: 2011-12-13
给你个好评哦亲~
离线太史慈

发帖
766
金币
626
威望
556
只看该作者 板凳  发表于: 2011-12-14
发到官方插件区哈。
快速回复
限100 字节
如果您在写长篇帖子又不马上发表,建议存为草稿
 
提到某人:
选择好友
上一个 下一个