[分享]論壇公告Board Message MOD中文版

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

主題已鎖定
Yinkyo
星球普通子民
星球普通子民
文章: 3
註冊時間: 2002-06-17 22:06
來自: CH
聯繫:

[分享]論壇公告Board Message MOD中文版

文章 Yinkyo »

原始檔案下載(原文版):http://www.phpbb.com/mods/downloads/act ... =go&id=168
我放的檔案下載點(中文版,附中文說明):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)

按儲存。 

如果有誤,請指正^^(第一次發表這類文章@@")
最後由 Yinkyo 於 2002-08-15 15:48 編輯,總共編輯了 1 次。
主題已鎖定

回到「非官方認證外掛」