[外掛]MX-Portal v 2.704(網站入口)

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

版主: 版主管理群

主題已鎖定
zeushuan
星球普通子民
星球普通子民
文章: 11
註冊時間: 2002-06-22 22:36
聯繫:

[外掛]MX-Portal v 2.704(網站入口)

文章 zeushuan »

話說在前頭、這個外掛真的蠻龐大的
而且安裝的問題上面也不少....

最重要的一點,沒有中文化!
想裝的人就來看一下吧~

DEMO
http://www.mx-system.com

版本以及安裝相關資訊
http://www.mx-system.com/forum/viewtopic.php?t=1224

安裝重要說明
http://www.mx-system.com/forum/viewtopic.php?p=6756

檔案下載
http://www.mx-system.com/modules/mx_dow ... oad&id=132

附加模組
http://www.mx-system.com/index.php?page ... y&cat_id=5
-----------------------------------------------------------------
PS.如果各位有相關問題~
請直接到原始開發網站先察看有沒有你要的資訊...
基本上,這個模組沒什麼人裝吧\r
(雖然我個人認為算是功能完整了)

只不過安裝步驟上會有一些問題~..
(哪些?我忘了耶~我也還沒正式的裝在自己的論壇上,目前是試裝在自己的機器上)

對於語言的支援度比較低...

後台的控制版面,要多摸幾次才會熟、還有在強調一點
英文界面

想要享受中文界面的人,就請等他人放出中文語系的patch吧\r

@@晚點我會把幾個比較重要的相關的問題PO上...
(嗚...沒辦法讓其他人回復的功能有點麻煩~這樣討論蠻不方便的耶)
-----------------------------------------------------------------
(抱歉啦~懶得去翻譯下面那團字了...那些粗體字試顯示出來的錯誤訊息)
各類相關錯誤訊息\r
Error messages:


Call to undefined function: attach_setup_basic_auth
- this is a compatibility problem with the phpbb Attachment Mod

解決方法: http://www.mx-system.com/forum/viewtopic.php?t=1234

Could not open subSilver template config file
- during installation, the SubSilver theme must be used


解決方法: http://www.mx-system.com/forum/viewtopic.php?t=959
http://www.mx-system.com/forum/viewtopic.php?t=1424
http://www.mx-system.com/forum/viewtopic.php?t=1377

解決方法: http://www.mx-system.com/forum/viewtopi ... =3805#3805

stat failed (errno=2 - No such file or directory)
解決方法: http://www.mx-system.com/forum/viewtopic.php?t=1351

PHPBB not installed in this folder
解決方法: http://www.mx-system.com/forum/viewtopic.php?t=647

Could not query database for theme info
解決方法: http://www.mx-system.com/forum/viewtopic.php?t=1323

The Lycos Problem
解決方法: http://www.phpbb.com/kb
-----------------------------------------------------------
重要修正

代碼: 選擇全部

---[ OPEN ]----------------- 
mxroot/admin/admin_mx_block.php 


---[ FIND (around line 574) ]-------------------- 
  // 
  // Insert the new parameter 
  // 
   $sql = "INSERT INTO " . BLOCK_SYSTEM_PARAMETER_TABLE . "( block_id, parameter_id, parameter_value ) SELECT " . $block_id . ", parameter_id,   parameter_default from " . PARAMETER_TABLE . " par " . 
      " WHERE function_id = " . $block_rows[function_id]; 
   if( !$result = $db->sql_query($sql) ) 
   { 
   mx_message_die(GENERAL_ERROR, "Couldn't insert parameter information", "", __LINE__, __FILE__, $sql); 
   } 


---[ REPLACE WITH ]---------------------------- 
  // 
  // Insert the new parameter 
  // 
//BUG: Begin 
//   $sql = "INSERT INTO " . BLOCK_SYSTEM_PARAMETER_TABLE . "( block_id, parameter_id, parameter_value ) SELECT " . $block_id . ", parameter_id,   parameter_default from " . PARAMETER_TABLE . " par " . 
//      " WHERE function_id = " . $block_rows[function_id]; 
//   if( !$result = $db->sql_query($sql) ) 
//   { 
//   mx_message_die(GENERAL_ERROR, "Couldn't insert parameter information", "", __LINE__, __FILE__, $sql); 
//   } 
//BUG: End 


---[ SAVE ]-----------------------------
主題已鎖定

回到「非官方認證外掛」