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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

新人.做的4格(论坛图片+最新帖子+最新回复+音乐播放器)

[复制链接]
sundaybbf 发表于 2007-12-17 08:03:40 | 显示全部楼层 |阅读模式
昨天看资料看累了..然后搞了这个,不知道有没有人要.不好看别骂偶..偶刚刚开始起步学习

来个大家分享一下

演示图 :



曾经有人发布过这个播放器.https://discuz.dismall.com/thread-807002-1-1.html

大家可以在这里:http://www.eingzone.com申请一个播放器.免费的...申请成功后可以获得播放器的代码.

然后把代码插入到 : discuz.htm里面.  我的还是用首页6格改编成的

下面是我把播放器的代码插入的位置 :
  1. <!-- 首页六格代码开始 -->
  2. <div class="mainbox forumlist" style="padding:0;">
  3.         <table width="100%" cellpadding="0" cellspacing="0">
  4.                 <thead class="category">
  5.                 <tr>
  6.                         <td align="center" style="padding:0 1px 0 0"><h3>≡ 论坛图片 ≡</h3></td>
  7.                         <td align="center" style="padding:0"><h3>≡ 最新帖子 ≡</h3></td>
  8.                         <td align="center" style="padding:0 1px 0 1px"><h3>≡ 最新回复 ≡</h3></td>
  9.                         <td width="24%" align="center" style="padding:0 0 0 1px"><h3>≡ Music ≡</h3></td>
  10.                 </tr>
  11.                 </thead>
  12.                 <tr>
  13.                         <td width="27%">
  14.                                 <script type="text/javascript" src="pic.php"></script>                        </td>
  15.                         <td width="24%">
  16.                                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
  17.                                         <tr valign="top">
  18.                                                 <td width="24" style="padding:0;border-top:0px;"><img src="images/list.gif" border="0" /></td>
  19.                                                 <td background="images/listbg.gif" style="line-height:20px;padding:0;border-top:0px;background-repeat: repeat-y" width="100%">
  20.                                                 <!--{loop $new_post_threadlist $nthread}-->
  21.                                                         <!--{if $nthread[replies]}-->
  22.                                                                 <div style="overflow: hidden;height: 20px;width: 100%;"><a href="viewthread.php?tid=$nthread[tid]" $nthread['highlight'] title='最新帖子 {LF}所在论坛: $nthread[forumname]{LF}主题标题: $nthread[subject] {LF}主题作者: $nthread[author]{LF}发表时间: $nthread[date]{LF}浏览次数: $nthread[views] 次 {LF}回复次数: $nthread[replies] 次{LF}最后回复: $nthread[lastreplytime]{LF}{lang lastpost}: $nthread[lastposter]'>$nthread[view_subject]</a></div>
  23.                                         <!--{else}-->
  24.                                                                 <div style="overflow: hidden;height: 20px;width: 100%;"><a href="viewthread.php?tid=$nthread[tid]" $nthread['highlight'] title='最新帖子 {LF}所在论坛: $nthread[forumname]{LF}主题标题: $nthread[subject] {LF}主题作者: $nthread[author]{LF}发表时间: $nthread[date]{LF}浏览次数: $nthread[views] 次 {LF}回复次数: $nthread[replies] 次{LF}最后回复: 暂时没有回复'>$nthread[view_subject]</a></div>
  25.                                                         <!--{/if}-->
  26.                                                 <!--{/loop}-->                                                </td>
  27.                                         </tr>
  28.                   </table>                        </td>
  29.                         <td width="25%">
  30.                                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
  31.                                         <tr valign="top">
  32.                                                 <td width="24" style="padding:0;border-top:0px;"><img src="images/list.gif" border="0" /></td>
  33.                                                 <td background="images/listbg.gif" style="line-height:20px;padding:0;border-top:0px;background-repeat: repeat-y" width="100%">
  34.                                                 <!--{loop $new_reply_threadlist $rthread}-->
  35.                                                         <div style="overflow: hidden;height: 20px;width: 100%;"><a href="viewthread.php?tid=$rthread[tid]" $rthread['highlight'] title='最新回复 {LF}所在论坛: $rthread[forumname]{LF}主题标题: $rthread[subject]{LF}主题作者: $rthread[author]{LF}发表时间: $rthread[date]{LF}浏览次数: $rthread[views] 次{LF}回复次数: $rthread[replies] 次{LF}最后回复: $rthread[lastreplytime]{LF}{lang lastpost}: $rthread[lastposter]'>$rthread[view_subject]</a></div>
  36.                                                 <!--{/loop}-->                                                </td>
  37.                                         </tr>
  38.                   </table>                        </td>
  39.                   <td colspan="3">
  40.                           <table border="0" cellpadding="0" cellspacing="0" width="100%">
  41.                                   <tr valign="top">                                  </tr>
  42.                   </table>【这里开始是插入播放器的代码<div style='width:220px;padding:0; margin:0; text-align: center'><embed type='application/x-shockwave-flash' src='http://www.eingzone.com/services/emp/player/v01.swf?user=sundaybbs' quality='autohigh' wmode='transparent' width='227' height='210'></embed>到这里结束播放器代码】
  43.                   <div style='text-align:center; font-size:12px'><a href='http://www.eingzone.com' target='_blank'><img style='border:0' src='http://www.eingzone.com/images/apply_code.gif' alt='eingzone.com' /></a></div></div></td>
  44.             </tr>
  45.         </table>
  46. </div>
  47. <!-- 首页六格代码结束 -->
复制代码
这是我修改好的.大家喜欢的就拿去吧..




[ 本帖最后由 sundaybbf 于 2007-12-17 12:59 编辑 ]

本帖子中包含更多资源

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

x
 楼主| sundaybbf 发表于 2007-12-17 08:09:46 | 显示全部楼层
晕.偶忘记把<!-- 首页六格代码结束 -->改掉了 放心.没错误的..绝对OK,如过有问题.请在这里留言...

如果安装成功的.把你的地址发出来让大家看看

偶菜鸟的水平暂时就这么多了..继续努力中....
回复

使用道具 举报

 楼主| sundaybbf 发表于 2007-12-17 08:54:28 | 显示全部楼层
没人要............自己顶.....
回复

使用道具 举报

chenzexiongai 发表于 2007-12-17 08:55:23 | 显示全部楼层
回复

使用道具 举报

 楼主| sundaybbf 发表于 2007-12-17 09:13:19 | 显示全部楼层
回复

使用道具 举报

njjackiee 发表于 2007-12-17 09:16:00 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

 楼主| sundaybbf 发表于 2007-12-17 09:16:42 | 显示全部楼层
回复

使用道具 举报

maikongjian14 发表于 2007-12-17 09:23:32 | 显示全部楼层
做得不错.

    帮忙顶个....
回复

使用道具 举报

kukll 发表于 2007-12-17 10:34:11 | 显示全部楼层
喜欢已经换了~~~,
http://bbs.tw0511.cn
回复

使用道具 举报

eqmz 发表于 2007-12-17 10:37:28 | 显示全部楼层
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-17 09:32 , Processed in 0.035377 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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