Quote:
Originally Posted by webmaster74
I created this plug-in and activated it.
ob_start();
include('/home/mydomain/public_html/php/includes/ineverypost.inc.php');
$includedineverypost = ob_get_contents();
ob_end_clean();
vB_Template:  reRegister('postbit_display_complete ',array('includedineverypost' => $includedineverypost));
in vb 3.8.6, this was hooked to 'postbit_display_complete'
Now with VB4, there is no template for post_display_complete....
I tried "postbit" it did notwork. I tried other postbit related templates, this still did not work.
any help ??
|
any generous person wants to share his knowledge ?
--------------- Added 11 Dec 2010 at 03:23 ---------------
would any kind person help with this ?