x00
MVPx00 MVP
Reactions
-
Re: how to change karma display from decimal to integer
go to the user balance in the profile. You can give the permission Plugins.KarmaBank.RewardTax to roles you want to have this privilege. (View Post)1 -
Re: how to change karma display from decimal to integer
I made some corrections http://vanillaforums.org/addon/karmabank-plugin-0.9.6.8b (View Post)2 -
Re: how to change karma display from decimal to integer
here is a new version with namespaced locales http://vanillaforums.org/addon/karmabank-plugin-0.9.6.7b in you locale put $Definition['KarmaBank.NumberFormat'] = '%d'; (View Post)1 -
Re: how to change karma display from decimal to integer
good question in views/karmabank.php change each T("%01.2f") to T('KarmaBank.NumberFormat', "%01.2f") then in your locale create a definition $Definition['KarmaBank… (View Post)1 -
Re: RenderAsset('Panel') returning NULL
The controller method has to call AddSideMenu which add the dashboard side menu to the panel. The could be interfered with possibly, or the module is missing. Your first bet is to restore your vanill… (View Post)6
