Sylar
Well-known member
Have you added ACP manageable points yet? Thanks for this add-on BTW!
*cough* Any updates on this?
Have you added ACP manageable points yet? Thanks for this add-on BTW!
$point = XenForo_Application::get('bdBank')->getActionBonus('post');
if ($point != 0) {
XenForo_Application::get('bdBank')->personal()->give($user_id,$point,$this->_bdBankComment());
}
//1. new parameter in giveBonus method:
function giveBonus($action, array $data = array()){
switch $action:
case 'post':
return $this->getPostBonus($data);
break;
//
// and to give points, we only need to call giveBonus, with the optional extradata
XenForo_Application::get('bdBank')->giveBonus('post'), $this->getMergerData();
Are you Omnimua?For anyone who's interested, I made it so this add-on will allow you to use Trophy Points as a currency instead of the built in currency. It works the same a before, just reads from a different field.
I think you need to contact Omnimua to develop this add-on with him, and find the way let staff subtract points too.
Yeah yeah I like this option, hope that we have the big update soon to have your great stuffs added into this add-onThats the beauty of my modification, you simply go to the user in the admin cp, and subtract/add the amount of points you want. Changes are affected instantly.
If I am not wrong, the author of this add-on is xfrocksI think you need to contact Omnimua to develop this add-on with him, and find the way let staff subtract points too.
OMG I have terrible wrong here, sorry xfrocksIf I am not wrong, the author of this add-on is xfrocks![]()
Can you made the modification that made anyone can donate trophy points to upgrade their account. For example, they donate 100 trophy points and then their account upgraded into another usergroup (that group have more permission in our forums)
Just another small suggestion:
Wouldn't it be better to remove the banking tab from the navbar and add it to the user tab in the navbar?
View attachment 18413
0 x 0
We use essential cookies to make this site work, and optional cookies to enhance your experience.