Здравствуйте. Уже добавил. Версия 4.2.4. Правда не знаю, правильно или нет. По Крайней мере у меня работает.
{{$currency = \IPS\points\Currency::load( 1 );}}
{{$member = \IPS\Member::load( $comment->author()->member_id );}}
{{$worth = $currency->netWorthAsOf( new \IPS\DateTime( 'now' ), $member );}}
<li class="uip hint hint--right" data-hint="Обычный">
<span class="leftinfo"><i class="fa fa-jpy" data-ipstooltip="" _title="Форумная валюта"></i></span>
<span class="rightinfo ipsBadge_style4 ipsBadge vcny"><a _title="Points" data-ipstooltip href="{url="app=points&module=points&controller=economy&do=statistics¤cy={$currency->id}"}">{$currency->display( $worth )} {$currency->pluralized( $worth )}</a></span>
</li>