代碼: 選擇全部
########################################################
## Mod Title: ?#93;馬燈公告-?#91;框小修改add-on
## Mod Version: 1.0
## Mod Date: 2005 9月 25日
##
## By: chsa < air6770luck@hotmail.com >、w2812451 < w2812451@yahoo.com.tw >
##
## Description:
## 可以讓?#93;馬燈公告有?#91;框,並去除[1]和將
## 圖示刪除,節省空間~小修改 ! XD
#
## Installation Level: 超簡單
## Installation Time: 0.5 分鐘不到 ^^"
## Files To Edit: 1
## Included Files: 無
########################################################
## Author Notes:
## 由於這是?#93;馬燈公告的add-on,所以請先安裝http://phpbb- tw.net/phpbb/viewtopic.php?t=30652,在做此Add-on。
########################################################
#-----[ OPEN ]------------------------------------------
#
代碼: 選擇全部
index.php
#-----[ FIND ]------------------------------------------
#
代碼: 選擇全部
$marque .= "<span class=\"genmed\"><b><a href=\"$a_url\">[$i]$a_name</a></b>       </span>";
#-----[ REPLACE ]------------------------------------------
#
代碼: 選擇全部
$marque .= "<span class=\"genmed\"><a href=\"$a_url\">$a_name</a>       </span>";
#-----[ OPEN ]------------------------------------------
#
代碼: 選擇全部
templates\subSilver\index_body.tpl
#-----[ FIND ]------------------------------------------
#
代碼: 選擇全部
<br><img src="images/announce.gif"><marquee scrollamount=3 scrolldelay=75 width="50%" onmouseover=this.stop(); onmouseout=this.start();>{ANNOUNCEMENT}</marquee>
#-----[ REPLACE ]------------------------------------------
#
# 站務公告可以修改成您要的名稱。
代碼: 選擇全部
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">站務公告</th>
</tr>
<td class="row1" align="center" valign="middle" height="25"><marquee scrollamount="3" scrolldelay="75" width="100%" onmouseover="this.stop();" onmouseout="this.start();">{ANNOUNCEMENT}</marquee></td>
</table>
#-----[ ALL SAVE & X ]------------------------------------------
#
# EoM