the value (eg 1 2 or more) should be displayed.
i guess {vb:raw threadbit_reputation.positive} would be the right one in this case?
is
PHP Code:
$templater = vB_Template::create('ddd_mod_reputation_score');
$templater->register('threadbit_reputation', $threadbit_reputation);
$template_hook[threadbit_display] .= $templater->render();
$templatevalues['reputitionvar'] = $templater->render();
vB_Template::preRegister('threadbit_display', $templatevalues);
and
PHP Code:
{vb:raw reputitionvar}
in threadbit_display the way to go?