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';
}
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';
}