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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

首页点歌台(完美版)

[复制链接]
bushigou 发表于 2005-11-27 05:20:50 | 显示全部楼层 |阅读模式
昨天几个朋友向我询问这个差件,在整理区找了几个都是没有美化框,或需要另上传摸版文件的,就自己改了一下,结果做出来效果还不错,在3个坛子都已安装成功.现发出来共产一下哈

适用版本:2.5F SP1    d4

修改文件: index.php

修改模板: index.htm

难度:         非常简易

需要安装插件:社区俱乐部2.1(2.0也应该行)

演示:http://bgcbbs.com

打开index.php

找到


if(empty($gid)) {

在前面添加


CODE:[Copy to clipboard]/* 点歌台For D25 */

$songlist = '';
$song = array();
$query = $db->query("SELECT * FROM cdb_clubsong ORDER BY stime DESC LIMIT 0, 10");
        while($song = $db->fetch_array($query)) {
           $songlists .= "<a href=\"####\" onclick=\"javascript:window.open('plugins.php?p=club&index=hearsong&songid=$song[sgid]','','width=450,height=500,scrollbars=yes')\"><font color=blue><b>".$song[username]."</font></b> 为 <font color=red><b>".$song[touser]."</b></font> 送上一首 《".$song[songname]."》 </a>&nbsp;&nbsp;&nbsp;&nbsp;";
        }

/* 点歌台For D25 */

打开index.htm

找到


<!--{if !empty($newpmexists)}-->


在前面加入

<!--{if empty($gid)}-->
        <table cellspacing="1" cellpadding="4" width="99%" align="center" class="tableborder">
<tr><td class="header">
<table cellspacing="0" cellpadding="0" border="0" width="99%" align="center">
<tr class="smalltxt"><td style="color: #FFFFFF" class="bold"><a href="plugins.php?p=club&index=song">≡ 点歌台≡</a></td>
</a></td></tr></table>

<tr bgcolor="{ALTBG2}" align="center">
        <td colspan="3" align="center">
        <!--{if empty($announcements)}-->
                {lang index_noannouncement}
        <!--{else}-->
                <marquee scrollamount="1" scrolldelay="20" direction= "up" width="100%" id="helpor_net" height="30" onmouseover="helpor_net.stop()" onmouseout="helpor_net.start()" Author:redriver; For more,visit:www.helpor.net>
                $hearsong
                </marquee>

        <!--{/if}-->
        </td></tr></table>

       <!--{/if}-->


备注:    调整信息滚动速度数值为:         scrolldelay="20"

           调整信息栏大小的数值为:         height="30"

[ 本帖最后由 bushigou 于 2005-11-29 10:29 编辑 ]

评分

1

查看全部评分

tomsina 发表于 2005-11-27 05:25:31 | 显示全部楼层
沙发
回复

使用道具 举报

孤情一刀 发表于 2005-11-27 07:32:55 | 显示全部楼层
支持!!!!!
回复

使用道具 举报

wildwild 发表于 2005-11-29 03:10:04 | 显示全部楼层
index.php在那里?
回复

使用道具 举报

 楼主| bushigou 发表于 2005-11-29 07:24:23 | 显示全部楼层
在论坛根目录
回复

使用道具 举报

freddy 发表于 2005-11-29 09:25:25 | 显示全部楼层
严重支持!谢谢共享!
回复

使用道具 举报

lins2005 发表于 2005-11-29 10:13:19 | 显示全部楼层
不知道有没有D3的呢
回复

使用道具 举报

 楼主| bushigou 发表于 2005-11-29 10:26:27 | 显示全部楼层
在D4可以,D3没试验过.......
回复

使用道具 举报

freddy 发表于 2005-11-29 10:33:55 | 显示全部楼层
不过有一点很讨厌!就是要装社区俱乐部!我现在在想办法把它独立开来!
回复

使用道具 举报

317406080 发表于 2005-11-29 11:25:00 | 显示全部楼层
有3.0的吗???
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-27 14:03 , Processed in 0.117555 second(s), 19 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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