after installing xml
when open post got this :
Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3895
plizz help , how to hook
In the Product search for:
PHP Code:
$template_hook[postbit_userinfo_right_after_posts] .= $templater->render();
and change it into:
PHP Code:
$template_hook[postbit_userinfo_left] .= $templater->render();
|