我剛裝了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_??
[問題]cash mod currencies 設定問題
版主: 版主管理群
Re: [問題]cash mod currencies 設定問題
您當然可以自行指定貨幣名稱: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



