But see above: I tried using the conditional for THIS_SCRIPT and that didn't help.
Quote:
But look at the error... "Call to undefined function CarpCacheShow()" A function is being called that doesn't exist on that page. That is why I asked where the function is defined. Cuz wherever that is, you need to make sure that file is included at that point.
|
The function is defined in the second plugin, Get Users Blog Entry, attached to postbit_display_start:
PHP Code:
ob_start();
CarpCacheShow($post[field6]);
$blogentry = ob_get_contents();
ob_end_clean();
vB_Template::preRegister('postbit',array('blogentry' => $blogentry));
It simply pulls the information from field6.