1 頁 (共 1 頁)

[問題]cash mod currencies 設定問題

發表於 : 2004-02-29 16:15
kaykay
我剛裝了cash mod, 當建立Name of Currency時, 我用user_cash 設定是\r
Database field for currency: user_
我收到以下訊息:
Bad field name, must be in the form 'user_word'

$regex = '/^user_[a-z]+$/';

Examples:
user_points
user_cash
user_money
user_warnings

我可以用其它名字嗎?沒有user_??

發表於 : 2004-02-29 16:29
NICO
基本上你還是照這樣設定吧!!
因為很多外掛會用到相同的名子!!
user_points 積分
user_money 金幣
比如說銀行就是用這兩個名字!!

發表於 : 2004-10-27 22:07
pcrick
我也遇到相同的問題.
但不好意思!!!
我看不太懂什麼意思,是在SQL下執行
$regex = '/^user_points+$/';
這個指令嗎?
可否告知?感激不盡!!!

Re: [問題]cash mod currencies 設定問題

發表於 : 2004-10-31 21:02
心靈捕手
kaykay 寫:我剛裝了cash mod, 當建立Name of Currency時, 我用user_cash 設定是\r
Database field for currency: user_
我收到以下訊息:
Bad field name, must be in the form 'user_word'

$regex = '/^user_[a-z]+$/';

Examples:
user_points
user_cash
user_money
user_warnings

我可以用其它名字嗎?沒有user_??
您當然可以自行指定貨幣名稱:
(請到控制台-貨幣主控台-貨幣設定)

(圖一)
貨幣名稱: 現金
資料庫欄位: user_money
圖檔

(圖二)
貨幣名稱: 積分
資料庫欄位: user_points
圖檔