1 頁 (共 1 頁)

[問題]關於"訊息公告"的外掛

發表於 : 2003-11-10 15:39
sh85216s
請問:有沒有像http://www.amp.idv.tw/phpBB2/的"訊息公告"外掛?
我覺得蠻cool的!

發表於 : 2003-11-10 17:25
StickyKid
那個是GA的公告....你提供的網站有修改過
請參考此篇文章安裝...
http://phpbb-tw.net/phpbb/viewtopic.php ... %A4%BD%A7i

發表於 : 2003-11-10 18:13
sh85216s
多謝您的熱心提供!

Re: [問題]關於"訊息公告"的外掛

發表於 : 2003-11-10 20:52
sh85216s
sh85216s 寫:請問:有沒有像http://www.amp.idv.tw/phpBB2/的"訊息公告"外掛?
我覺得蠻cool的!
搞了很久,參考了一下top5的安裝模式,終於成功了!
茲整理一下,分享給同好.

1.先下載fi_newsbar.js,並將之存於根目錄中.
2.vi templates/subSilver/index_body.pl
將下面程式碼貼在最上面.

代碼: 選擇全部

<table width="100%" border="0" cellpadding="2" cellspacing="1" class="forumline">
<tr>
<th height=28 width="100%">訊息公告</th>
</tr>
<tr>
<td height="28" align="center" class="row1"><script src="fi_newsbar.js" type="text/javascript"></script></td>
</tr>
</table>
3.OK!

分享一下!!因為總是從別人那裡得到,有點不好意思!