[討論]有無人願意開發 phpBB2 之 "團購"模組!?
版主: 版主管理群
先補上它的安裝文件和示範網站
###########################################################
###
## kiss2000 http://test.glotus.com.tw/catalog
#
# 28-02-2005
#
# update to PHPBB 2.0.13
#
###########################################################
整合版 osc_phpbb2.0.13 OSC_修改的檔案(已改好),適用於新安裝的OSC
安裝指示:
----------------------------------------------------------------
(用 phpMyAdmin 將下列2個 SQL 導入OSC的資料庫 )
1. Insert mysql_schema.sql data into your oscommerce database
2. Insert mysql_basic.sql data into your oscommerce database
----------------------------------------------------------------
3. 將 /catalog/*.* 上傳至 /OSC安裝目錄/
例如: copy /catalog/*.* /catalog/
----------------------------------------------------------------
4. 圖示聯結設定
(unix 系統,設定聯結 templates 目錄)
Perform the folowing command at .\catalog if on a unix shell :
ln -s includes/modules/phpbb2/templates/ templates
( windows系統 直接將 /catalog/includes/modules/phpbb2/templates 目錄拷貝至 /catalog/templates )
-------------------------------------------------------------------
5. 執行 upmysql.php (將OSC的customers資料,匯給phpBB,使資料同步)
執行 http://localhost/catalog/upmysql.php
----------------------------------------------------------------
6. 至後台設定納入管理檔案
管理員系統--->設定納入管理檔案
點選進入 Administrator 將新增的19的檔案儲存,納入管理
----------------------------------------------------------------
7. 登入後台後進入 (系統工具-->設定)
系統工具--->論壇基本設定
禁用帳號控制\r
版面快速刪文
版面許可權設定
論壇版面管理
論壇群組管理
論壇電子郵件
論壇等級管理
表情符號編輯
版面風格管理
新增風格\r
建立風格\r
輸出風格\r
群組許可權設定
會員封鎖控制\r
論壇會員管理
論壇文字過濾\r
----------------------------------------------------------------
8.執行版本升級動作---> 將整合版 phpbb2.11 升級至 phpbb2.13
1.執行update_to_latest.php
進入你 OSC_phpbb2 討論區首頁
在網址打上:
http://你的網址/catalog/modules.php?op=modl ... latest.php
(如果不是裝在catalog目錄,請輸入OSC的目錄路徑)
2.執行後請刪除此檔 /catalog/includes/modules/phpbb2/update_to_latest.php
-------------------------------------------------
執行 update_to_latest.php 時會出現升級成功訊息:
Updating to latest stable release
Information
Database type :: mysql
Previous version :: 2.0.11
Updated version :: 2.0.13
Updating database schema
Progress :: No updates required
Updating data
Progress :: No updates where required
Updating version and optimizing tables
Progress :: . . Done
Result :: No errors
Update completed
Please make sure you have updated your board files too, this file is only updating your database.
You should now visit the General Configuration settings page in the Administration Panel and check the General Configuration of the board. If you updated from versions prior to RC-3 you must update some entries. If you do not do this emails sent from the board will contain incorrect information. Don't forget to delete this file!
(執行後請刪除此檔 /catalog/includes/modules/phpbb2/update_to_latest.php)
-----------------------------------------------------------------------------
9.設定討論區的管理員\r
1.在OSC前台新增一帳戶(要設為討論區的管理員的會員)
--------------------------------------------------
2.. 進入OSC資料庫 資料表 phpbb2_users table 內\r
選擇要設為討論區的管理員的會員 user_id
點選進入 (要設為管理者)的 user_id 將 user_level 的值原來為 0 ,改成 1
-------------Instalation End 安裝結束 ------------------------------------
2005-2-28 第11次修訂 kiss2000 展示範例網站: http://test.glotus.com.tw/catalog
---------------------------------------------------------------------------------
補充修正 :(windows ,linux )
(解決按聯結會跳離的問題 FreeBSD 不用改)
.將osc/catalog/includes/application_top.php裡面
define('PHP_SESSION_NAME', 'osCsid');
及
tep_session_name('osCsid');
改成
define('PHP_SESSION_NAME', 'sid');
tep_session_name('sid');