Log in

View Full Version : manipulate postbit


ragtek
07-25-2007, 01:38 PM
hi
is this a nice/performant way to manipulate the postbit output?
at hook posbit_factory i'm making this:



if ($vbulletin->options['hide_post']>=$post['reportcounter'])
{
$handled_type=true;
$out =& new vB_Postbit_Post();
$out->templatename = 'postbit_hidden';
}

Dismounted
07-28-2007, 10:43 AM
That's already a nice way, do you not think?