Quote:
Originally Posted by merk
Already possible.
Hook: postbit_factory
PHP Code:
if($postbit_type == 'index_postbit')
{
$out =& new vB_Postbit_Post();
$out->templatename = 'index_postbit';
$handled_type = true;
}
|
I wanted to hook the postbit factory constructor, and it didnt seem possible. I posted on vBulletin.com and I got this reply. I cannot find the location of the postbit_factory hook. I have done a ctrl+f find-all for the entire vB source but cannot find the hook. Could someone point out which file it is in and an approximate location?