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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

个人认为很漂亮的首页横排美化,免费提供,不可错过

[复制链接]
不可说 发表于 2009-5-25 20:38:36 | 显示全部楼层 |阅读模式
UCHome插件
语言编码: GBK简体 UTF8简体 
插件名称: 横排美化
插件作者: 未知
适用版本:
本帖最后由 不可说 于 2009-6-18 21:48 编辑



演示地址 www.yzsh0514.com
安装方法:
懒人和不会修改的人直接下载附件覆盖,会手工修改的也需要将附件内的图片上传到相应文件夹
discuz技术1号交流群:75534870(已满)
discuz技术2号交流群:81305087
discuz技术3号交流群:47971177群共享内大量风格模板和插件免费下载

修改代码:
在templates/default/discuz.htm找到
  1. <th width="$cat[forumcolwidth]"{$forum[folder]}>
  2. <h2><a href="forumdisplay.php?fid=$forum[fid]" {if $forum[redirect]}target="_blank"{/if}>$forum[name]</a><!--{if $forum[todayposts]}--><em> ({lang index_today}: <strong>$forum[todayposts]</strong>)</em><!--{/if}--></h2>
  3. <!--{if !$forum[redirect]}-->
  4. <p>{lang forum_threads}: $forum[threads], {lang forum_posts}: $forum[posts]</p>
  5. <!--{if $forum['permission'] == 1}-->
  6. <p>{lang private_forum}
  7. <!--{else}-->
  8. <p>{lang forum_lastpost}:
  9. <!--{if is_array($forum['lastpost'])}-->
  10. <a href="redirect.php?tid=$forum[lastpost][tid]goto=lastpost#lastpost" title="{echo cutstr($forum[lastpost][subject], 30)} {lang forum_lastpost_by} {if $forum['lastpost']['author']}$forum['lastpost']['authorusername']{else}{lang anonymous}{/if} ">$forum[lastpost][dateline]</a>
  11. <!--{else}-->
  12. {lang never}
  13. <!--{/if}-->
  14. </p>
  15. <!--{/if}-->
  16. <!--{else}-->
  17. <p>{lang url_link}</p>
  18. <!--{/if}-->
  19. </th>
复制代码
替换为:
  1. <td width="$cat[forumcolwidth]"{$forum[folder]}>
  2. $forum[icon]
  3. <b><a href="forumdisplay.php?fid=$forum[fid]" {if $forum[redirect]}target="_blank"{/if}>$forum[name]</a></b> | <span style="font-size: 10px;">Today: <span style="color: #FF99CC;"><!--{if $forum[todayposts]}-->$forum[todayposts] <img src="{IMGDIR}/new.gif" align="absmiddle"><!--{else}-->0<!--{/if}--></span> Post: <span style="color: #00CCFF;"><!--{if $forum['redirect']}-->0<!--{else}-->$forum[threads]<!--{/if}--></span> Reply: <span style="color: #9CE112;"><!--{if $forum['redirect']}-->0<!--{else}-->$forum[posts]<!--{/if}--></span></span>
  4. <!--{if $forum[description]}--><p>$forum[description]</p><!--{/if}-->
  5. <!--{if $forum['subforums']}--><p>{lang forum_subforums}: $forum['subforums']</p><!--{/if}-->
  6. <!--{if $forum['permission'] == 1}-->
  7. <p>{lang private_forum}</a>
  8. <!--{else}-->
  9. <!--{if $forum['redirect']}-->
  10. <p><a href="forumdisplay.php?fid=$forum[fid]">{lang url_link}</a></p>
  11. <!--{elseif is_array($forum['lastpost'])}-->
  12. <p><a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{echo cutstr($forum[lastpost][subject], 26)}</a> <cite>- $forum[lastpost][dateline]</cite></p>
  13. <!--{else}-->
  14. <p>{lang never}</a>
  15. <!--{/if}-->
  16. <!--{/if}-->
  17. </td>
复制代码
附件下载:


更多下载:http://www.yzsh0514.com/bbs/forum-20-1.html

本帖子中包含更多资源

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

x
caloriemika 发表于 2009-5-25 21:16:16 | 显示全部楼层
沙发~~~来支持一下
回复

使用道具 举报

 楼主| 不可说 发表于 2009-5-26 01:58:03 | 显示全部楼层
自己顶一下啊。.............
回复

使用道具 举报

arnol 发表于 2009-5-26 08:01:46 | 显示全部楼层
友情帮顶
回复

使用道具 举报

easer 发表于 2009-5-26 08:31:43 | 显示全部楼层
这是dz插件?还是uch?
回复

使用道具 举报

 楼主| 不可说 发表于 2009-5-27 10:26:11 | 显示全部楼层
支持一下..........
回复

使用道具 举报

haihaigo 发表于 2009-5-28 01:00:29 | 显示全部楼层
指定的主题不存在或已被删除或正在被审核,请返回。

[ 点击这里返回上一页 ]
----------------------------------我把代码复过去,小修改了一下,怎么显示这样的错误的?
<a href="redirect.php?tid=$forum[lastpost][tid]goto=lastpost#lastpost">{echo cutstr($forum[lastpost][subject], 26)}</a>
-----------------------------------------
回复

使用道具 举报

haihaigo 发表于 2009-5-28 01:12:08 | 显示全部楼层
还有楼主的首页那个有flash一排是怎么弄的?好漂亮
回复

使用道具 举报

haihaigo 发表于 2009-5-28 01:24:12 | 显示全部楼层
楼主真粗心,你的代码掉了个"&",让我好找的,倒数第八行,GOTO前...
回复

使用道具 举报

 楼主| 不可说 发表于 2009-5-29 22:21:11 | 显示全部楼层
还真没注意啊
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-17 20:45 , Processed in 0.036158 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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