lsp 寫:phpBB 升左 3.0.3 果時就同 Drupal 整合唔到, 衣家都唔知點
bananasims 寫:lsp 寫:phpBB 升左 3.0.3 果時就同 Drupal 整合唔到, 衣家都唔知點
你要改 phpBB 啲 file 架
Find
Tip: This may be a partial find and not the whole line.
- 代碼: 選擇全部
$db->sql_transaction('commit');
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
- 代碼: 選擇全部
return false;
}
} // end if (defined('PHPBB_DRUPAL_MODULE'))
//-- fin add mod : phpBBdrupal --------------------------------------------------------
if ($user_row['user_posts'])
{
$sql = 'UPDATE ' . USERS_TABLE . '
SET user_posts = user_posts + ' . $user_row['user_posts'] . '
WHERE user_id = ' . ANONYMOUS;
$db->sql_query($sql);
}
}
$db->sql_transaction('commit');
$db->sql_transaction('commit');
// Reset newest user info if appropriate
if ($config['newest_user_id'] == $user_id)
{
update_last_username();
}
// Decrement number of users if this user is active
if ($user_row['user_type'] != USER_INACTIVE && $user_row['user_type'] != USER_IGNORE)
{
set_config('num_users', $config['num_users'] - 1, true);
}
bananasims 寫:唔明你出咩問題,我只係記得佢有一步整錯,應該係 replace 而唔係 add after。
正在瀏覽這個版面的使用者:沒有註冊會員 和 0 位訪客