[討論]有無人願意開發 phpBB2 之 "團購"模組!?

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

lilybox
星球普通子民
星球普通子民
文章: 18
註冊時間: 2004-08-15 22:48

文章 lilybox »

有後文麼?有人開發出來了麼?
頭像
hodielee
星球公民
星球公民
文章: 36
註冊時間: 2004-12-30 07:02
聯繫:

文章 hodielee »

OSC可以跟phpbb結合
有外掛可以整合
這樣就可以在OSC上面做團購了阿\r
這是我個人想法
我有下載這個外掛裝好後在試試看能不能用
頭像
hodielee
星球公民
星球公民
文章: 36
註冊時間: 2004-12-30 07:02
聯繫:

文章 hodielee »

先補上它的安裝文件和示範網站
###########################################################
###
## 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');
evomagic
星球公民
星球公民
文章: 83
註冊時間: 2003-10-18 13:52

文章 evomagic »

過了一年了~~有沒有大大發現這類型的MOD出現呢??搜尋了一下好像都沒
有收穫!!
圖檔
Arthur Liao
星球普通子民
星球普通子民
文章: 10
註冊時間: 2005-09-14 11:18

文章 Arthur Liao »

我也挺期待的~ :oops:
主題已鎖定

回到「外掛問題討論」