[討論]CASH MOD2.2與POINTS SYSTEM
發表於 : 2003-10-04 16:44
PHPBB版本: 2.0.4
參考網址: http://www.phpbb.com/phpBB/viewtopic.ph ... 190#648190
參考內容: 如下
我是用points system的, 轉用cash mod 2.2版本會有大幫助嗎?? 我不太懂以上upgrade程序, 有什麼最好最安全的方法upgrade?? sql要移除些什麼?? 希望大大們可以簡單地解釋一下好嗎???
參考網址: http://www.phpbb.com/phpBB/viewtopic.ph ... 190#648190
參考內容: 如下
代碼: 選擇全部
Upgrading to Cash Mod 2.0.2
From Points System
Uninstall Points System
this is done by reversing the the process you used to install Points System in the first place. Anything you added, remove.
If you want to keep the points information (you probably do) then don't remove that column from the table
You don't need to uninstall any shop/rpg/lottery/bank (etc) mods that use points, although, if there are parts of the Points System that got edited by these mods, you'll have to make special modifications, or ask for help. Common issues will be posted in here soon.
Remove everything else that came with the Points mod
Install Cash Mod v 2.0.2
If you kept your user_points data, (didn't delete it) then go into your sql admin and execute the following sql query:
Code:
INSERT INTO phpbb_cash (cash_dbfield, cash_name) VALUES ('user_points', 'Points')
You should be fine now