[外掛]Board Message MOD XL 1.0.4

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

版主: 版主管理群

主題已鎖定
頭像
godbless
竹貓忠實會員
竹貓忠實會員
文章: 647
註冊時間: 2002-05-17 06:02
來自: 台北市南京東路4段
聯繫:

[外掛]Board Message MOD XL 1.0.4

文章 godbless »

[外掛]Board Message MOD XL 1.0.4
作者同時因為工作等問題將會暫停研發新的版本,這個版本應該就是phpbb2.0.4下最終的版本了!
原始檔案:
http://www.shannado.nl/forumorg/
下載點:
http://www.shannado.nl/forumorg/board_msg_xl.zip
中文化下載:
http://gff.mac.to/phpbb2/BM_XL_1_0_4_CHT.zip

具有強大的後台管理,同時可以允許為你的廣告加入日期及觀看對象等參數設定

中文化:

打開:
language/lang_chinese_traditional_taiwan/lang_admin_bm_xl.php

[php]<?php
/***************************************************************************
* lang_admin_bm_xl.php [Traditional Chinese Translation]
* -------------------
* Traditional Chinese Translation [正體中文語系]
* -------------------
* begin : Thu Dec 20 2002
* by : GFF_Grant(godbless)
* email : godbless@gff.mac.to
* yang.grant@msa.hinet.net
***************************************************************************/

/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
//
// Traditional Chinese Translation Language File
//

//board msg MOD XL
$lang['Board_msg_xl'] = "公告看板";
$lang['Board_msg_xl_explain'] = "選擇你想要更改的看板訊息";

$lang['Bm_id'] = "編號";
$lang['Bm_title'] = "看板訊息標題";
$lang['Bm_message'] = "看板訊息";
$lang['Bm_showpage'] = "這篇訊息將會顯示在哪個版面上面";
$lang['Bm_display'] = "看板訊息顯示在";
$lang['Bm_auth'] = '可以看到看板訊息的對象';
$lang['Bm_width'] = '寬度 (%)';
$lang['Bm_width_explain'] = '輸入數字在 % 以決定看板寬度';
$lang['Bm_startdate'] = '起始日期';
$lang['Bm_enddate'] = '結束日期';
$lang['Bm_date_explain'] = '這個欄位決定看板資訊的起始及結束終日期';
$lang['Bm_images'] = '圖片';
$lang['Bm_images_explain'] = '輸入要顯示出來的圖片檔案名稱 <b>及</b> 路徑 (必須從論壇根目錄下) . 記得前面要加入 "/". 留下空白表示沒有圖片';
$lang['Bm_days'] = '日子';
$lang['Bm_days_explain'] = '決定哪一個訊息要在哪一天被顯示在公告看板上的 (勾選)';
$lang['Bm_order'] = '次序';

$lang['Bm_off'] = '關閉';
$lang['Bm_all_pages'] = '所有頁面';
$lang['Bm_index'] = '首頁';

$lang['Bm_mod'] = '版面管理員';
$lang['Bm_all_auth'] = '所有會員';

$lang['Bm_updated'] = "看板資訊更新";
$lang['Click_return_bm'] ='點選 %s這裡%s 回到看板資訊XL管理模式';
$lang['Bm_del_success'] = '看板資訊刪除';

// Not in use right now, maybe later, maybe not
$lang['Bm_starttime'] = '起始時間';
$lang['Bm_endtime'] = '結束時間';
$lang['Bm_time_explain'] = '確定要在這一段時間內顯示嗎?';
$lang['Bm_timezone'] = '使用者的時區';
$lang['Bm_timezone_explain'] = 'Which timezone (users or board) must be used, when calculating if the message be shown or not. Does nothing with the startdate and enddate.';
$lang['Bm_back'] = '點選這裡回到上一頁';
?>[/php]
打開:
language/lang_chinese_traditional_taiwan/lang_main_bm_xl.php
[php]<?php

/***************************************************************************
* lang_main_bm_xl.php [Traditional Chinese Translation]
* -------------------
* Traditional Chinese Translation [正體中文語系]
* -------------------
* begin : Thu Dec 20 2002
* by : GFF_Grant(godbless)
* email : godbless@gff.mac.to
* yang.grant@msa.hinet.net
***************************************************************************/

/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
//
// Traditional Chinese Translation Language File
//


//Board Msg XL MAIN
$lang['Bm_next'] = '下一則';
$lang['Bm_prev'] = '上一則';
$lang['Bm_no_message'] = '抱歉, 沒有可以使用的資訊';
$lang['Bm_error'] = ' !! 錯誤 !!';
$lang['Bm_preview'] = ' 預覽看板訊息 ';


?>[/php]

其他相關安裝資訊可以同時參考:
http://gff.mac.to/phpBB2/viewtopic.php?t=5350
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則:
http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
主題已鎖定

回到「非官方認證外掛」