昨天几个朋友向我询问这个差件,在整理区找了几个都是没有美化框,或需要另上传摸版文件的,就自己改了一下,结果做出来效果还不错,在3个坛子都已安装成功.现发出来共产一下哈
适用版本:2.5F SP1 d4
修改文件: index.php
修改模板: index.htm
难度: 非常简易
需要安装插件:社区俱乐部2.1(2.0也应该行)
演示:http://bgcbbs.com
打开index.php
找到
在前面添加
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> ";
}
/* 点歌台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 编辑 ] |