我放的檔案下載點(中文版,附中文說明):http://isweb44.infoseek.co.jp/diary/yin ... rd_msg.rar
實例:http://mybook.24cc.com
代碼: 選擇全部
#################################################################
## Mod Title: Board Message MOD
##模組名稱:論壇公告模組
## Mod Version: 1.0.2
##模組版本:1.0.2
## Author: Sven Ansem <sven@shannado.nl> - http://www.shannado.nl
##作者:Sven Ansem <sven@shannado.nl> - http://www.shannado.nl
## Description: With this MOD the admin is able to set a message at the top of the board.
## He/She can choose in the board configuaration, if the message appear on ALL pages or on the Index ONLY or
## not at all.
##
## Installation Level: Easy
##安裝難易度:簡單\r
## Installation Time: 5-10 Minutes
##安裝時間:五到十分鐘
## Files To Edit: page_header.php, lang_admin.php, admin_board.php, board_config_body.tpl, index.php, index_body.tpl, overall_header_tpl
##修改檔案:
## language/lang_XX/lang_admin.php
## language/lang_XX/lang_main.php
## include/page_header.php
## templates/SubSilver/overall_header.tpl
## templates/SubSilver/index_body.tpl
## templates/SubSilver/admin/board_config_body.tpl
## /index.php
## admin/admin_board.php
##Included Files: board_msg_inst.php
##上傳檔案:
## /board_msg_inst.php
## /images/sv.gif
#################################################################
另外,裝上後會有字元大小的限制,如果要解除,請再做以下動作
代碼: 選擇全部
#
#-----[ 打開 ]------------------------------------------
#
templates/SubSilver/admin/board_config_body.tpl
#
#-----[ 尋找下面語法 ]------------------------------------------
#
<tr>
<td class="row1">{L_ENABLE_BOARD_MSG}</td>
<td class="row2"><input type="radio" name="board_msg_enable" value="0" {BOARD_MSG_NONE} />{L_BOARD_MSG_NONE} <input type="radio" name="board_msg_enable" value="1" {BOARD_MSG_INDEX} />{L_BOARD_MSG_INDEX} <input type="radio" name="board_msg_enable" value="2" {BOARD_MSG_ALL} />{L_BOARD_MSG_ALL}</td>
</tr>
<tr>
<td class="row1">{L_BOARD_MSG}<br /><span class="gensmall">{L_BOARD_MSG_EXPLAIN}</span></td>
<td class="row2"><textarea name="board_msg" rows="5" cols="45">{BOARD_MSG}</textarea></td>
</tr>
#
#-----[ 其中的rows="5" cols="45" 是決定你的公告文字欄的最多字數=>5*45=>255]------------------------------------------
#
#
#-----[ 存檔 ]------------------------------------------
#
代碼: 選擇全部
進入phpMyAdmin介面\r
選XXX_config(如phpbb_config)
按config_value右邊的「修改」
將型態改成字元數較長的(我是改成TEXT)
按儲存。