Is it possible to place the Credits: xxx where I want it to be placed in the postbit? I also have a div style that I want to apply to it also so it looks like my Post:xxx and other info.
I've tried using
Quote:
<if condition="$vbulletin->options['credits_public']"><div class="vb_postbit_info">$vbphrase[credits]: $post[credits] (<a href="credits.php?u=$post[userid]">$vbphrase[donate]</a>)</div></if>
|
but it shows up with decimals which looks nasty. Credits: 6843546.08957
Thanks