參考網址: 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