PHP Code:
$points = round($points, $vboptions['uttpoints_rounddecimal']);
$points = number_format($points, $vboptions['uttpoints_rounddecimal'], '.', '');
}
// uTT Store Hack
// Note sure if I even need this, but a safety percausion anyways...
$post['uttstore_glow'] = htmlspecialchars($post['uttstore_glow']);
$post['uttstore_usernamecolor'] = htmlspecialchars($post['uttstore_usernamecolor']);
// ## </ucs>
//=== GAL step 300 ===
$post['message']=process_gal_text($post['message']);
// === /GAL step 300 ===
// do posts from ignored users
if ($tachyuser AND THIS_SCRIPT != 'showpost' AND THIS_SCRIPT != 'private')
{
$maintemplatename = 'postbit_ignore_global';
}
else if ($ignore["$post[userid]"]/* AND !in_array($post['userid'], explode(' ', $bbuserinfo['buddylist']))*/)
{
$maintemplatename = 'postbit_ignore';